-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.21 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.21 KB
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
{
"engines": {
"npm": ">=8.11.0"
},
"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": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@prettier/plugin-php": "^0.18.8",
"@shufo/prettier-plugin-blade": "^1.16.0",
"bootstrap": "^4.6.1",
"bootstrap-datepicker": "^1.8.0",
"bootstrap4-tagsinput": "github:utdallasresearch/bootstrap4-tagsinput",
"corejs-typeahead": "^1.2.1",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.49",
"popper.js": "^1.15.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.52.3",
"sass-loader": "^8.0.2",
"sortablejs": "^1.15.0",
"trix": "^2.1.1"
},
"overrides": {
"laravel-mix": {
"webpack-dev-server": "^5.2.2"
}
}
}