-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
33 lines (33 loc) · 964 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build-web": "vite --config vite.config-web.js build && node replace"
},
"devDependencies": {
"admin-lte": "3.2.0",
"axios": "^1.1.2",
"jquery": "^3.6",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"popper.js": "^1.16.1",
"postcss": "^8.1.14",
"sass": "^1.56.1",
"sass-loader": "^8.0.0",
"vite": "^4.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@rollup/plugin-inject": "^5.0.3",
"alpinejs": "^3.12.3",
"bootstrap": "^4.6.2",
"bootstrap-colorpicker": "^3.4.0",
"bootstrap-datepicker": "^1.10.0",
"bootstrap-icons": "^1.4.1",
"owl.carousel": "^2.3.4",
"select2-bootstrap4-theme": "^1.0.0",
"sweetalert2": "^11.7.27",
"tinymce": "^6.7.0"
}
}