-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"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",
"lint": "npx eslint src\\**\\*.ts"
},
"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": {
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"phaser": "^3.55.2",
"prettier": "^2.8.1",
"typescript": "^4.9.4",
"vite": "^2.9.13"
},
"dependencies": {
"phaser3-rex-plugins": "^1.1.79"
}
}