forked from remp2020/remp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 5.18 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
62
63
64
65
66
67
68
69
70
{
"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 iota-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",
"iota-dev": "node node_modules/cross-env/dist/bin/cross-env REMP_TARGET=iota NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"iota-watch": "node node_modules/cross-env/dist/bin/cross-env REMP_TARGET=iota NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"iota-watch-poll": "node node_modules/cross-env/dist/bin/cross-env REMP_TARGET=iota NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --watch-poll --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"iota-hot": "node node_modules/cross-env/dist/bin/cross-env REMP_TARGET=iota NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"iota-production": "node node_modules/cross-env/dist/bin/cross-env REMP_TARGET=iota 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 iota-dev",
"all-watch": "node_modules/npm-run-all/bin/npm-run-all/index.js --parallel hot lib-hot iota-hot",
"all-watch-poll": "node_modules/npm-run-all/bin/npm-run-all/index.js --parallel watch-poll lib-watch-poll iota-watch-poll",
"all-hot": "node_modules/npm-run-all/bin/npm-run-all/index.js --parallel watch lib-watch iota-watch",
"all-production": "node_modules/npm-run-all/bin/npm-run-all/index.js production lib-production iota-production"
},
"engines": {
"node": ">=8.6"
},
"dependencies": {
"@tweenjs/tween.js": "^17.3.0",
"animate.css": "^3.7.0",
"autosize": "^4.0.2",
"axios": "^0.18.0",
"bootstrap": "^3.4.1",
"bootstrap-notify": "^3.1.3",
"bootstrap-select": "^1.13.9",
"d3": "^5.9.2",
"datatables.net": "^1.10.19",
"datatables.net-responsive": "^2.2.3",
"datatables.net-rowgroup": "^1.1.0",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"fnv1a": "^1.0.1",
"global": "^4.3.2",
"google-material-color": "^1.3.1",
"jquery": "3.2.1",
"jquery-placeholder": "^2.3.1",
"lodash": "^4.17.11",
"material-design-iconic-font": "^2.2.0",
"moment": "^2.24.0",
"node-waves": "^0.7.6",
"pluralize": "^7.0.0",
"remp": "file:../Package/remp",
"rison": "^0.1.1",
"rrule": "^2.6.0",
"vue": "^2.6.10",
"vue-echarts": "^3.0.9",
"vue2-filters": "^0.6.0",
"vuex": "^3.1.0",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"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",
"vue-template-compiler": "^2.6.10"
}
}