-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (42 loc) · 1.14 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": "quangan",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "deno task dev:api & deno task dev:vite",
"dev:api": "deno run --allow-env --allow-net api/main.ts",
"dev:vite": "deno run -A npm:vite",
"build": "deno run -A npm:vite build",
"server:start": "deno run -A --watch ./api/main.ts",
"serve": "deno run build && deno run server:start",
"preview": "vite preview"
},
"dependencies": {
"@idux/cdk": "^2.11.0",
"@idux/components": "^2.11.0",
"@idux/pro": "^2.11.0",
"@libsql/client": "^0.17.0",
"@pinia/colada": "^0.21.5",
"alova": "^3.5.0",
"drizzle-orm": "^0.45.1",
"pg": "^8.18.0",
"pinia": "^3.0.4",
"unplugin-vue-components": "^31.0.0",
"vite-plugin-static-copy": "^3.2.0",
"vite-plugin-windicss": "^1.9.4",
"vue": "^3.5.25",
"vfonts": "^0.0.3",
"naive-ui": "^2.43.2",
"@deno/vite-plugin":"1.0.6",
"vue-router": "^5.0.2",
"windicss": "^3.5.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.2",
"@vue/tsconfig": "^0.8.1",
"typescript": "5.9.2",
"vite": "^7",
"vue-tsc": "^3.1.5"
}
}