-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 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
44
45
46
47
48
49
50
51
{
"name": "Holes",
"version": "0.0.1",
"description": "Holes",
"author": {
"name": "Marco Stagni",
"email": "mrc.stagni@gmail.com"
},
"scripts": {
"dev": "npm run build && npm run start -- 8085",
"clean": "rimraf dist && rimraf public",
"prebuild": "npm run clean",
"build": "webpack --config webpack.config.js",
"start": "http-server ./public -p"
},
"license": "<Your License Here>",
"dependencies": {
"@babel/plugin-transform-runtime": "7.5.0",
"@babel/runtime": "7.5.0",
"colors": "^1.4.0",
"connect": "3.6.6",
"http": "0.0.0",
"http-server": "0.11.1",
"inferno": "7.3.2",
"mage-engine": "1.17.1",
"node-prefix": "*",
"open": "6.0.0",
"path": "0.12.7",
"serve-static": "1.12.1",
"url": "0.11.0"
},
"devDependencies": {
"@babel/cli": "7.5.0",
"@babel/core": "7.5.0",
"@babel/node": "7.6.3",
"@babel/plugin-proposal-class-properties": "7.5.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/polyfill": "7.4.4",
"@babel/preset-env": "7.5.0",
"@babel/register": "7.4.4",
"babel-loader": "^8.0.6",
"babel-plugin-inferno": "6.1.0",
"copy-webpack-plugin": "^5.1.1",
"npm-cli-login": "0.0.10",
"terser-webpack-plugin": "^2.2.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "4.30.0",
"webpack-bundle-analyzer": "3.3.2",
"webpack-cli": "3.3.2"
}
}