{ "name": "@edu/student-portal", "version": "0.1.0", "private": true, "description": "学生端微前端(MF Remote,端口 4001)- ai14", "scripts": { "dev": "next dev -p 4001", "build": "next build", "start": "next start -p 4001", "lint": "eslint src", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage" }, "dependencies": { "@edu/contracts": "workspace:*", "@edu/hooks": "workspace:*", "@edu/shared-ts": "workspace:*", "@edu/ui-components": "workspace:*", "@edu/ui-tokens": "workspace:*", "@module-federation/nextjs-mf": "^8.3.0", "@sentry/nextjs": "^8.30.0", "@tanstack/react-query": "^5.59.0", "graphql": "^16.9.0", "idb-keyval": "^6.2.1", "next": "^14.2.0", "next-intl": "^3.20.0", "nuqs": "^1.19.0", "react": "^18.3.0", "react-dom": "^18.3.0", "react-hook-form": "^7.53.0", "recharts": "^2.12.0", "urql": "^4.2.0", "zod": "^3.23.0", "zustand": "^4.5.0" }, "devDependencies": { "@axe-core/playwright": "^4.10.0", "@eslint/js": "^9.0.0", "@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/client-preset": "^4.5.0", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.0", "@types/node": "^22.0.0", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.0", "autoprefixer": "^10.4.0", "eslint": "^9.0.0", "eslint-plugin-jsx-a11y": "^6.10.0", "jsdom": "^25.0.0", "mock-socket": "^9.3.1", "msw": "^2.4.0", "postcss": "^8.4.0", "tailwindcss": "^3.4.0", "typescript": "^5.6.0", "vitest": "^2.1.0" } }