-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.22 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
{
"name": "react-first-blood",
"version": "0.0.1",
"description": "battle-ready armory for react warriors",
"repository": {
"type": "git",
"url": "https://github.com/andreystarkov/react-first-blood"
},
"author": "Andrey Starkov <im@andreystarkov.ru>",
"private": true,
"dependencies": {
"animejs": "^3.0.1",
"apisauce": "^1.0.2",
"apollo-boost": "^0.1.27",
"connected-react-router": "^6.3.0",
"faker": "^4.1.0",
"graphql": "^14.1.1",
"history": "^4.7.2",
"moment": "^2.24.0",
"object-assign": "4.1.1",
"ramda": "^0.26.1",
"react": "^16.8.1",
"react-apollo": "^2.4.1",
"react-dom": "^16.8.1",
"react-flexbox-grid": "^2.1.2",
"react-flip-toolkit": "^6.5.5",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-transition-group": "^2.5.3",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-saga": "^1.0.1",
"reduxsauce": "^1.0.1",
"reselect": "^4.0.0",
"sanitize.css": "^8.0.0",
"seamless-immutable": "^7.1.4",
"shortid": "^2.2.14",
"styled-components": "^4.1.3",
"styled-media-query": "^2.1.1",
"react-scripts": "^2.1.5"
},
"devDependencies": {
"eslint": "5.12.0",
"eslint-config-prettier": "^4.0.0",
"eslint-config-prettier-standard": "^2.0.0",
"eslint-config-react-app": "^3.0.7",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "2.1.2",
"eslint-plugin-flowtype": "3.2.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0",
"jest": "23.6.0",
"prettier": "^1.16.4",
"prettier-eslint": "^8.8.2",
"react-dev-utils": "^7.0.3",
"redux-devtools": "^3.5.0",
"redux-devtools-diff-monitor": "^5.0.5",
"redux-devtools-extension": "^2.13.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}