generated from geocine/phaser3-rollup-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 821 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
{
"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": "^17.0.10",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-replace": "^3.0.1",
"phaser": "^3.55.2",
"typescript": "^4.5.4",
"vite": "^2.7.13"
}
}