forked from remp2020/remp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 3.8 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
54
55
56
57
58
59
60
61
{
"private": true,
"scripts": {
"dev": "node node_modules/cross-env/dist/bin/cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "node node_modules/cross-env/dist/bin/cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "node node_modules/cross-env/dist/bin/cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --watch-poll --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "node node_modules/cross-env/dist/bin/cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "node_modules/npm-run-all/bin/npm-run-all/index.js web-production lib-production",
"web-production": "node node_modules/cross-env/dist/bin/cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"lib-dev": "node node_modules/cross-env/dist/bin/cross-env REMP_TARGET=lib NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"lib-watch": "node node_modules/cross-env/dist/bin/cross-env REMP_TARGET=lib NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"lib-watch-poll": "node node_modules/cross-env/dist/bin/cross-env REMP_TARGET=lib NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --watch-poll --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"lib-hot": "node node_modules/cross-env/dist/bin/cross-env REMP_TARGET=lib NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"lib-production": "node node_modules/cross-env/dist/bin/cross-env REMP_TARGET=lib NODE_ENV=production node_modules/webpack/bin/webpack.js --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"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 watch lib-watch"
},
"engines": {
"node": ">=8.6"
},
"dependencies": {
"acorn": "^7.1.0",
"animate.css": "^3.7.0",
"autosize": "^4.0.2",
"bootstrap": "^3.4.1",
"bootstrap-notify": "^3.1.3",
"bootstrap-select": "^1.13.9",
"chart.js": "^2.8.0",
"datatables.net": "^1.10.19",
"datatables.net-responsive": "^2.2.3",
"datatables.net-rowgroup": "^1.1.0",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"global": "^4.3.2",
"google-material-color": "^1.3.1",
"jquery": "3.2.1",
"jquery-placeholder": "^2.3.1",
"material-design-iconic-font": "^2.2.0",
"moment": "^2.24.0",
"node-waves": "^0.7.6",
"nouislider": "^13.1.4",
"optimal-select": "^4.0.1",
"remp": "file:../Package/remp",
"rison": "^0.1.1",
"salvattore": "^1.0.9",
"vue": "^2.6.10",
"vue-loader": "^13.7.3",
"vue-slide-up-down": "^1.7.2",
"vue-template-compiler": "^2.6.10"
},
"devDependencies": {
"axios": "^0.18.0",
"cross-env": "^5.2.0",
"laravel-mix": "^4.0.15",
"npm-run-all": "^4.1.5",
"resolve-url-loader": "2.3.1",
"sass": "^1.17.4",
"sass-loader": "^7.1.0"
}
}