- 配置 pnpm workspace + Turborepo - 创建 Next.js 15 前端应用 (apps/web) - 创建 NestJS 10 后端应用 (apps/api) - 集成 Prisma ORM + Swagger + JWT 认证 - 添加共享包 (packages/shared, eslint-config, typescript-config) - 添加项目文档 (README, CLAUDE.md, docs/design.md) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
479 B
JSON
24 lines
479 B
JSON
{
|
|
"name": "@seclusion/eslint-config",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"next.js",
|
|
"nest.js"
|
|
],
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^8.18.2",
|
|
"@typescript-eslint/parser": "^8.18.2",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.31.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.0.0 || ^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.57.0"
|
|
}
|
|
}
|