-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.03 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.03 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
{
"main": "src/index.js",
"scripts": {
"dev": "nodemon -r dotenv/config server/bootstrap.js",
"test": "mocha test.js",
"start": "node_modules/.bin/forever --spinSleepTime 5000 server/bootstrap.js",
"start:client": "react-app-rewired start",
"build": "react-app-rewired build",
"eject": "react-app-rewired eject"
},
"dependencies": {
"@f/filter": "^1.1.1",
"@f/get-prop": "^1.1.1",
"@f/omit": "^2.2.3",
"@f/pick": "^1.1.4",
"@f/set-prop": "^1.0.1",
"@f/sleep": "^1.0.0",
"antd": "^3.6.6",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"firebase": "^5.1.0",
"firebase-admin": "^5.12.1",
"forever": "^0.15.3",
"formik": "^1.0.1",
"fs": "^0.0.1-security",
"googleapis": "^32.0.0",
"ignore-styles": "^5.0.1",
"isomorphic-fetch": "^2.2.1",
"less-vars-to-js": "^1.2.1",
"path-to-regexp": "^2.2.1",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"recompose": "^0.27.1",
"redux": "^4.0.0",
"rxjs": "^6.2.2",
"url-pattern": "^1.0.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-plugin-import": "^1.8.0",
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^5.2.0",
"nodemon": "^1.18.1",
"proxyquire": "^2.0.1",
"proxyrequire": "^1.0.21",
"react-app-rewire-less": "^2.1.1",
"react-app-rewired": "^1.5.2",
"react-scripts": "^1.1.4",
"sinon": "^5.0.10",
"supertest": "^3.1.0"
}
}