-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.13 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
"@intlify/vue-i18n-loader": "^4.2.0",
"axios": "^1.1.3",
"global": "^4.4.0",
"gulp-cli": "^2.3.0",
"laravel-vue-pagination": "^4.0.0",
"serve": "^14.0.1",
"swiper": "^8.0.0",
"v-lazy-image": "^2.1.1",
"vue": "^3.2.41",
"vue-agile": "^2.0.0",
"vue-awesome-paginate": "^1.1.4",
"vue-awesome-swiper": "^5.0.1",
"vue-i18n": "^9.2.2",
"vue-persian-datetime-picker": "^2.10.4",
"vue-plyr": "^7.0.0",
"vue-router": "^4.1.6",
"vue-toastification": "^2.0.0-rc.5",
"vue3-otp-input": "^0.3.6",
"vue3-persian-datepicker": "^0.1.9",
"vue3-simple-typeahead": "^1.0.11",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"eslint": "^8.27.0",
"eslint-plugin-vue": "^9.7.0",
"sass": "^1.56.0",
"vite": "^3.2.3",
"vite-plugin-eslint": "^1.8.1"
}
}