-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "my-blogs",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-boost": "^0.1.27",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.4.12",
"config": "^3.0.1",
"graphql": "^14.1.1",
"intersection-observer": "^0.5.1",
"prismjs": "^1.15.0",
"prop-types": "15.x.x",
"react": "^16.8.0",
"react-apollo": "^2.4.1",
"react-content-loader": "^3.4.2",
"react-dom": "^16.8.0",
"react-helmet": "^5.2.0",
"react-in-viewport": "^0.0.36",
"react-loadable": "^5.5.0",
"react-markdown": "^4.0.6",
"react-on-visible": "^1.6.0",
"react-router-dom": "4.4.0-beta.6",
"react-scripts": "2.1.3",
"react-spring": "6.1.8",
"source-map-explorer": "^1.6.0",
"styled-components": "^4.1.3"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/11.*",
"start": "react-scripts start",
"build": "react-scripts build --json",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}