-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
93 lines (93 loc) · 3.05 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
{
"name": "ultimate-hot-boilerplate",
"version": "1.0.0",
"repository": "https://github.com/zhenyulin/ultimate-hot-boilerplate.git",
"author": "Zhenyu Lin <zhenyu.lyn@gmail.com>",
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.23.0",
"connected-react-router": "^4.3.0",
"express": "^4.16.3",
"express-graphql": "^0.6.12",
"graphql": "^0.13.0",
"graphql-request": "^1.6.0",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"mongoose": "^5.2.4",
"mongoose-findoneorcreate": "^1.0.0",
"normalizr": "^3.2.4",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.6",
"redux": "^3.5.2",
"redux-immutable": "^4.0.0",
"redux-logic": "0.15.0",
"redux-segment": "^1.6.2",
"reselect": "^3.0.1",
"rxjs": "^6.2.2",
"seamless-immutable": "^7.1.3",
"styled-components": "^3.3.3",
"styled-components-theme": "^1.0.5"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"coveralls": "^3.0.2",
"envalid": "^4.1.4",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-react-16-adapter-setup": "^0.1.0",
"enzyme-to-json": "^3.3.4",
"eslint": "^4.19.1",
"eslint-config-airbnb": "17.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-loader": "^2.1.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-graphql": "^2.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "^21.18.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.9.1",
"eslint-plugin-testcafe": "^0.2.1",
"file-loader": "^1.1.11",
"flow-bin": "^0.77.0",
"flowtype-loader": "^0.2.2",
"html-loader": "^0.5.5",
"jest": "^23.4.1",
"morgan": "^1.9.0",
"nodemon": "^1.18.3",
"prettier": "^1.13.7",
"raf": "^3.4.0",
"raw-loader": "^0.5.1",
"react-test-renderer": "^16.4.1",
"redux-devtools-extension": "^2.13.5",
"start-server-webpack-plugin": "^2.2.5",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.3.1",
"stylelint-webpack-plugin": "^0.10.5",
"supertest": "^4.0.0",
"testcafe": "^0.20.5",
"testcafe-browser-provider-nightmare": "^0.0.5",
"webpack": "^4.16.1",
"webpack-cli": "^3.1.0",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.3",
"webpack-node-externals": "^1.7.2"
}
}