-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·34 lines (34 loc) · 939 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"animate.css": "^4.1.1",
"pinia": "^2.1.7",
"vite-plugin-vuetify": "^2.0.4",
"vue": "^3.4.21",
"vue-highlight-code": "^0.2.0",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.0",
"vue-tabler-icons": "^2.21.0",
"vue3-perfect-scrollbar": "^2.0.0",
"vue3-toastify": "^0.2.1",
"vuetify": "^3.7.2"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
"@types/node": "^20.12.5",
"@vitejs/plugin-vue": "^5.0.4",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
"sass-embedded": "^1.79.3",
"typescript": "~5.4.0",
"vite": "^5.0"
}
}