chain-frontend/package.json
2024-03-09 04:48:46 +07:00

54 lines
1.5 KiB
JSON

{
"name": "chain-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.12",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/styled-engine-sc": "^6.0.0-alpha.17",
"@tanstack/react-router": "^1.18.3",
"@tanstack/router-vite-plugin": "^1.18.1",
"autoprefixer": "^10.4.18",
"axios": "^1.6.7",
"clsx": "^2.1.0",
"framer-motion": "^11.0.8",
"humanize-duration": "^3.31.0",
"install": "^0.13.0",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.8",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/humanize-duration": "^3.27.4",
"@types/node": "^20.11.24",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"typescript": "^5.2.2",
"vite": "^5.1.4"
}
}