-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·91 lines (91 loc) · 2.67 KB
/
package.json
File metadata and controls
executable file
·91 lines (91 loc) · 2.67 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
85
86
87
88
89
90
91
{
"name": "phone-call-client",
"version": "1.0.0",
"description": "",
"main": "app/index.jsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --content-base",
"start": "cross-env NODE_ENV=prod babel-node server.js",
"build": "cross-env NODE_ENV=production webpack --progress --colors"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.23.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-module-alias": "^1.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"concurrently": "^3.5.1",
"cross-env": "^3.1.4",
"css-loader": "^0.26.1",
"eslint": "^3.14.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-react": "^6.9.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.10.0",
"img-loader": "^1.3.1",
"ip": "^1.1.5",
"json-loader": "^0.5.4",
"jsx-loader": "^0.13.2",
"node-sass": "^4.3.0",
"postcss": "^5.2.15",
"postcss-cssnext": "^2.9.0",
"postcss-loader": "^1.3.3",
"react-hot-loader": "^1.3.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"transfer-webpack-plugin": "^0.1.4",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"activedirectory": "^0.7.2",
"axios": "^0.15.3",
"babel-register": "^6.23.0",
"bootstrap": "^3.3.7",
"chrome-launcher": "^0.10.0",
"classnames": "^2.2.5",
"cors": "^2.8.1",
"css-modules-require-hook": "^4.0.5",
"express": "^4.15.0",
"express-http-proxy": "^0.11.0",
"font-awesome": "^4.7.0",
"history": "^4.5.1",
"http-proxy": "^1.16.2",
"http-proxy-middleware": "^0.17.4",
"jquery": "^3.1.1",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"opener": "^1.4.3",
"react": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-bootstrap-date-picker": "^4.0.0",
"react-bootstrap-table": "^2.11.0",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-redux-toastr": "^4.4.6",
"react-router": "^3.0.2",
"react-router-bootstrap": "^0.23.1",
"react-router-redux": "^4.0.7",
"react-select2": "^4.0.3",
"react-toastr": "^2.8.2",
"redux": "^3.6.0",
"redux-router": "^2.1.2",
"redux-socket.io": "^1.3.1",
"redux-thunk": "^2.2.0",
"scroll-behavior": "^0.9.2",
"select2": "^4.0.3",
"serialize-javascript": "^1.3.0",
"socket.io-client": "^1.7.2",
"validator": "^7.0.0"
}
}