-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "zombies-and-shit",
"version": "0.0.1",
"description": "Zombies! (and sh*t)",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack serve --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ferrata/zombies.git"
},
"author": "Sasha Goloshchapov",
"license": "MIT",
"bugs": {
"url": "https://github.com/ferrata/zombies/issues"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"homepage": "https://zombies-and-shit.games",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"json-loader": "^0.5.7",
"phaser": "^3.60.0",
"phaser-raycaster": "^0.10.6",
"ts-loader": "^9.4.2",
"typescript": "^5.0.3",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2"
}
}