auction/frontend/casino/package.json
2023-12-15 02:17:44 +03:00

66 lines
2 KiB
JSON

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"lint:fix": "eslint --fix \"**/*.{ts,tsx}\""
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@metamask/rpc-errors": "^6.1.0",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.19",
"@nextui-org/react": "^1.0.0-beta.10",
"@stitches/react": "^1.2.8",
"autoprefixer": "^10.4.16",
"eslint-plugin-mobx": "^0.0.9",
"framer-motion": "^10.16.12",
"jdenticon": "^3.2.0",
"luxon": "^3.4.4",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-aria": "^3.30.0",
"react-datepicker": "^4.24.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-number-format": "^5.3.1",
"react-router-dom": "^6.20.0",
"react-stately": "^3.28.0",
"reseter.css": "^2.0.0",
"swagger-typescript-api": "^12.0.2",
"tailwindcss": "^3.3.6",
"viem": "^1.12.1",
"wagmi": "1.4.2"
},
"devDependencies": {
"@types/luxon": "^3.3.7",
"@types/react": "^18.2.37",
"@types/react-datepicker": "^4.19.3",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.55.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"vite": "^5.0.0"
}
}