-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.03 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
{
"name": "avior-nuxt",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@11.12.0",
"engines": {
"node": ">=20.19"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"dev:api": "node server/index.js",
"start": "node server/index.js",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint ."
},
"dependencies": {
"@fontsource/roboto": "^5.2.10",
"@mdi/font": "^7.4.47",
"cors": "^2.8.6",
"express": "^5.2.1",
"mongoose": "^9.7.4",
"vue": "^3.5.39",
"vue-router": "^4.6.4",
"vuetify": "^4.1.4"
},
"devDependencies": {
"@types/node": "^26.1.1",
"@vitejs/plugin-vue": "^6.0.7",
"@vue/eslint-config-typescript": "^14.9.0",
"eslint": "^10.7.0",
"eslint-plugin-vue": "^10.9.2",
"playwright": "^1.61.1",
"postcss": "^8.5.18",
"typescript": "^5.9.3",
"typescript-eslint": "^8.63.0",
"unplugin-vue-router": "^0.19.2",
"vite": "^8.1.4",
"vite-plugin-vuetify": "^2.1.3",
"vue-tsc": "^3.3.7"
}
}