-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1 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
{
"name": "osm-nz",
"version": "0.0.0",
"private": true,
"type": "module",
"dependencies": {
"@nivo/line": "^0.83.0",
"@rapideditor/country-coder": "^5.2.1",
"clsx": "^2.0.0",
"diff": "^5.1.0",
"jsonc-parser": "^3.2.0",
"leaflet": "^1.9.4",
"osm-api": "^2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-timeago-i18n": "^1.1.0"
},
"devDependencies": {
"@types/diff": "^5.0.3",
"@types/geojson": "^7946.0.10",
"@types/leaflet": "^1.9.3",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^9.9.0",
"eslint-config-kyle": "^25.0.0-beta2",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vitest": "^0.34.6"
},
"scripts": {
"lint": "eslint . && tsc",
"test": "vitest",
"start": "vite",
"build": "vite build"
},
"prettier": "eslint-config-kyle/prettier",
"packageManager": "[email protected]"
}