45 lines
1.1 KiB
JSON
45 lines
1.1 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": {
|
|
"lint": "ultracite lint",
|
|
"format": "ultracite format",
|
|
"bump-deps": "npx --yes npm-check-updates --deep -u -x react-day-picker && pnpm install",
|
|
"clean": "git clean -xdf node_modules"
|
|
},
|
|
"packageManager": "pnpm@10.6.1",
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"devDependencies": {
|
|
"@auto-it/all-contributors": "^11.3.0",
|
|
"@auto-it/first-time-contributor": "^11.3.0",
|
|
"@biomejs/biome": "1.9.4",
|
|
"@types/node": "^22.13.8",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.8.2",
|
|
"ultracite": "^4.1.15"
|
|
},
|
|
"overrides": {
|
|
"@headlessui/react": "^2.2.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"date-fns": "^4.1.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@headlessui/react": "^2.2.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"date-fns": "^4.1.0"
|
|
}
|
|
}
|
|
}
|