30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"name": "nodedc-design-guideline",
|
|
"version": "0.3.0",
|
|
"private": true,
|
|
"description": "Canonical NODE.DC design system, reusable UI packages and living component catalog.",
|
|
"type": "module",
|
|
"workspaces": [
|
|
"packages/*",
|
|
"apps/*"
|
|
],
|
|
"scripts": {
|
|
"build": "npm run build --workspace @nodedc/ui-core && npm run build --workspace @nodedc/ui-dom && npm run build --workspace @nodedc/ui-react && npm run build --workspace @nodedc/ui-catalog",
|
|
"build:packages": "npm run build --workspace @nodedc/ui-core && npm run build --workspace @nodedc/ui-dom && npm run build --workspace @nodedc/ui-react",
|
|
"check": "npm run build:packages && npm run typecheck --workspaces --if-present && npm run validate:registry",
|
|
"dev": "npm run build:packages && npm run dev --workspace @nodedc/ui-catalog",
|
|
"validate:registry": "node scripts/validate-registry.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.0",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.0",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|