-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·71 lines (71 loc) · 2.28 KB
/
package.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.1",
"axios": "^0.21",
"jquery": "3.7.1",
"laravel-echo": "^1.11.0",
"laravel-file-uploader": "^2.4.0",
"laravel-vite-plugin": "^1.0.1",
"lodash": "^4.17.20",
"popper.js": "^1.12",
"postcss": "^8.4.35",
"postcss-rtl": "^2.0.0",
"replace-in-file-webpack-plugin": "^1.0.6",
"resolve-url-loader": "^3.1.2",
"sass": "~1.30.0",
"sass-loader": "^8.0.2",
"select2": "^4.0.13",
"tailwind-color-palette": "^1.0.3",
"vali-admin": "^3.0.0",
"vite": "^5.1.1",
"vite-plugin-static-copy": "^1.0.1",
"vue": "^2.7.16",
"vue-i18n": "^8.24.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.12",
"webpack-rtl-plugin": "^2.0.0"
},
"dependencies": {
"@curiosityx/bootstrap-session-timeout": "^1.0.0",
"@flaticon/flaticon-uicons": "^3.3.0",
"@fortawesome/fontawesome-free": "^5.15.1",
"@simonwep/pickr": "^1.8.2",
"admin-resources": "git+https://github.com/themesbrand/admin-resources#master",
"bootstrap-colorpicker": "^3.4.0",
"bootstrap-select": "^1.13.18",
"bootstrap-select5": "npm:[email protected]",
"bootstrap4": "npm:[email protected]",
"bootstrap5": "npm:[email protected]",
"chance": "^1.1.3",
"cross-env": "^7.0.3",
"dotenv": "^16.0.0",
"fg-emoji-picker": "^1.0.1",
"glightbox": "^3.0.9",
"inputmask": "^5.0.5",
"jquery-steps": "^1.1.0",
"jquery-validation": "^1.19.3",
"jszip": "^3.2.2",
"metismenu": "^3.0.4",
"mix-env-file": "^0.1.1",
"moment": "^2.30.1",
"node-waves": "^0.7.6",
"nouislider": "^15.5.1",
"parsleyjs": "^2.9.1",
"perfect-scrollbar": "^1.5.5",
"pusher-js": "^7.0.3",
"simplebar": "^4.2.3",
"speak-tts": "^2.0.8",
"summernote": "0.8.18",
"sweetalert2": "^8.18.0",
"swiper": "6.8.4",
"tinymce": "^5.0.16",
"toastr": "^2.1.4",
"wnumb": "^1.2.0"
},
"type": "module"
}