forked from AbdelrhamanHaridy/qwiktest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.97 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@inertiajs/inertia": "0.8.2",
"@inertiajs/inertia-vue": "0.5.4",
"@tailwindcss/forms": "0.2.1",
"@tailwindcss/typography": "0.3.1",
"@vue/composition-api": "1.4.1",
"autoprefixer": "10.2.1",
"axios": "0.21.4",
"laravel-mix": "6.0.41",
"lodash": "4.17.21",
"portal-vue": "2.1.7",
"postcss": "8.3.1",
"postcss-import": "12.0.1",
"tailwindcss": "2.0.2",
"tailwindcss-dir": "4.0.0",
"vue": "2.6.12",
"vue-loader": "15.9.8",
"vue-template-compiler": "2.6.12",
"webpack-livereload-plugin": "3.0.2"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@chenfengyuan/vue-countdown": "1.1.5",
"@tailwindcss/aspect-ratio": "0.3.0",
"@tailwindcss/line-clamp": "0.2.0",
"chart.js": "2.9.4",
"ckeditor4-vue": "1.3.0",
"mitt": "2.1.0",
"nprogress": "0.2.0",
"plyr": "3.6.12",
"primeicons": "4.1.0",
"primevue": "2.3.0",
"sweetalert2": "11.0.12",
"swiper": "7.3.0",
"v-calendar": "2.3.4",
"v-offline": "2.2.4",
"vue-awesome-swiper": "4.1.1",
"vue-chartjs": "3.5.1",
"vue-clipboard2": "0.3.1",
"vue-ctk-date-time-picker": "2.5.0",
"vue-draggable": "2.0.6",
"vue-good-table": "2.21.3",
"vue-meta": "2.4.0",
"vue-plyr": "7.0.0",
"vue-select": "3.11.2",
"vue-sweetalert2": "5.0.2",
"vue2-perfect-scrollbar": "1.5.0",
"vuedraggable": "2.24.3",
"vuelidate": "0.7.6",
"vuex": "3.6.2"
}
}