-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.42 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
{
"name": "reactnd-readable",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.10.7",
"axios": "^0.18.0",
"fuse.js": "^3.3.0",
"lodash": "^4.17.11",
"normalizr": "^3.3.0",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-lottie": "^1.2.3",
"react-moment": "^0.8.4",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.5",
"react-spring": "^7.1.3",
"redux": "^4.0.1",
"redux-saga": "^0.16.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.83.0",
"sinon": "^7.2.2",
"styled-components": "^4.0.2",
"uuid": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"axios-mock-adapter": "^1.15.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"jest-canvas-mock": "^1.1.0",
"prettier": "^1.15.3",
"redux-mock-store": "^1.5.3",
"redux-saga-tester": "^1.0.381"
}
}