-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.56 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
{
"name": "quinhentascidades",
"version": "1.22.0",
"private": true,
"dependencies": {
"@apollo/federation": "^0.14.1",
"@apollo/react-hooks": "^3.1.5",
"@babel/helper-builder-react-jsx-experimental": "^7.12.11",
"@babel/helper-regex": "^7.10.5",
"@resystem/ida-js-sdk": "0.2.4",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"@testing-library/user-event": "^10.1.0",
"apollo-boost": "^0.4.7",
"apollo-client": "^2.6.8",
"apollo-link-context": "^1.0.20",
"axios": "^0.21.1",
"google-map-react": "^1.1.7",
"graphql": "^15.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"reactjs-popup": "^1.5.0",
"styled-components": "^5.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"deploy:dev": "react-scripts build && aws s3 sync build s3://development.500cidades.org --acl public-read --cache-control public,max-age=60",
"deploy:idadomain": "react-scripts build && aws s3 sync build s3://500.idativista.org --acl public-read --cache-control public,max-age=60",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {}
}