-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 843 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.2.29",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"laravel-vite-plugin": "^1.0.5",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.17",
"ts-loader": "^9.2.6",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vue-loader": "^17.4.2",
"webpack-bundle-analyzer": "^4.5.0"
},
"dependencies": {
"@mdi/js": "^7.4.47",
"date-fns": "^4.1.0",
"fast-deep-equal": "^3.1.3",
"vue": "^3.2.29",
"vue-i18n": "^9.1.9",
"vue-recaptcha": "^2.0.1",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"type": "module"
}