Files
mozimo.in/package.json
T
2026-09-03 10:11:31 +00:00

39 lines
923 B
JSON

{
"name": "mozimo",
"version": "0.2.0",
"private": true,
"type": "module",
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "vite preview --host 0.0.0.0",
"lint": "eslint ."
},
"dependencies": {
"@tanstack/react-router": "^1.168.3",
"@tanstack/react-start": "^1.167.5",
"@unpic/react": "^1.0.2",
"framer-motion": "^12.23.9",
"lucide-react": "^1.0.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"unpic": "^4.2.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/vite": "^4.2.2",
"@types/node": "^25.5.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.21",
"eslint": "^10.1.0",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"vite": "^8.0.2"
}
}