-
-
Notifications
You must be signed in to change notification settings - Fork 389
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 776 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 776 Bytes
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
{
"name": "backend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"generate": "pnpx tsx ./scripts/generate.ts",
"build": "vite build",
"check": "vue-tsc --noEmit",
"serve": "pnpx tsx ./scripts/server.ts",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.4",
"vue-i18n": "11.1.12"
},
"devDependencies": {
"@intlify/bundle-utils": "^11.0.1",
"@intlify/unplugin-vue-i18n": "^11.0.1",
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.13",
"@vitejs/plugin-vue": "^6.0.1",
"body-parser": "^1.20.3",
"express": "^4.19.2",
"h3": "^1.15.6",
"ofetch": "^1.1.1",
"typescript": "^5.0.2",
"vite": "^7.1.7",
"vue-tsc": "^3.0.7"
}
}