-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 1.24 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"axios": "^0.25.0",
"laravel-vite-plugin": "^0.2.1",
"lodash": "^4.17.19",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.0",
"vite": "^2.9.11",
"vue": "^3.2.31"
},
"dependencies": {
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@inertiajs/vue3": "^1.0.9",
"@syncfusion/ej2-vue-inputs": "^20.2.38",
"chart.js": "^3.9.1",
"gsap": "^3.10.4",
"intro.js": "^6.0.0",
"javascript-time-ago": "^2.5.7",
"js-sha256": "^0.9.0",
"openapi": "^1.0.1",
"qrcode.vue": "^3.3.3",
"v-calendar": "^3.0.0-alpha.8",
"v-smooth-scroll": "^2.0.0-beta.2",
"vue-chartjs": "^4.1.1",
"vue-gtag": "^2.0.1",
"vue-router": "^4.1.2",
"vue-toast-notification": "^3.0.4",
"vue3-analytics": "^1.0.0",
"vue3-timepicker": "^1.0.0-beta.2"
}
}