2023-12-12 14:26:03 +00:00
|
|
|
{
|
|
|
|
"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",
|
2024-01-07 07:30:48 +00:00
|
|
|
"@cityofzion/wallet-connect-sdk-react": "^3.2.0",
|
2023-12-12 14:26:03 +00:00
|
|
|
"@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",
|
2023-12-14 23:17:44 +00:00
|
|
|
"autoprefixer": "^10.4.16",
|
2024-01-07 07:30:48 +00:00
|
|
|
"axios": "^1.6.5",
|
2023-12-12 14:26:03 +00:00
|
|
|
"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",
|
2023-12-14 23:17:44 +00:00
|
|
|
"postcss": "^8.4.32",
|
2023-12-12 14:26:03 +00:00
|
|
|
"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",
|
2023-12-14 23:17:44 +00:00
|
|
|
"tailwindcss": "^3.3.6",
|
2023-12-12 14:26:03 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|