-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.38 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@alexbinary/glob": "^1.0.1",
"@fortawesome/fontawesome-free": "^5.15.1",
"axios": "^1.6.1",
"bootstrap": "^4.4.1",
"copy-webpack-plugin": "^9",
"flatpickr": "^4.6.11",
"jquery": "~>3.5.0",
"jquery-ui-bundle": "^1.12.1-migrate",
"laravel-mix": "^6.0.6",
"laravel-vite-plugin": "^0.8.0",
"lodash": "^4.17.19",
"popper.js": "^1.16.1",
"postcss": "^8.3.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.15.2",
"sass-loader": "^13.0.0",
"select2": "^4.0.13",
"vite": "^4.0.0",
"vue": "^2.5.17",
"vue-template-compiler": "^2.6.10",
"webpack": "^5.9.0",
"webpack-cli": "^4.3.1"
},
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"font-awesome": "^4.7.0"
}
}