-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
77 lines (77 loc) · 2.2 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
{
"name": "mattapan-project",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@apollo/client": "^3.5.10",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fontsource/baron-neue": "file:assets/Baron Neue",
"@fontsource/lato": "^4.5.0",
"dotenv": "^10.0.0",
"intersection-observer": "^0.12.0",
"graphql": "^16.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-map-gl": "^6.1.17",
"react-router-dom": "6",
"react-scripts": "4.0.3",
"react-scrollama": "^2.3.0",
"web-vitals": "^1.1.2"
},
"devDependencies": {
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/preset-typescript": "^7.15.0",
"@craco/craco": "^6.4.0",
"@graphql-codegen/cli": "2.6.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/geojson": "^7946.0.8",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/react-map-gl": "^6.1.1",
"@types/react-router-dom": "^5.3.1",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"craco-alias": "^3.0.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"stylelint": "^13.13.1",
"stylelint-processor-styled-components": "^1.10.0",
"typescript": "^4.4.3",
"@graphql-codegen/typescript": "2.4.8",
"@graphql-codegen/typescript-operations": "2.3.5",
"@graphql-codegen/typescript-react-apollo": "3.2.11"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"tsc": "npx tsc --p tsconfig.json",
"codegen": "graphql-codegen --config codegen.yml -r dotenv/config"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}