-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.4 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.4 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "boss-control",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --env NODE_ENV=production --env production --config ./lib/webpack-prod.js",
"dev": "webpack --env NODE_ENV=development --config ./lib/webpack-dev.js",
"start": "serve dist -s -l 8000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/y5labs/boss-control.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/y5labs/boss-control/issues"
},
"homepage": "https://github.com/y5labs/boss-control#readme",
"devDependencies": {
"@blueprintjs/core": "^4.0.0-alpha.0",
"@blueprintjs/icons": "^4.0.0-alpha.0",
"css-loader": "^6.2.0",
"dotenv": "^10.0.0",
"esbuild-loader": "^2.15.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"luxon": "^2.0.2",
"mini-css-extract-plugin": "^2.2.2",
"modern-normalize": "^1.1.0",
"nodemon": "^2.0.12",
"numeral": "^2.0.6",
"odo-route": "^1.7.1",
"page": "^1.11.6",
"pagepro": "^0.2.1",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"reconnecting-websocket": "^4.4.0",
"seacreature": "^2.17.0",
"serve": "^12.0.0",
"slugify": "^1.6.0",
"style-loader": "^3.2.1",
"stylus": "^0.55.0",
"stylus-loader": "^6.1.0",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0"
}
}