-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.55 KB
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
41
42
43
44
45
46
47
48
49
50
{
"name": "template-vue-ts",
"description": "A Phaser 3 TypeScript project template that demonstrates Vue communication and uses Vite for bundling.",
"version": "1.1.2",
"repository": {
"type": "git",
"url": "git+https://github.com/phaserjs/template-vue-ts.git"
},
"author": "Phaser Studio <support@phaser.io> (https://phaser.io/)",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"bugs": {
"url": "https://github.com/phaserjs/template-vue-ts/issues"
},
"homepage": "https://github.com/phaserjs/template-vue-ts#readme",
"keywords": [
"phaser",
"phaser3",
"typescript",
"vue",
"vite"
],
"scripts": {
"dev": "vite --config vite/config.dev.mjs",
"build": "vite build --config vite/config.prod.mjs"
},
"dependencies": {
"easystarjs": "^0.4.4",
"phaser": "^3.80.1",
"vue": "^3.4.20"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.7.2",
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.11.20",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"terser": "^5.28.1",
"typescript": "~5.3.3",
"vite": "^5.1.4",
"vue-tsc": "^1.8.27"
}
}