-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 1.46 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
{
"name": "notsilas2",
"version": "1.0.4",
"description": "A project by Silas and notchris",
"author": "silas/notchris",
"license": "MIT",
"main": "main.js",
"scripts": {
"watch": "cross-env NODE_ENV=development webpack-dev-server --open --hot --display-error-details",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"bootstrap": "^4.3.1",
"intersects": "^2.7.1",
"jquery": "^3.4.1",
"phaser": "^3.19.0",
"polygon": "^1.0.2",
"sat": "^0.7.1"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.13.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.0",
"optimize-css-assets-webpack-plugin": "^4.0.3",
"style-loader": "^0.21.0",
"terser-webpack-plugin": "^1.2.1",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
}
}