8765
This commit is contained in:
+7
-2
@@ -7,22 +7,27 @@
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview"
|
||||
"preview": "vite preview",
|
||||
"deploy": "npm run build && vk-miniapps-deploy"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-oauth/google": "^0.13.5",
|
||||
"@vkontakte/vk-bridge": "^3.0.2",
|
||||
"axios": "^1.16.1",
|
||||
"framer-motion": "^12.40.0",
|
||||
"lucide-react": "^1.16.0",
|
||||
"react": "^19.2.6",
|
||||
"react-dom": "^19.2.6",
|
||||
"react-router-dom": "^7.15.1"
|
||||
"react-router-dom": "^7.15.1",
|
||||
"styled-components": "^6.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@tailwindcss/postcss": "^4.3.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^6.0.1",
|
||||
"@vkontakte/vk-miniapps-deploy": "^1.0.2",
|
||||
"autoprefixer": "^10.5.0",
|
||||
"eslint": "^10.3.0",
|
||||
"eslint-plugin-react-hooks": "^7.1.1",
|
||||
|
||||
Reference in New Issue
Block a user