-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.43 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.43 KB
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/cli-plugin-babel": "^4.5.0",
"autoprefixer": "^10.4.16",
"axios": "^1.1.2",
"laravel-mix": "^6.0.49",
"laravel-vite-plugin": "^0.7.5",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.7",
"vite": "^4.0.0",
"vue": "^3.2.41"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^41.2.0",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@tailwindcss/typography": "^0.5.9",
"@tinymce/tinymce-vue": "^5.1.0",
"aos": "^2.3.4",
"apexcharts": "^3.48.0",
"bootstrap": "^5.3.0",
"chart.js": "^4.4.0",
"datatables.net-responsive": "^2.4.1",
"datatables.net-select": "^1.6.2",
"datatables.net-vue3": "^2.1.1",
"google-charts": "^2.0.0",
"he": "^1.2.0",
"intl-tel-input": "^18.3.3",
"tw-elements": "^1.0.0-beta2",
"typescript": "^4.6.4",
"v-tooltip": "^2.1.3",
"volar-service-vetur": "^0.0.30",
"vue-chartjs": "^5.2.0",
"vue-google-charts": "^1.1.0",
"vue-sweetalert2": "^5.0.5",
"vue3-apexcharts": "^1.4.4"
}
}