-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 870 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 870 Bytes
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
{
"name": "phaser3-rollup-typescript",
"version": "1.1.0",
"description": "Phaser 3 TypeScript Starter",
"main": "dist/index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geocine/phaser3-rollup-typescript.git"
},
"author": "Aivan Monceller",
"license": "MIT",
"bugs": {
"url": "https://github.com/geocine/phaser3-rollup-typescript/issues"
},
"homepage": "https://github.com/geocine/phaser3-rollup-typescript#readme",
"devDependencies": {
"@types/node": "^25.0.10",
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-replace": "^6.0.3",
"rollup": "^4.57.0",
"phaser": "^3.90.0",
"terser": "^5.46.0",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}