-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 813 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 813 Bytes
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",
"format": "prettier . --check --write"
},
"dependencies": {
"@primer/css": "^15.2.0",
"font-awesome": "^4.7.0",
"jquery": "^3.7.1",
"jquery.toc": "^0.4.0",
"lato-font": "^3.0.0",
"material-design-icons": "^3.0.1",
"material-design-lite": "^1.3.0",
"mermaid": "^11.4.0",
"roboto-fontface": "^0.10.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"lighthouse": "^12.2.1",
"mini-css-extract-plugin": "^2.9.2",
"prettier": "^3.4.2",
"sass": "^1.83.2",
"sass-loader": "^16.0.4",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
}
}