-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.54 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
{
"scripts": {
"local": "NODE_ENV_REDUX_LOGGER=true NODE_ENV_UNONLINE=true NODE_ENV_APISTATUS=1 webpack-dev-server --colors --inline --content-base --history-api-fallback --open",
"online": "NODE_ENV_REDUX_LOGGER=true NODE_ENV_UNONLINE=false NODE_ENV_APISTATUS=2 webpack-dev-server --colors --inline --content-base --history-api-fallback --open",
"build": "NODE_ENV_REDUX_LOGGER=false NODE_ENV_UNONLINE=false NODE_ENV_APISTATUS=3 webpack"
},
"dependencies": {
"@blueprintjs/core": "^2.3.1",
"@blueprintjs/datetime": "^2.0.3",
"axios": "^0.18.0",
"babel-plugin-transform-remove-console": "^6.9.1",
"babel-preset-stage-2": "^6.24.1",
"canvasjs": "^1.8.1",
"detect-browser-language": "0.0.1",
"fs": "0.0.1-security",
"history": "^4.7.2",
"jsonwebtoken": "^8.2.1",
"lodash": "^4.17.10",
"millisec": "^0.2.0",
"moment": "^2.22.2",
"postcss-loader": "^2.1.5",
"react": "^16.3.2",
"react-bootstrap-datetimepicker": "0.0.22",
"react-datepicker": "^1.5.0",
"react-datetime-picker": "^1.3.4",
"react-dom": "^16.3.2",
"react-facebook-login": "^3.6.2",
"react-facebook-login-component": "^0.9.1",
"react-hot-loader": "^3.0.0-beta.6",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.1.2",
"react-slick": "^0.16.0",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^5.1.1",
"redux-thunk": "^2.2.0",
"socket.io": "^2.0.4",
"update": "^0.7.4",
"url-loader": "^1.0.1",
"webpack-manifest-plugin": "^2.0.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.3.0",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.2",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^4.2.0",
"jquery": "^3.3.1",
"node-sass": "^4.9.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.18.2",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
},
"engines": {
"node": "6.9.1"
}
}