-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"name": "vue3",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/vue3": "^1.0.6",
"vue": "^3.2.47"
},
"devDependencies": {
"@heroicons/vue": "^2.0.12",
"@vitejs/plugin-vue": "^4.1.0",
"@vuepic/vue-datepicker": "^3.4.8",
"autoprefixer": "^10.4.14",
"chart.js": "^3.9.1",
"daisyui": "^2.17.0",
"laravel-vue-pagination": "^3.0.0",
"maska": "^1.5.0",
"moment": "^2.29.4",
"postcss": "^8.4.23",
"qalendar": "2.2.0",
"tailwindcss": "^3.3.1",
"v-calendar": "^3.0.0-alpha.8",
"v-pagination-3": "^0.1.7",
"vite": "^4.3.0",
"vue-autosuggest": "^2.2.0",
"vue-cal": "^4.8.0",
"vue-chart-3": "^3.1.8",
"vue3-charts": "^1.1.31",
"vue3-quill": "^0.3.1",
"vue3-simple-typeahead": "^1.0.11",
"vuepress": "^1.9.7"
}
}