forked from SirBogman/hexagony.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 KB
/
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
34
35
36
37
38
39
40
41
42
43
{
"name": "hexagony.net",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {
"immer": "^9.0.1",
"lz-string": "^1.4.4",
"panzoom": "github:SirBogman/panzoom#2269422",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/eslint-parser": "^7.13.14",
"@babel/eslint-plugin": "^7.13.16",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-react": "^7.12.13",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^8.0.0",
"css-loader": "^5.1.2",
"eslint": "^7.20.0",
"eslint-plugin-react": "^7.23.1",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.9",
"node-sass": "^5.0.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"webpack": "^5.25.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"build": "webpack --mode=production",
"server": "webpack serve --mode=development --host 0.0.0.0",
"production-server": "webpack serve --mode=production --host 0.0.0.0",
"test": "echo \"Error: no test specified\" && exit 1",
"static-server": "npm run build && npx http-server build -p 8083"
},
"author": "Brian Collins",
"license": "MIT"
}