gmokercom/package.json

35 lines
897 B
JSON
Raw Permalink Normal View History

{
"name": "gmoker",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"start": "bun run vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
2024-09-10 10:32:20 +00:00
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
2024-09-10 10:32:20 +00:00
"axios": "^1.7.7",
"framer-motion": "^11.5.4",
"mysql2": "^3.11.1",
"react": "^18.3.1",
2024-08-07 12:39:33 +00:00
"react-dom": "^18.3.1",
2024-09-10 10:32:20 +00:00
"react-router-dom": "^6.26.2"
},
"devDependencies": {
2024-09-10 10:32:20 +00:00
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
2024-09-10 10:32:20 +00:00
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
2024-09-10 10:32:20 +00:00
"eslint-plugin-react-refresh": "^0.4.11",
"vite": "^5.4.3"
}
}