mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-03-03 02:27:00 +00:00
37 lines
854 B
JSON
37 lines
854 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"
|
|
}
|
|
}
|