-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.26 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": "agbic2020-how-do-you-reckon",
"version": "1.0.0",
"description": "How Do You Reckon?",
"main": "src/index.js",
"scripts": {
"build": "webpack --config webpack/prod.js ",
"start": "webpack-dev-server --config webpack/base.js --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seleb/agbic2020-how-do-you-reckon.git"
},
"author": "Sean S. LeBlanc <sean.s.leblanc@gmail.com>",
"license": "UNLICENSED",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^1.0.0",
"css-loader": "^3.6.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.2",
"postcss-clean": "^1.1.0",
"postcss-loader": "^2.1.6",
"style-loader": "^0.21.0",
"terser-webpack-plugin": "^1.4.5",
"url-loader": "^2.3.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"chunk-progress-webpack-plugin": "^1.2.0",
"phaser": "^3.24.1",
"strand-core": "^1.0.6"
}
}