{ "name": "woj-ui", "private": true, "version": "1.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": { "@ant-design/icons": "^5.2.6", "@ant-design/pro-components": "^2.6.48", "@sentry/react": "^7.94.1", "@sentry/vite-plugin": "^2.10.3", "ace-builds": "^1.32.3", "antd": "^5.13.2", "axios": "^1.6.5", "dayjs": "^1.11.10", "github-markdown-css": "^5.5.0", "react": "^18.2.0", "react-ace": "^10.1.0", "react-dom": "^18.2.0", "react-markdown": "^8.0.7", "react-router-dom": "^6.21.3", "react-syntax-highlighter": "^15.5.0", "rehype-mathjax": "^4.0.3", "rehype-raw": "^6.1.1", "remark-emoji": "^3.1.2", "remark-gfm": "^3.0.1", "remark-math": "^5.1.1" }, "devDependencies": { "@types/node": "^20.11.5", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "@types/react-syntax-highlighter": "^15.5.11", "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.19.1", "@vitejs/plugin-react-swc": "^3.5.0", "eslint": "^8.56.0", "eslint-config-prettier": "^8.10.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "prettier": "3.0.0", "typescript": "^5.3.3", "vite": "^5.0.12" } }