mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-30 07:46:04 +00:00
Former-commit-id: 3dfd423c25de2652003e1c42c82836c4838d4702 [formerly 40c6611cb86c2561e6af3c49e55503fb8c57a705] [formerly a70d6ca2481952dd63b2d9eaa043b6694dbc7e85 [formerly f829cdc3399cb059e56d30cc930fa889732f8f2d]] Former-commit-id: 2b04d4a046aeba81953089936b14af297c273c86 [formerly cf7eff7ce07bdec1ba05337511317b7e5e154c1e] Former-commit-id: 5bc68cd6de54305f753c98d71fe564fd708c8129
34 lines
809 B
JSON
34 lines
809 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",
|
|
"daisyui": "^5.0.50",
|
|
"i18next": "24.2.3",
|
|
"i18next-http-backend": "2.7.3",
|
|
"lifeforge-ui": "workspace:*",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-i18next": "^15.5.1",
|
|
"shared": "workspace:*",
|
|
"tailwindcss": "^4.1.11",
|
|
"tinycolor2": "^1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"globals": "^16.3.0",
|
|
"vite": "^7.0.4"
|
|
}
|
|
} |