This commit is contained in:
sunzhongyi
2026-05-19 21:09:56 +08:00
commit f3e6b95be9
78 changed files with 10099 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "newspaperui",
"version": "0.0.0",
"private": true,
"description": "A newspaper-style UI component library",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"clean": "turbo run clean && rm -rf node_modules"
},
"devDependencies": {
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@9.15.4",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.0.0"
}
}