-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 870 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
{
"name": "phaser-vite-parallax",
"version": "1.0.0",
"description": "A Phaser 3 physics game based on brain dots write in TypeScript template using Vite.",
"main": "dist/index.js",
"repository": "github:anthian/phaser3-physics-game",
"scripts": {
"start": "vite --config vite/config.dev.mjs",
"build": "vite build --config vite/config.prod.mjs",
"serve": "vite preview"
},
"author": "Anthian85",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@rollup/plugin-replace": "^5.0.5",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"terser": "^5.27.0",
"typescript": "^5.3.3",
"vite": "^5.3.1"
},
"dependencies": {
"phaser": "^3.70.0"
}
}