Files
leaudit-platform-frontend/package.json
T
LiangShiyong 9951f16e50 1.同步包版本。
2.交叉评查的任务中上传文件。
3.添加dify库名解决保存配置失败的问题。
2026-01-20 17:29:55 +08:00

100 lines
3.2 KiB
JSON

{
"name": "remix_docreview",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"build:production:multi": "cross-env NODE_ENV=production remix vite:build",
"build:test:multi": "cross-env NODE_ENV=testing remix vite:build",
"build:dev": "cross-env NODE_ENV=development remix vite:build",
"dev": "remix vite:dev",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "node -r dotenv/config ./node_modules/.bin/remix-serve ./build/server/index.js",
"start:pm2:multi": "npm run build:test:multi && pm2 start ecosystemDev.config.cjs --env testing",
"start:pm2:production:multi": "npm run build:production:multi && pm2 start ecosystem.config.cjs --env production",
"typecheck": "tsc",
"generate:jwt-secret": "node scripts/generate-jwt-secret.js"
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@ant-design/x": "^2.0.0",
"@ant-design/x-markdown": "^2.0.0",
"@codemirror/lang-javascript": "^6.2.3",
"@codemirror/theme-one-dark": "^6.1.2",
"@monaco-editor/react": "^4.7.0",
"@remix-run/express": "^2.16.2",
"@remix-run/node": "^2.16.2",
"@remix-run/react": "^2.16.2",
"@remix-run/serve": "^2.16.2",
"@types/jsonwebtoken": "^9.0.10",
"@uiw/react-codemirror": "^4.23.10",
"ahooks": "^3.8.5",
"antd": "^6.0.0",
"axios": "^1.9.0",
"chalk": "^5.3.0",
"compression": "^1.7.5",
"cross-env": "^7.0.3",
"dayjs": "^1.11.13",
"diff": "^7.0.0",
"docx-preview": "^0.3.5",
"docxtemplater": "^3.67.5",
"dotenv": "^16.5.0",
"express": "^4.21.2",
"highlight.js": "^11.11.1",
"html-docx-js": "^0.3.1",
"immer": "^10.1.1",
"isbot": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"katex": "^0.16.22",
"mammoth": "^1.9.0",
"monaco-editor": "^0.55.1",
"morgan": "^1.10.0",
"pdf-lib": "^1.17.1",
"pg": "^8.14.1",
"pizzip": "^3.2.0",
"pm2": "^6.0.14",
"pm2-logrotate": "^3.0.0",
"prismjs": "^1.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^10.1.0",
"react-pdf": "^9.2.1",
"rehype-katex": "^7.0.1",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remixicon": "^4.6.0",
"tslib": "^2.8.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@remix-run/dev": "^2.16.2",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-pdf": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"autoprefixer": "^10.4.21",
"esbuild": "^0.25.1",
"eslint": "^8.38.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"vite": "^6.0.0",
"vite-tsconfig-paths": "^4.2.1"
},
"engines": {
"node": ">=20.0.0"
}
}