-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.26 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
41
42
43
44
45
46
{
"name": "hearaway",
"version": "0.5.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build-biomes": "tsx scripts/buildBiomeData.ts",
"build-image-counts": "tsx scripts/generateImageCounts.ts",
"convert-audio": "tsx scripts/convertAudioToOgg.ts",
"generate-favicons": "tsx scripts/generateFavicons.ts",
"generate-thumbs": "tsx scripts/generateThumbs.ts"
},
"dependencies": {
"@floating-ui/react": "^0.27.16",
"@phosphor-icons/react": "^2.1.10",
"@turf/bbox": "^7.2.0",
"framer-motion": "^12.23.24",
"js-cookie": "^3.0.5",
"next": "^15.1.0",
"rbush": "^4.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@turf/helpers": "^7.2.0",
"@turf/turf": "^7.2.0",
"@types/geojson": "^7946.0.16",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "^15.1.0",
"geotiff": "^2.1.4-beta.0",
"postcss": "^8",
"shapefile": "^0.6.6",
"sharp": "^0.33.0",
"tailwindcss": "^3.4.1",
"tsx": "^4.20.6",
"typescript": "^5"
}
}