-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 917 Bytes
/
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
{
"name": "ptech-app",
"module": "index.ts",
"type": "module",
"scripts": {
"dev": "bunx nodemon",
"build": "bun run build.ts server"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/bun": "latest",
"@types/node": "^20.17.16",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"nodemon": "^3.1.9",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"vite": "^5.4.14",
"vue-tsc": "^2.2.0"
},
"peerDependencies": {
"typescript": "^5.7.3"
},
"dependencies": {
"@elysiajs/static": "^1.2.0",
"@sinclair/typebox": "^0.33.22",
"elysia": "^1.2.11",
"elysia-connect-middleware": "^0.0.3",
"logestic": "^1.2.4",
"pinia": "^2.3.1",
"vike": "^0.4.220",
"vike-vue": "^0.8.6",
"vike-vue-pinia": "^0.1.3",
"vue": "^3.5.13"
}
}