-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "webgsf",
"version": "0.0.1",
"description": "WebGSF",
"scripts": {
"build": "rm -rf build && webpack --config webpack.prod.js",
"start": "webpack-dev-server --open --hot --config webpack.dev.js",
"deploy": "npm run build && node deploy-gh-pages.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/X455u/WebGSF.git"
},
"author": "Kasper Hellström, Niclas Lindgren",
"license": "MIT",
"bugs": {
"url": "https://github.com/X455u/WebGSF/issues"
},
"homepage": "https://github.com/X455u/WebGSF#readme",
"dependencies": {
"@babel/polyfill": "^7.7.0",
"core-js": "^3.6.1",
"howler": "^2.1.3",
"keymaster": "^1.6.2",
"lodash": "^4.17.15",
"three": "^0.112.1",
"three-full": "^17.1.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/register": "^7.7.7",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.0",
"eslint": "^6.8.0",
"file-loader": "^6.0.0",
"gh-pages": "^2.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.1.2",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2",
"webpack-pwa-manifest": "^4.2.0",
"workbox-webpack-plugin": "^5.0.0"
}
}