-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 760 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 760 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
33
{
"name": "vue-project",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"server": "npx json-server src/assets/db.json -p 3001"
},
"dependencies": {
"@iconify/vue": "^4.3.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"axios": "^1.7.9",
"nanoid": "^5.0.9",
"pinia": "^2.3.1",
"sass": "^1.83.4",
"sweetalert": "^2.1.2",
"volar-service-vetur": "^0.0.62",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-toastification": "^2.0.0-rc.5",
"vuelidate": "^0.7.7"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"json-server": "^1.0.0-beta.3",
"vite": "^6.0.11",
"vite-plugin-vue-devtools": "^7.7.0"
}
}