forked from Projet-web-vino/laravel-vue-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 889 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": {
"@popperjs/core": "^2.11.6",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"autoprefixer": "^10.4.14",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1",
"vite": "^4.2.1",
"vue": "^3.2.37",
"vue-loader": "^15.10.1"
},
"dependencies": {
"@vuelidate/core": "^2.0.2",
"@vuelidate/validators": "^2.0.2",
"material-symbols": "^0.5.5",
"vite-aliases": "^0.11.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-pwa": "^0.14.7",
"vue-router": "^4.0.13",
"vuejs-paginate": "^2.1.0",
"vuelidate": "^0.7.7",
"vuex": "^4.1.0"
}
}