-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.44 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.44 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
47
48
49
50
51
52
{
"name": "chickenbone.dev",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": ">=20 <21"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@heroui/react": "^2.7.11",
"@nextui-org/react": "^1.0.0-beta.12",
"@types/node": "20.12.12",
"@types/react": "^18.2.1",
"@types/react-dom": "^18.2.2",
"@types/three": "^0.177.0",
"@types/xmldom": "^0.1.34",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"autoprefixer": "^10.4.14",
"axios": "^1.5.0",
"fast-xml-parser": "^5.2.5",
"glslify-loader": "^2.0.0",
"leaflet": "^1.9.4",
"mapbox-gl": "^3.13.0",
"marked": "^16.1.2",
"next": "^13.2.3",
"next-themes": "^0.2.1",
"postcss": "^8.4.23",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-leaflet": "^4.2.1",
"react-type-animation": "^3.0.1",
"tailwindcss": "^3.3.2",
"three": "^0.177.0",
"typescript": "^5.0.4",
"xmldom": "^0.6.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/leaflet": "^1.9.20",
"@types/mapbox-gl": "^3.4.1"
}
}