generated from gjmazai/phaser3-react-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 940 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
35
36
{
"name": "copygame",
"version": "0.0.3",
"description": "Simple game on TS and PixiJS",
"main": "index.html",
"scripts": {
"test": "test",
"build": "webpack",
"serve": "webpack serve",
"eslint": "eslint"
},
"author": "gjmazai",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"html-webpack-plugin": "^5.6.0",
"pixi.js": "^7.4.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"unicorn": "^0.0.1",
"webpack": "^5.90.3",
"webpack-dev-server": "^5.0.2"
},
"dependencies": {
"debug": "^4.3.4",
"reflect-metadata": "^0.2.1",
"typedi": "^0.10.0"
}
}