29 lines
606 B
JSON
29 lines
606 B
JSON
{
|
|
"name": "@repo/ui",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./helper": "./src/helper/index.ts"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --max-warnings 0",
|
|
"generate:component": "turbo gen react-component",
|
|
"check-types": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/eslint-config": "*",
|
|
"@repo/db": "*",
|
|
"@repo/typescript-config": "*",
|
|
"@turbo/gen": "^1.12.4",
|
|
"@types/node": "^20.11.24",
|
|
"@types/react": "18.3.0",
|
|
"@types/react-dom": "18.3.1",
|
|
"typescript": "5.5.4"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
}
|
|
}
|