-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1003 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"fix": "eslint --fix resources/**/*.{js,vue}"
},
"devDependencies": {
"@mdi/font": "^7.3.67",
"@vitejs/plugin-vue": "^4.4.0",
"autoprefixer": "^10.4.16",
"axios": "^1.1.2",
"eslint": "^8.52.0",
"eslint-plugin-vue": "^9.17.0",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.31",
"sass": "^1.69.4",
"vite": "^4.0.0",
"vite-plugin-vuetify": "^1.0.2",
"vuetify": "^3.3.22"
},
"dependencies": {
"vue-advanced-cropper": "^2.8.8",
"@chenfengyuan/vue-countdown": "^2.1.2",
"@vuepic/vue-datepicker": "^7.2.0",
"@webzlodimir/vue-avatar": "^0.0.8",
"moment": "^2.29.4",
"vue": "^3.3.6",
"vue-i18n": "^9.5.0",
"vue-router": "^4.2.5",
"vue-toastification": "^2.0.0-rc.5",
"vuex": "^4.0.2"
}
}