-
Notifications
You must be signed in to change notification settings - Fork 625
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.78 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "npx mix",
"watch": "npx mix watch",
"watch-poll": "npx mix watch -- --watch-options-poll=1000",
"hot": "npx mix watch --hot",
"prod": "npm run production",
"production": "npx mix --production",
"lint": "eslint 'resources/assets/js/*'"
},
"devDependencies": {
"bootstrap-sass": "^3.4.3",
"eslint": "^8.28.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"jquery": "^3.6.3",
"laravel-mix": "^6.0.49",
"prettier": "^2.8.1",
"sass": "^1.56.1",
"sass-loader": "13.*",
"webpack": "^5.100.1",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"select2": "~4.0.13",
"sortablejs": "^1.15.0"
},
"overrides": {
"@babel/core": "^7.29.7",
"@babel/plugin-transform-modules-systemjs": "^7.29.7",
"bn.js": "^5.2.4",
"brace-expansion": "^1.1.16",
"fast-uri": "^3.1.3",
"flatted": "^3.4.2",
"follow-redirects": "^1.16.0",
"http-proxy-middleware": "^2.0.10",
"immutable": "^5.1.9",
"js-yaml": "^4.3.0",
"launch-editor": "^2.14.1",
"lodash": "^4.18.1",
"minimatch": "^3.1.5",
"node-forge": "^1.4.0",
"on-headers": "^1.1.0",
"path-to-regexp": "^0.1.13",
"picomatch": "^2.3.2",
"postcss": "^8.5.16",
"qs": "^6.15.3",
"serialize-javascript": "^7.0.7",
"shell-quote": "^1.9.0",
"svgo": "^2.8.2",
"uuid": "^11.1.1",
"ws": "^8.21.0",
"yaml": "^1.10.3"
}
}