-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.96 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
{
"name": "csjs",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-polyfill": "^6.26.0",
"lodash": "^4.17.21",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-flip-move": "^2.10.0",
"react-hot-loader": "^3.1.3",
"react-motion": "^0.5.2",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "^4.0.3",
"redux": "^3.7.2",
"redux-observable": "^0.17.0",
"reselect": "^3.0.1",
"rxjs": "^5.5.5",
"styled-components": "^2.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow:libdefs": "rimraf flow-typed/npm && flow-typed install --ignoreDeps peer"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.3.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"debug": "^3.1.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-class-property": "^1.0.6",
"eslint-plugin-flowtype": "^2.40.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.5.1",
"flow-bin": "^0.61.0",
"flow-typed": "^2.2.3",
"html-webpack-plugin": "^2.30.1",
"prettier": "^1.9.2",
"prettier-eslint": "^8.3.1",
"redux-logger": "^3.0.6",
"rimraf": "^2.6.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}