-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
41
42
{
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint ."
},
"dependencies": {
"@vueuse/core": "^11.3.0",
"dayjs": "^1.11.13",
"phaser": "^3.87.0",
"phaser3-rex-plugins": "^1.80.12",
"radix-vue": "^1.9.10",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/svg-spinners": "^1.2.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/vite": "4.0.0-beta.4",
"@tsconfig/node20": "^20.0.0",
"@types/node": "^20.0.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/tsconfig": "^0.5.1",
"@ycs77/eslint-config": "^3.1.1",
"eslint": "^9.16.0",
"npm-run-all2": "^6.2.6",
"tailwindcss": "4.0.0-beta.4",
"typescript": "~5.6.3",
"unplugin-auto-import": "^0.18.6",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.5",
"vite": "^6.0.0",
"vite-plugin-vue-devtools": "^7.6.7",
"vue-tsc": "^2.1.10"
}
}