-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
53 lines (53 loc) · 1.51 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
45
46
47
48
49
50
51
52
53
{
"private": true,
"scripts": {
"dev": "mix",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production",
"production": "mix --production"
},
"engines": {
"node": ">=18",
"npm": ">=9",
"yarn": ">=2"
},
"packageManager": "[email protected]",
"dependencies": {
"@remp/js-commons": "^2.3.1",
"animate.css": "^3.7.2",
"autosize": "^4.0.2",
"bootstrap": "^3.4.1",
"bootstrap-notify": "^3.1.3",
"bootstrap-select": "^1.13.18",
"datatables.net": "1.10.25",
"datatables.net-responsive": "2.2.9",
"datatables.net-rowgroup": "^1.1.3",
"global": "^4.4.0",
"google-material-color": "^1.3.1",
"jquery": "3.6.0",
"jquery-placeholder": "^2.3.1",
"lodash": "^4.17.20",
"material-design-iconic-font": "^2.2.0",
"moment": "^2.29.0",
"node-waves": "^0.7.6",
"rison": "^0.1.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"css-loader": "^6.0",
"laravel-mix": "^6.0.12",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.8",
"resolve-url-loader": "^3.1.1",
"sass": "^1.26.11",
"sass-loader": "^13.0",
"vue-template-compiler": "^2.7",
"webpack": "^5.0.0"
},
"resolutions": {
"@remp/js-commons": "portal:../Package/remp"
}
}