-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
96 lines (95 loc) · 2.85 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "zlmediakit_nvr_ui",
"version": "1.0.5",
"private": true,
"dependencies": {
"@emotion/core": "~10.0.14",
"antd": "~3.26.19",
"axios": "~0.19.0",
"bizcharts": "~3.5.4",
"classnames": "~2.2.6",
"codemirror": "~5.48.2",
"connected-react-router": "~6.5.0",
"d3-scale": "~3.0.0",
"date-fns": "~1.30.1",
"event-time-utils": "~1.0.3",
"flv.js": "~1.5.0",
"history": "~4.9.0",
"hls.js": "~0.12.4",
"jsonlint-mod": "~1.7.4",
"jsonp": "~0.2.1",
"localforage": "~1.7.3",
"lodash": "~4.17.14",
"moment": "~2.24.0",
"numeral": "~2.0.6",
"path-to-regexp": "~3.0.0",
"promise.prototype.finally": "~3.1.0",
"prop-types": "~15.7.2",
"query-string": "~6.8.1",
"react": "~16.8.6",
"react-codemirror2": "~6.0.0",
"react-compound-slider": "~2.2.0",
"react-dnd": "~9.3.2",
"react-document-title": "~2.0.3",
"react-dom": "~16.8.6",
"react-loadable": "~5.5.0",
"react-redux": "~7.1.0",
"react-responsive-canvas": "~1.0.2",
"react-router": "~5.0.1",
"react-router-dom": "~5.0.1",
"react-router-last-location": "~2.0.1",
"react-scripts": "3.0.1",
"react-swf": "~1.0.7",
"react-timeout": "~1.2.0",
"redex": "~0.0.1",
"redux": "~4.0.4",
"redux-persist": "~5.10.0",
"redux-promise-middleware": "~6.1.1",
"redux-thunk": "~2.3.0",
"shallow-utils": "~1.0.2",
"tree-model": "~1.0.7",
"ua-parser-js": "~0.7.20",
"url-parse": "~1.4.7",
"video.js": "^7.17.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "~7.5.0",
"@babel/plugin-proposal-decorators": "~7.4.4",
"@babel/plugin-syntax-object-rest-spread": "~7.2.0",
"@babel/preset-env": "~7.5.4",
"@babel/preset-react": "~7.0.0",
"@emotion/babel-preset-css-prop": "~10.0.9",
"babel-plugin-import": "~1.12.0",
"babel-plugin-transform-class-properties": "~6.24.1",
"babel-plugin-transform-decorators-legacy": "~1.3.5",
"babel-preset-env": "~1.7.0",
"customize-cra": "~0.2.14",
"less": "~3.9.0",
"less-loader":"~4.1.0",
"react-app-rewire-less": "~2.1.3",
"react-app-rewired": "~2.1.3",
"redux-devtools-extension": "~2.13.8",
"redux-logger": "~3.0.6"
},
"scripts": {
"dev": "chmod +x ./env.sh && ./env.sh && mv env-config.js ./public/ && react-app-rewired start",
"start": "react-app-rewired start",
"build": "react-app-rewired build && tar -cvzf zlmediakit_nvr_ui.$npm_package_version.tar.gz -C ./build .",
"postbuild": "tar -cvzf zlmediakit_nvr_ui.$npm_package_version.tar.gz -C ./build ."
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": "react-app"
}
}