-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.12 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.4.38",
"sass": "^1.79.5",
"sass-loader": "^16.0.2",
"tailwindcss": "^3.4.3",
"vite": "^5.2.8"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@tailwindcss/forms": "^0.5.7",
"bootstrap": "^5.3.3",
"@fortawesome/fontawesome-free": "6.5.2",
"chart.js": "^4.4.2",
"apexcharts": "3.49.1",
"choices.js": "^11.0.2",
"cleave.js": "^1.6.0",
"drift-zoom": "^1.5.1",
"feather-icon": "^0.1.0",
"flatpickr": "^4.6.13",
"glightbox": "^3.3.0",
"img-comparison-slider": "^8.0.6",
"jsvectormap": "^1.5.3",
"list.js": "^2.3.1",
"nouislider": "^15.8.1",
"simplebar": "^6.2.7",
"swiper": "^11.1.14",
"timezz": "^8.0.1",
"fullcalendar": "5.11.5"
}
}