-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (30 loc) · 810 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"buildcss" : "mix",
"watch": "vite watch"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@popperjs/core": "^2.10.2",
"axios": "^0.25",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.3",
"laravel-mix": "^6.0.49",
"laravel-vite-plugin": "^0.2.1",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"resolve-url-loader": "^5.0.0",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"vite": "^2.9.11",
"vite-plugin-laravel": "^0.2.0-beta.24",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"admin-lte": "^3.2.0"
}
}