-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.74 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.74 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"private": true,
"scripts": {
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"web-production": "mix --production",
"lib-dev": "cross-env REMP_TARGET=lib mix",
"lib-watch": "cross-env REMP_TARGET=lib mix watch",
"lib-watch-poll": "cross-env REMP_TARGET=lib mix watch -- --watch-options-poll=1000",
"lib-hot": "cross-env REMP_TARGET=lib mix watch --hot",
"lib-production": "cross-env REMP_TARGET=lib mix --production",
"production": "node_modules/npm-run-all/bin/npm-run-all/index.js web-production lib-production",
"all-dev": "node_modules/npm-run-all/bin/npm-run-all/index.js dev lib-dev",
"all-watch": "node_modules/npm-run-all/bin/npm-run-all/index.js --parallel watch lib-watch",
"all-watch-poll": "node_modules/npm-run-all/bin/npm-run-all/index.js --parallel watch-poll lib-watch-poll",
"all-hot": "node_modules/npm-run-all/bin/npm-run-all/index.js --parallel hot lib-hot",
"development": ""
},
"engines": {
"node": ">=18",
"npm": ">=9",
"yarn": ">=2"
},
"packageManager": "yarn@2.4.3",
"dependencies": {
"@babel/core": "^7.0",
"@medv/finder": "^4.0.2",
"@remp/js-commons": "^2.4",
"animate.css": "^3.7.0",
"autosize": "^4.0.2",
"bootstrap": "^3.4.1",
"bootstrap-notify": "^3.1.3",
"bootstrap-select": "^1.13.9",
"bootstrap-sweetalert": "^1.0.1",
"chart.js": "^4.4",
"core-js": "^3.8.1",
"datatables.net": "^1.10.25",
"datatables.net-responsive": "^2.2.9",
"datatables.net-rowgroup": "^1.1.3",
"eonasdan-bootstrap-datetimepicker": "^4.17.49",
"global": "^4.3.2",
"google-material-color": "^1.3.1",
"interactjs": "^1.10.26",
"jquery": "3.6.0",
"jquery-placeholder": "^2.3.1",
"jquery-typeahead": "^2.11",
"jshint": "^2.13.5",
"laravel-mix-polyfill": "^3.0.0",
"lodash": "^4.17.20",
"material-design-iconic-font": "^2.2.0",
"moment": "^2.29.0",
"moment-timezone": "^0.4.0 || ^0.5.0",
"node-waves": "^0.7.6",
"nouislider": "^13.1.5",
"rison": "^0.1.1",
"salvattore": "^1.0.9",
"vue": "^2.7",
"vue-codemirror": "4.0.6",
"vue-json-pretty": "^1.9.5",
"vue-slide-up-down": "^1.7.2",
"vue-template-compiler": "^2.7"
},
"devDependencies": {
"axios": "^0.21.1",
"cross-env": "^7.0",
"css-loader": "^6.0",
"laravel-mix": "^6.0.12",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.8",
"resolve-url-loader": "^5.0.0",
"sass": "^1.59.2",
"sass-loader": "^13.0",
"vue-loader": "^15.9.8",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.1"
},
"resolutions": {
"@remp/js-commons": "portal:../Package/remp"
}
}