-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
191 lines (191 loc) · 5.61 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
{
"name": "koa-react-isomorphic",
"version": "4.5.0",
"dependencies": {
"babel-runtime": "^6.26.0",
"dataloader": "^1.3.0",
"debug": "^3.1.0",
"faker": "^4.1.0",
"immutability-helper": "^2.7.0",
"immutable": "^3.8.2",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.3.1",
"koa": "^2.5.1",
"koa-bodyparser": "^4.2.1",
"koa-compress": "^3.0.0",
"koa-conditional-get": "^2.0.0",
"koa-convert": "^1.2.0",
"koa-cors": "0.0.16",
"koa-csrf": "^3.0.6",
"koa-etag": "^3.0.0",
"koa-helmet": "^4.0.0",
"koa-html-minifier2": "^1.0.7",
"koa-logger": "^3.1.0",
"koa-router": "^7.3.0",
"koa-session": "^5.5.1",
"koa-static": "^4.0.3",
"lodash": "^4.17.10",
"marko": "^4.10.0",
"popper.js": "^1.12.9",
"prop-types": "^15.6.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-helmet": "^5.2.0",
"react-loadable": "^5.4.0",
"react-redux": "^5.0.6",
"react-router": "^3.2.0",
"react-router-redux": "^4.0.8",
"redial": "^0.5.0",
"redux": "^4.0.0",
"redux-actions": "^2.4.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"reselect": "^3.0.1",
"rxjs": "^6.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-loader": "^7.1.2",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.12",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bootstrap": "^4.1.1",
"bundle-loader": "^0.5.5",
"caniuse-lite": "^1.0.30000851",
"chokidar": "^2.0.0",
"chokidar-cli": "^1.2.0",
"compression-webpack-plugin": "^1.1.3",
"css-loader": "^0.28.8",
"env-cmd": "^8.0.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-import-resolver-webpack": "^0.10.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-flowtype": "^2.49.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"exports-loader": "^0.7.0",
"expose-loader": "^0.7.5",
"file-loader": "^1.1.6",
"flow-bin": "^0.74.0",
"font-awesome": "^4.7.0",
"identity-obj-proxy": "^3.0.0",
"imports-loader": "^0.8.0",
"jest": "^23.1.0",
"jest-environment-jsdom": "^23.1.0",
"jest-environment-jsdom-global": "^1.1.0",
"json-loader": "^0.5.7",
"less": "^3.0.4",
"less-loader": "^4.0.5",
"mini-css-extract-plugin": "^0.4.0",
"modernizr": "^3.5.0",
"modernizr-loader": "^1.0.1",
"nock": "^9.3.2",
"node-sass": "^4.9.0",
"nodemon": "^1.17.5",
"offline-plugin": "^5.0.5",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"postcss": "^6.0.22",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.1.5",
"prettier": "^1.13.5",
"react-hot-loader": "^4.3.1",
"react-test-renderer": "^16.4.0",
"redux-mock-store": "^1.4.0",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.3",
"script-loader": "^0.7.2",
"source-map-support": "^0.5.6",
"style-loader": "^0.21.0",
"stylelint": "^9.2.1",
"stylelint-config-css-modules": "^1.1.0",
"stylelint-config-standard": "^18.0.0",
"stylelint-webpack-plugin": "^0.10.5",
"supertest": "^3.1.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"universal-webpack": "^0.6.6",
"url-loader": "^1.0.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3",
"webpack-dev-server": "^3.1.4"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"files": [
"app",
"build",
"config",
"public",
"scripts",
"Dockerfile",
"Procfile",
"compiler.js",
"docker-compose.yml",
"marko.json",
"nodemon.json",
"package.json",
"prod-server.json"
],
"jest": {
"testRegex": "/__tests__/.*\\.(js|jsx)$",
"setupFiles": [
"./shim.js",
"./test-setup.js"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"moduleNameMapper": {
"\\.(css|less|sass|scss)$": "identity-obj-proxy",
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"^client(.*)$": "<rootDir>/app/client$1",
"^server(.*)$": "<rootDir>/app/server$1",
"^share(.*)$": "<rootDir>/app/share$1"
}
},
"keywords": [
"es6",
"isomorphic",
"jest",
"koa",
"ramda",
"react",
"redux",
"relay",
"rxjs",
"universal"
],
"license": "MIT",
"scripts": {
"backend-build": "./scripts/backend-build.sh",
"backend-watch": "./scripts/backend-watch.sh",
"build": "./scripts/build.sh",
"clean": "node ./scripts/clean.js",
"compile-templates": "./scripts/compile-templates.sh",
"debug": "./scripts/debug.sh",
"dev": "./scripts/dev.sh",
"flow-status": "flow status; test $? -eq 0 -o $? -eq 2",
"flow-stop": "flow stop",
"flow-watch": "yarn run flow-status && chokidar './app/**/*.js' './app/**/*.jsx' -c 'yarn run flow-status'",
"frontend-build": "./scripts/frontend-build.sh",
"frontend-watch": "./scripts/frontend-watch.sh",
"start": "./scripts/start.sh",
"test": "env-cmd --no-override ./scripts/env/test jest",
"watch": "./scripts/watch.sh"
}
}