This repository has been archived on 2024-03-17. You can view files and clone it, but cannot push or open issues or pull requests.
woj-ui/package.json

50 lines
1.6 KiB
JSON
Raw Normal View History

2023-07-15 20:55:17 +08:00
{
2023-07-16 19:33:43 +08:00
"name": "woj-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
2023-12-20 23:23:04 +08:00
"@ant-design/icons": "^5.2.6",
"@ant-design/pro-components": "^2.6.43",
"@sentry/react": "^7.90.0",
"@sentry/vite-plugin": "^2.10.2",
2023-12-21 15:10:01 +08:00
"ace-builds": "^1.32.2",
2023-12-20 23:23:04 +08:00
"antd": "^5.12.4",
"axios": "^1.6.2",
"github-markdown-css": "^5.5.0",
2023-07-16 19:33:43 +08:00
"react": "^18.2.0",
2023-12-21 15:10:01 +08:00
"react-ace": "^10.1.0",
2023-07-16 19:33:43 +08:00
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
2023-12-20 23:23:04 +08:00
"react-router-dom": "^6.21.0",
2023-07-16 19:33:43 +08:00
"react-syntax-highlighter": "^15.5.0",
2023-12-20 23:23:04 +08:00
"rehype-mathjax": "^4.0.3",
2023-07-16 19:33:43 +08:00
"rehype-raw": "^6.1.1",
"remark-emoji": "^3.1.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1"
},
"devDependencies": {
2023-12-20 23:23:04 +08:00
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-syntax-highlighter": "^15.5.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
2023-07-16 19:33:43 +08:00
"eslint-plugin-react-hooks": "^4.6.0",
2023-12-20 23:23:04 +08:00
"eslint-plugin-react-refresh": "^0.4.5",
2023-07-16 19:33:43 +08:00
"prettier": "3.0.0",
2023-12-20 23:23:04 +08:00
"typescript": "^5.3.3",
"vite": "^4.5.1"
2023-07-16 19:33:43 +08:00
}
2023-07-15 20:55:17 +08:00
}