mirror of
https://github.com/labring/laf.git
synced 2026-01-25 16:07:45 +00:00
74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"name": "web",
|
|
"private": true,
|
|
"version": "1.0.0-beta.5",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"tsc": "tsc",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src --fix",
|
|
"prettier": "prettier --write ./src",
|
|
"prepare": "cd .. && husky install web/.husky",
|
|
"lint-staged": "lint-staged"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/anatomy": "^2.1.1",
|
|
"@chakra-ui/icons": "^2.0.17",
|
|
"@chakra-ui/react": "^2.5.2",
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@tanstack/react-query": "^4.28.0",
|
|
"axios": "^1.3.4",
|
|
"clsx": "^1.2.1",
|
|
"dayjs": "^1.11.7",
|
|
"framer-motion": "^10.8.4",
|
|
"i18next": "^22.4.13",
|
|
"i18next-browser-languagedetector": "7.0.1",
|
|
"i18next-http-backend": "2.2.0",
|
|
"immer": "^9.0.19",
|
|
"laf-client-sdk": "^1.0.0-beta.2",
|
|
"lodash": "^4.17.21",
|
|
"make-plural": "^7.2.0",
|
|
"monaco-editor": "^0.36.1",
|
|
"qrcode.react": "^3.1.0",
|
|
"react": "18.2.0",
|
|
"react-datepicker": "^4.10.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.43.7",
|
|
"react-i18next": "^12.2.0",
|
|
"react-icons": "^4.8.0",
|
|
"react-router-dom": "^6.9.0",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"sass": "^1.59.3",
|
|
"zustand": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/node": "18.15.5",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-datepicker": "^4.10.0",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/react-syntax-highlighter": "^15.5.6",
|
|
"@vitejs/plugin-react-swc": "^3.2.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"click-to-react-component": "^1.0.8",
|
|
"eslint": "^8.36.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.2.0",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.6",
|
|
"tailwindcss": "^3.2.7",
|
|
"typescript": "4.9.5",
|
|
"vite": "^4.2.1"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
]
|
|
}
|
|
}
|