forked from JNOSQL/jnosql.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 814 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
{
"scripts": {
"report": "lighthouse http://127.0.0.1:4000",
"build": "webpack --mode production",
"checkout": "prettier . --check --write"
},
"dependencies": {
"@primer/css": "^15.2.0",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"jquery.toc": "^0.4.0",
"lato-font": "^3.0.0",
"material-design-icons": "^3.0.1",
"material-design-lite": "^1.3.0",
"mermaid": "^9.3.0",
"roboto-fontface": "^0.10.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.3.0",
"css-loader": "^4.3.0",
"lighthouse": "^9.6.7",
"mini-css-extract-plugin": "^2.7.2",
"prettier": "^2.1.2",
"sass": "^1.26.11",
"sass-loader": "^10.0.2",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1"
}
}