-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@melloware/coloris": "^0.24.2",
"@popperjs/core": "^2.11.6",
"@tabler/core": "1.3.2",
"@tabler/icons": "^3.33.0",
"@tabler/icons-webfont": "^3.33.0",
"apexcharts": "^3.54.1",
"autosize": "^6.0.1",
"axios": "^1.7.4",
"bootstrap": "^5.2.3",
"choices.js": "^11.1.0",
"countup.js": "^2.8.2",
"dropzone": "^6.0.0-beta.2",
"fslightbox": "^3.6.0",
"fullcalendar": "^6.1.17",
"hugerte": "^1.0.9",
"imask": "^7.6.1",
"jquery": "3.7.*",
"jsvectormap": "^1.6.0",
"laravel-vite-plugin": "^1.0",
"list.js": "^2.3.1",
"litepicker": "^2.0.12",
"nouislider": "^15.8.1",
"plyr": "^3.7.8",
"sass": "^1.56.1",
"sass-loader": "^16.0.1",
"signature_pad": "^5.0.7",
"star-rating.js": "^4.3.1",
"tinymce": "^7.6.1",
"tom-select": "^2.4.3",
"typed.js": "^2.1.0",
"vite": "^5.0.0",
"vite-plugin-static-copy": "~1.0.5"
}
}