ahojsvet.landing/package.json
2026-03-17 18:47:48 +01:00

47 lines
1.2 KiB
JSON

{
"name": "ahojsvet.landing",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@types/matter-js": "^0.20.2",
"clsx": "^2.1.1",
"i18next": "^25.8.4",
"i18next-browser-languagedetector": "^8.2.0",
"lodash": "^4.17.23",
"lucide-react": "^0.563.0",
"matter-js": "^0.20.0",
"motion": "^12.34.2",
"poly-decomp": "^0.3.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.5.4",
"react-router-dom": "^7.13.0",
"shadcn": "^3.8.5",
"svg-path-commander": "^2.1.11",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^25.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"autoprefixer": "^10.4.23",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.2.0",
"typescript": "^5.9.3",
"vite": "^7.2.4"
}
}