-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.08 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.08 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
{
"name": "aoe2cup",
"private": true,
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix"
},
"dependencies": {
"@fontsource/roboto": "5.2.9",
"@mdi/font": "7.4.47",
"buefy": "^3.0.4",
"pinia": "^3.0.4",
"vue": "^3.5.26"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.0.9",
"@vitejs/plugin-vue": "^6.0.3",
"@vue/tsconfig": "^0.8.1",
"eslint": "^9.39.2",
"npm-run-all2": "^8.0.4",
"sass-embedded": "^1.97.2",
"typescript": "~5.9.3",
"unplugin-fonts": "^1.4.0",
"unplugin-vue-components": "^31.0.0",
"unplugin-vue-router": "^0.19.2",
"vite": "^7.3.1",
"vue-router": "^4.6.4",
"vue-tsc": "^3.2.2"
},
"packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
}