-
-
Notifications
You must be signed in to change notification settings - Fork 194
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 755 Bytes
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
{
"scripts": {
"dev": "vite",
"build": "vite build",
"prod": "vite build"
},
"devDependencies": {
"laravel-vite-plugin": "^1.2.0",
"sass": "^1.94.0",
"vite": "^6.3.5"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"lodash": "^4.17.21",
"@popperjs/core": "^2.11.8",
"animate-sass": "^0.8.2",
"animate.css": "^4.1.1",
"axios": "^1.12.0",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.11.3",
"jquery": "^3.7.1",
"jquery-ui": "^1.14.1",
"jquery.fancytree": "^2.38.3",
"metismenu": "3.0.7",
"select2": "^4.1.0-rc.0",
"select2-bootstrap-5-theme": "^1.3.0"
}
}