37 lines
842 B
JSON
37 lines
842 B
JSON
{
|
|
"name": "3d-viewer",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"d3": "^7.9.0",
|
|
"earcut": "^3.0.1",
|
|
"geo-three": "^0.1.15",
|
|
"next": "15.2.1",
|
|
"proj4": "^2.15.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"three": "^0.174.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4.0.11",
|
|
"@types/d3": "^7.4.3",
|
|
"@types/earcut": "^3.0.0",
|
|
"@types/node": "^22",
|
|
"@types/proj4": "^2.5.6",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@types/three": "^0.174.0",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.2.1",
|
|
"postcss": "^8.5.3",
|
|
"tailwindcss": "^4.0.11",
|
|
"typescript": "^5"
|
|
}
|
|
}
|