-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.47 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
{
"name": "hsl-driver-instructions",
"version": "0.1.0",
"private": true,
"homepage": "/kuljettaja",
"dependencies": {
"@apollo/client": "^3.7.17",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.7",
"@turf/turf": "^6.5.0",
"classnames": "^2.2.6",
"dayjs": "^1.10.7",
"graphql": "^16.7.1",
"hsl-map-style": "https://github.com/HSLdevcom/hsl-map-style",
"leaflet": "^1.9.4",
"leaflet-path-drag": "^1.8.0-beta.3",
"lodash": "^4.17.11",
"mapillary-js": "^4.0.0",
"mobx": "^6.9.0",
"mobx-react": "^7.6.0",
"prop-types": "^15.7.2",
"qs": "^6.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "5.0.1",
"react-tabs": "^6.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src/",
"prettier": "prettier \"src/**/*.{css,js}\" --write"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.0"
}
}