-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.52 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
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "heritagemap",
"version": "0.1.0",
"homepage": "/",
"private": true,
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "4.7.0",
"@testing-library/jest-dom": "5.11.5",
"@types/react-router-dom": "5.1.7",
"@urbica/react-map-gl": "1.14.2",
"@urbica/react-map-gl-cluster": "0.2.0",
"classnames": "2.2.6",
"http-proxy-middleware": "1.0.6",
"lodash": "4.17.20",
"mapbox-gl": "1.12.0",
"node-sass": "4.14.1",
"react": "17.0.1",
"react-alert": "7.0.2",
"react-alert-template-basic": "1.0.0",
"react-dom": "17.0.1",
"react-map-gl": "5.2.10",
"react-map-gl-geocoder": "2.1.6",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.1",
"stylelint-scss": "3.18.0",
"supercluster": "6.0.2",
"typescript": "3.9.7",
"unfetch": "4.2.0",
"x2js": "3.4.0"
},
"scripts": {
"start": "export REACT_APP_VERSION=$(git rev-parse HEAD) && react-scripts start",
"build": "export REACT_APP_VERSION=$(git rev-parse HEAD) && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint . --ext .ts,.tsx",
"stylelint": "stylelint src/*/*/*.scss"
},
"eslintConfig": {
"extends": [
"react-app",
"airbnb-typescript",
"eslint:recommended"
],
"parserOptions": {
"project": "./tsconfig.json"
},
"rules": {
"react/state-in-constructor": 0,
"react/jsx-props-no-spreading": 0,
"no-restricted-properties": 0,
"react/no-danger": 0,
"react/destructuring-assignment": 0,
"react/prop-types": 0
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/react": "11.1.1",
"@testing-library/user-event": "12.2.0",
"@types/classnames": "2.2.11",
"@types/jest": "26.0.15",
"@types/lodash": "4.14.165",
"@types/mapbox-gl": "1.12.5",
"@types/node": "12.19.3",
"@types/react": "16.9.56",
"@types/react-alert": "5.2.0",
"@types/react-dom": "16.9.9",
"@types/react-map-gl": "5.2.9",
"@typescript-eslint/eslint-plugin": "4.9.0",
"eslint-config-airbnb-typescript": "12.0.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"stylelint": "13.9.0",
"stylelint-config-standard": "20.0.0"
}
}