mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-04 10:13:53 +08:00
99 lines
3.1 KiB
JSON
99 lines
3.1 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"build": "set NODE_OPTIONS=--max-old-space-size=4096 && lerna run build --scope=core --stream --verbose ",
|
|
"serve": "lerna run preview --parallel",
|
|
"serve:remotes": "lerna run serve --scope=remote --parallel",
|
|
"dev": "lerna run dev --scope=core --stream",
|
|
"stop": "kill-port --port 5000",
|
|
"scan": "i18next-scanner --config i18next-scanner.config.js",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
|
|
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix && prettier --write ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.2.6",
|
|
"@ant-design/pro-components": "2.7.19",
|
|
"@originjs/vite-plugin-federation": "^1.3.3",
|
|
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/uuid": "^9.0.7",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"crc": "^4.3.2",
|
|
"dayjs": "^1.11.10",
|
|
"dompurify": "^3.1.6",
|
|
"i18next": "^23.12.2",
|
|
"i18next-browser-languagedetector": "^8.0.0",
|
|
"js-base64": "^3.7.5",
|
|
"postcss": "^8.4.31",
|
|
"postcss-import": "^16.1.0",
|
|
"postcss-nesting": "^12.1.5",
|
|
"react": "^18.2.0",
|
|
"react-ace": "^10.1.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^15.0.1",
|
|
"react-joyride": "^2.8.2",
|
|
"react-router-dom": "6.20.0",
|
|
"swagger-ui-react": "^5.17.14",
|
|
"tailwindcss": "^3.3.5",
|
|
"uuid": "^9.0.1",
|
|
"vite-tsconfig-paths": "^4.3.2",
|
|
"react-json-view": "^1.21.3",
|
|
"zod": "^3.23.8",
|
|
"@modelcontextprotocol/sdk": "^1.9.0",
|
|
"echarts-for-react": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/cssinjs": "^1.18.2",
|
|
"@antv/g6": "^4.8.24",
|
|
"@iconify/react": "^5.0.2",
|
|
"@testing-library/jest-dom": "^6.4.5",
|
|
"@testing-library/react": "^15.0.7",
|
|
"@testing-library/react-hooks": "^8.0.1",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/node": "^20.10.5",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
"@typescript-eslint/parser": "^6.10.0",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"antd": "^5.19.4",
|
|
"babel-jest": "^29.7.0",
|
|
"eslint": "^8.53.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.2",
|
|
"eslint-plugin-react": "7.37.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
"file-saver": "^2.0.5",
|
|
"i18next-scanner": "^4.5.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"jsdom": "^24.0.0",
|
|
"lerna": "^8.1.3",
|
|
"less": "^4.2.0",
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "^4.17.21",
|
|
"postcss-nested": "^6.0.1",
|
|
"prettier": "^3.1.1",
|
|
"react-test-renderer": "^18.3.1",
|
|
"ts-jest": "^29.1.2",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.0",
|
|
"vite-jest": "^0.1.4"
|
|
}
|
|
}
|