mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-29 15:25:50 +00:00
Former-commit-id: d5649cfbe565c37c3d133ca9c335912df30b4a7f [formerly eacad2e9c1f933a62d7301f588ca9461c7d65962] [formerly cb66b850d079c8b8bc63d778b88a63ce10aeabb5 [formerly eb3f4ce608aff910290eef77fa173b59febfb521]] Former-commit-id: 61dca98822a3128976c2f1b527006987e56abf2c [formerly 4bd70a9ce70af5c7ee6ccb96a88ecc2d40d2a697] Former-commit-id: ec8e12cb5814a52f37512f399a747b8a5dd3090d
36 lines
853 B
JSON
36 lines
853 B
JSON
{
|
|
"name": "mrt-map-builder",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/react": "^6.0.0",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"clsx": "^2.1.1",
|
|
"d3": "^7.9.0",
|
|
"daisyui": "^5.0.50",
|
|
"i18next": "^25.6.0",
|
|
"i18next-http-backend": "2.7.3",
|
|
"lifeforge-ui": "workspace:*",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-i18next": "^15.5.1",
|
|
"shared": "workspace:*",
|
|
"tailwindcss": "^4.1.11",
|
|
"tinycolor2": "^1.6.0",
|
|
"uuid": "^13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"globals": "^16.3.0",
|
|
"vite": "^7.0.4"
|
|
}
|
|
} |