|
- {
- "name": "real-worldgen",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start",
- "lint": "next lint",
- "link-gfx": "ts-node --project ./tsconfig.script.json ./scripts/link-gfx.ts"
- },
- "dependencies": {
- "@theoryofnekomata/formxtra": "^0.2.3",
- "d3": "^7.3.0",
- "d3-geo": "^3.0.1",
- "d3-geo-polygon": "^1.12.1",
- "next": "12.1.0",
- "pngjs": "^6.0.0",
- "react": "17.0.2",
- "react-dom": "17.0.2",
- "sharp": "^0.30.2",
- "ts-node": "^10.7.0"
- },
- "devDependencies": {
- "@types/d3": "^7.1.0",
- "@types/d3-geo": "^3.0.2",
- "@types/node": "17.0.21",
- "@types/pngjs": "^6.0.1",
- "@types/react": "17.0.39",
- "@types/sharp": "^0.30.0",
- "eslint": "8.10.0",
- "eslint-config-next": "12.1.0",
- "typescript": "4.6.2"
- }
- }
|