feat: add basic webui
This commit is contained in:
55
package.json
55
package.json
@@ -2,33 +2,44 @@
|
||||
"name": "konobangu",
|
||||
"version": "0.0.0",
|
||||
"description": "Kono bangumi?",
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
"apps/*"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "npm-run-all -p dev:proxy dev:webui",
|
||||
"dev:proxy": "npm run start -w apps/proxy",
|
||||
"dev:webui": "npm run dev -w apps/webui",
|
||||
"build:webui": "npm run build -w apps/webui"
|
||||
},
|
||||
"license": "MIT",
|
||||
"workspaces": ["packages/*", "apps/*"],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lonelyhentxi/konobangu.git"
|
||||
"url": "https://github.com/dumtruck/konobangu.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "turbo build",
|
||||
"dev": "turbo dev",
|
||||
"lint": "ultracite lint",
|
||||
"format": "ultracite format",
|
||||
"test": "turbo test",
|
||||
"analyze": "turbo analyze",
|
||||
"bump-deps": "npx npm-check-updates --deep -u -x react-day-picker && pnpm install",
|
||||
"bump-ui": "npx shadcn@latest add --all --overwrite -c packages/design-system",
|
||||
"migrate-up": "cd apps/app && tsx node_modules/@konobangu/migrate/scripts/up.ts",
|
||||
"migrate-down": "cd apps/app && tsx node_modules/@konobangu/migrate/scripts/down.ts",
|
||||
"clean": "git clean -xdf node_modules"
|
||||
},
|
||||
"packageManager": "pnpm@9.15.2",
|
||||
"engines": {
|
||||
"node": ">=22"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@datasert/cronjs-parser": "^1.4.0",
|
||||
"date-fns": "^3.3.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"nanoid": "^5.0.5",
|
||||
"rxjs": "~7.8.1"
|
||||
"chalk": "^5.3.0",
|
||||
"commander": "^12.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.3",
|
||||
"dotenv": "^16.4.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"rimraf": "^6.0.1",
|
||||
"shx": "^0.3.4",
|
||||
"typescript": "^5.3.3"
|
||||
"@auto-it/all-contributors": "^11.3.0",
|
||||
"@auto-it/first-time-contributor": "^11.3.0",
|
||||
"@biomejs/biome": "1.9.4",
|
||||
"@konobangu/typescript-config": "workspace:*",
|
||||
"@turbo/gen": "^2.3.3",
|
||||
"tsx": "^4.19.2",
|
||||
"turbo": "^2.3.3",
|
||||
"typescript": "^5.7.2",
|
||||
"ultracite": "^4.1.12"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user