-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·59 lines (59 loc) · 1.39 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
{
"name": "priceless-map",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/ToastHawaii/priceless-map"
},
"author": "ToastHawaii",
"license": "AGPL",
"bugs": {
"url": "https://github.com/ToastHawaii/priceless-map/issues"
},
"dependencies": {
"@types/leaflet": "1.9.8",
"@types/md5": "2.3.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"bignumber.js": "9.1.2",
"details-element-polyfill": "2.4.0",
"i18next": "23.11.5",
"i18next-client": "1.11.4",
"leaflet": "1.9.4",
"leaflet-overpass-layer": "github:ToastHawaii/leaflet-overpass-layer",
"md5": "2.3.0",
"moment": "2.30.1",
"moment-timezone": "0.5.45",
"opening_hours": "3.8.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "14.1.2",
"react-leaflet": "4.2.1",
"react-scripts": "5.0.1",
"sass": "1.77.6",
"typescript": "4.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "BUILD_PATH='./docs' react-scripts build",
"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"
]
}
}