-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
{
"name": "refsheet-extension",
"version": "0.1.0",
"private": true,
"dependencies": {
"@sentry/browser": "^4.4.1",
"apollo-cache-inmemory": "^1.3.11",
"apollo-cache-redux": "^0.1.2",
"apollo-client": "^2.4.7",
"apollo-link-context": "^1.0.10",
"apollo-link-http": "^1.5.7",
"classnames": "^2.2.6",
"connected-react-router": "^5.0.1",
"graphql": "^0.13.2",
"graphql-tag": "^2.10.0",
"i18next": "^13.0.1",
"i18next-browser-languagedetector": "^2.2.4",
"i18next-locize-backend": "^1.7.0",
"justified-layout": "^2.1.1",
"node-sass": "^4.10.0",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-apollo": "^2.3.2",
"react-container-dimensions": "^1.4.1",
"react-dom": "^16.6.3",
"react-i18next": "^8.4.0",
"react-justified-layout": "^0.1.0",
"react-redux": "^5.1.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"redux": "^4.0.1",
"superagent": "^4.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "aws s3 sync build/ s3://extension.refsheet.net"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}