Files
vkminiapp/package.json
T
2026-05-28 22:53:07 +08:00

41 lines
1.0 KiB
JSON

{
"name": "vkminiapp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"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",
"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",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"postcss": "^8.5.15",
"tailwindcss": "^4.3.0",
"vite": "^8.0.12"
}
}