-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 KB
/
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
39
40
41
42
{
"name": "booker",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@primevue/themes": "^4.2.5",
"@prisma/client": "6.0.1",
"axios": "^1.7.9",
"body-parser": "^1.20.3",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"cors": "^2.8.5",
"express": "^4.21.2",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.2.0",
"primeicons": "^7.0.0",
"primevue": "^4.2.5",
"swagger-ui-express": "^5.0.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuetify": "^3.7.6"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/node": "^22.10.2",
"@types/swagger-ui-express": "^4.1.7",
"@vitejs/plugin-vue": "^5.2.1",
"prisma": "^6.0.1",
"swagger-autogen": "^2.23.7",
"typescript": "~5.6.2",
"vite": "^6.0.1",
"vue-tsc": "^2.1.10"
}
}