Initial commit gov-llm-v2

This commit is contained in:
2026-02-04 00:04:31 +05:00
commit 07c4f48601
43 changed files with 7640 additions and 0 deletions

27
package.json Executable file
View File

@@ -0,0 +1,27 @@
{
"name": "copy-of-mob-of-copy-of-основной-сайт-для-llm",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"recharts": "2.12.7",
"lucide-react": "0.395.0",
"framer-motion": "11.2.10",
"three": "0.165.0",
"@react-three/fiber": "8.16.8",
"@react-three/drei": "9.108.3"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}