-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 1014 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "docs",
"version": "1.0.0",
"description": "If your are a non-techie looking to [contribute](content/contributing-to-this-documentation.md) to documentation, best use the website and author in Google Drive and make recommendations there.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.mieweb.com/webchart/docs.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@popperjs/core": "^2.11.5",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.7",
"bootstrap": "^5.3.3",
"copy-to-clipboard": "^3.3.2",
"email-validator": "^2.0.4",
"highlight.js": "^11.6.0",
"http-server": "14.1.1",
"hugo-extended": "^0.139.3",
"lunr": "^2.3.9",
"postcss": "8.4.49",
"postcss-cli": "11.0.0",
"postcss-import": "16.1.0",
"postcss-nested": "7.0.2",
"sweetalert2": "^11.14.5"
}
}