-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.32 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.7",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.0",
"vite": "^4.0.0",
"vue": "^3.2.31"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@preline/accordion": "^2.0.1",
"chart.js": "^4.4.1",
"datatables.net": "^1.13.7",
"datatables.net-dt": "^1.13.8",
"datatables.net-responsive": "^2.5.0",
"datatables.net-responsive-bs5": "^2.5.0",
"datatables.net-select": "^1.7.0",
"datatables.net-vue3": "^2.1.3",
"element-plus": "^2.4.2",
"epic-spinners": "^2.0.0",
"fastclick": "^1.0.6",
"jquery": "^3.7.1",
"moment": "^2.30.1",
"npm-watch": "^0.11.0",
"papaparse": "^5.5.2",
"preline": "^2.0.2",
"round10": "^1.0.3",
"vue-axios": "^3.5.2",
"vue-cal": "^4.8.1",
"vue-chartjs": "^5.3.0",
"vue3-organization-chart": "^1.9.4"
}
}