-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.48 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
48
49
50
51
52
53
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"axios": "1.7.4",
"laravel-vite-plugin": "^1.0.1",
"postcss": "^8.4.35",
"sass": "^1.70.0",
"sass-loader": "^14.1.0",
"tailwindcss": "^3.4.1",
"vite": "5.4.6"
},
"dependencies": {
"@frostui/tailwindcss": "^0.1.5",
"@simonwep/pickr": "^1.9.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"apexcharts": "^3.45.2",
"clipboard": "^2.0.11",
"dropzone": "^6.0.0-beta.2",
"feather-icons": "^4.29.1",
"flatpickr": "^4.6.13",
"fullcalendar": "6.1.10",
"glightbox": "^3.2.0",
"gmaps": "^0.4.25",
"gridjs": "^6.2.0",
"inputmask": "^5.0.7",
"jsvectormap": "^1.6.0",
"nice-select2": "^2.1.0",
"nouislider": "^15.6.1",
"plyr": "^3.7.8",
"prismjs": "^1.29.0",
"pristinejs": "^1.1.0",
"quill": "^2.0.3",
"rater-js": "^1.0.1",
"shepherd.js": "^11.2.0",
"shufflejs": "^6.1.0",
"simplebar": "^6.2.5",
"sortablejs": "^1.15.2",
"sweetalert2": "^11.6.13",
"swiper": "^11.0.6",
"tippy.js": "6.3.7",
"wnumb": "^1.2.0"
}
}