forked from yousifamanuel/terraink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.02 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
{
"name": "terraink",
"private": true,
"version": "0.4.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"showcase:grid": "node scripts/combine-showcase-grid.mjs"
},
"dependencies": {
"maplibre-gl": "^5.19.0",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"rollup": "^4.59.0"
},
"devDependencies": {
"@fontsource/bebas-neue": "^5.2.7",
"@fontsource/lato": "^5.2.7",
"@fontsource/merriweather": "^5.2.11",
"@fontsource/montserrat": "^5.2.8",
"@fontsource/noto-sans-jp": "^5.2.9",
"@fontsource/oswald": "^5.2.8",
"@fontsource/playfair-display": "^5.2.8",
"@fontsource/raleway": "^5.2.8",
"@fontsource/source-sans-pro": "^5.2.5",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.4.1",
"sharp": "^0.34.5",
"typescript": "^5.9.3",
"vite": "^5.4.11"
}
}