-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.11 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.11 KB
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
{
"name": "rekola-rides",
"version": "0.1.0",
"private": true,
"dependencies": {
"leaflet": "1.6.0",
"leaflet-draw": "^1.0.4",
"leaflet.polyline.snakeanim": "0.2.0",
"mathjax-react": "^1.0.6",
"prettier": "^3.2.5",
"react": "^16.0.0",
"react-dom": "^16.12.0",
"react-katex": "^2.0.2",
"react-leaflet": "^2.7.0",
"react-leaflet-draw": "0.19.0",
"react-router-dom": "^5.3.4",
"react-scripts": "^3.0.1",
"recharts": "^2.12.4"
},
"homepage": "https://matejker.github.io/rekola-rides/#",
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "rm -rf ./docs && mkdir ./docs && NODE_OPTIONS=--openssl-legacy-provider react-scripts build && mv build/* docs",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}