-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.24 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": "spaceghost-cga",
"version": "1.0.12",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/kenamick/game-off-2018.git"
},
"keywords": [
"Phaser",
"Phaser 3",
"webpack",
"webpack 4",
"game-off",
"game-off-2018"
],
"contributors": [
"Alexey Vishnyakov <[email protected]> (github.com/n3tn0de)",
"Carlos Braga <[email protected]> (github.com/charliiee)",
"Petar Petrov <[email protected]> (github.com/petarov)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kenamick/game-off-2018/issues"
},
"homepage": "https://github.com/kenamick/game-off-2018#readme",
"private": true,
"dependencies": {
"phaser": "^3.15.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"babel-loader": "^8.0.4",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.5.0",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"scripts": {
"start": "NODE_ENV=development webpack-dev-server",
"build": "NODE_ENV=production webpack",
"clean": "rm -rf build"
}
}