-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.46 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.46 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
{
"private": true,
"scripts": {
"vite:build": "vite build --config vite.config.js && npm run manifest",
"vite:dev": "vite --config vite.config.js && npm run manifest",
"build": "vite build",
"dev": "vite"
},
"dependencies": {
"@alpinejs/anchor": "^3.14.7",
"@alpinejs/mask": "^3.14.1",
"@eonasdan/tempus-dominus": "^6.9.10",
"@popperjs/core": "^2.11.7",
"@ryangjchandler/alpine-clipboard": "^2.3.0",
"@tabler/icons-webfont": "^3.12",
"alpinejs": "^3.14.1",
"alpinejs-slug": "^1.1.3",
"animate.css": "^4.1.1",
"apexcharts": "^3.53.0",
"axios": "^1.7.4",
"bootbox": "^6.0",
"bootstrap": "^5.3",
"clipboard": "^2.0",
"daterangepicker": "^3.1.0",
"filepond": "^4.30",
"filepond-plugin-file-metadata": "^1.0.8",
"filepond-plugin-file-validate-size": "^2.2.7",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.12",
"intl-tel-input": "^18.1",
"jquery": "^3.7",
"jquery-pjax": "^2.0.1",
"jquery-slimscroll": "^1.3.8",
"jquery-visible": "^1.2.0",
"liquidjs": "^10.9.2",
"microplugin": "0.0.3",
"moment": "^2.29",
"noty": "^3.2.0-beta",
"nprogress": "^0.2.0",
"password-strength-meter": "^2.1.0",
"pjax": "^0.2.8",
"select2": "^4.0.13",
"selectize": "^0.12.6",
"sifter": "^0.5.4",
"sortablejs": "^1.15.2",
"sweetalert": "^2.1.2",
"laravel-echo": "^1.17.1",
"pusher-js": "^8.4.0-rc2"
}
}