-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 752 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 752 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
{
"name": "zedrun",
"version": "0.0.1",
"description": "ZED Run - Race Tool",
"author": "Paul Fisher",
"license": "MIT",
"scripts": {
"watch": "webpack --watch",
"start": "webpack serve --open",
"build": "webpack"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"bulma": "^0.9.3",
"css-loader": "4.0.0",
"html-webpack-plugin": "^5.3.2",
"json-loader": "^0.5.7",
"lit": "^2.0.0-rc.2",
"mini-css-extract-plugin": "^2.3.0",
"sass": "^1.37.5",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"web3": "^1.5.1",
"webpack": "^5.49.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}