51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "konobangu",
|
|
"version": "0.0.0",
|
|
"description": "Kono bangumi?",
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"packages/*",
|
|
"apps/*"
|
|
],
|
|
"repository": {
|
|
"type": "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.4",
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^5.4.1",
|
|
"commander": "^12.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"@types/jsdom": "^21.1.7",
|
|
"rimraf": "^6.0.1",
|
|
"shx": "^0.3.4",
|
|
"tailwindcss": "^3.4.17",
|
|
"tsx": "^4.19.2",
|
|
"turbo": "^2.3.3",
|
|
"typescript": "^5.7.3",
|
|
"ultracite": "^4.1.15"
|
|
}
|
|
}
|