-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
34 lines (34 loc) · 1008 Bytes
/
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
{
"name": "spacecraft",
"version": "1.0.0",
"description": "2018 js13kgames.com entry.",
"repository": "https://github.com/tricsi/spacecraft",
"author": "@CsabaCsecskedi",
"license": "MIT",
"scripts": {
"build": "webpack --mode=production",
"start": "webpack-dev-server --open"
},
"devDependencies": {
"@types/node": "^11.12.1",
"advzip-bin": "^1.1.0",
"clean-webpack-plugin": "^2.0.1",
"css-loader": "^3.1.0",
"file-loader": "^3.0.1",
"glsl-minify-loader": "^1.0.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^7.1.0",
"script-loader": "^0.7.2",
"terser-webpack-plugin": "^1.3.0",
"ts-loader": "^5.3.3",
"typescript": "^3.4.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1"
}
}