-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
82 lines (82 loc) · 2.65 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
{
"name": "redux-rnw-loadable-components",
"version": "0.1.1",
"license": "MIT",
"private": true,
"scripts": {
"start": "razzle start",
"build": "razzle build",
"test": "razzle test --env=jsdom",
"start:prod": "NODE_ENV=production node build/server.js",
"clean:build": "rimraf build",
"clean:node": "rimraf node_modules",
"clean:all": "concurrently --kill-others \"yarn clean:build\" \"yarn clean:node\"",
"pretty": "prettier-eslint --write \"src/**/*.js\"",
"lint": "yarn pretty",
"precommit": "lint-staged"
},
"dependencies": {
"@centarius/state-hoc": "^0.1.1",
"centarius": "^0.1.1",
"cross-fetch": "^2.2.1",
"downshift": "^2.0.10",
"express": "^4.15.2",
"loadable-components": "^2.2.2",
"lodash": "^4.17.15",
"modal-enhanced-react-native-web": "^0.1.9",
"modal-react-native-web": "^0.1.9",
"morgan": "^1.9.0",
"prop-types": "^15.6.1",
"qs": "^6.5.2",
"react": "^16.4.1",
"react-art": "^16.4.1",
"react-css-modules": "^4.7.3",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"react-loadable-visibility": "^2.5.0",
"react-native-web": "^0.8.8",
"react-redux": "^5.0.7",
"react-router-dom": "^5.0.0",
"react-router-redux": "^4.0.8",
"recompose": "^0.27.1",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"reselect": "^3.0.1",
"serialize-javascript": "^3.1.0"
},
"devDependencies": {
"autoprefixer": "^8.6.2",
"babel-eslint": "^8.2.3",
"babel-plugin-dynamic-import-node": "^2.0.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-react-native-web": "^0.6.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-env": "^1.7.0",
"concurrently": "^3.5.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react-app": "^2.1.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"lodash-webpack-plugin": "^0.11.5",
"node-sass": "^4.9.0",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"postcss-flexbugs-fixes": "^3.3.1",
"prettier-eslint": "^8.8.1",
"prettier-eslint-cli": "^4.7.1",
"razzle": "^2.4.0",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.3",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-dashboard": "^2.0.0"
}
}