23 lines
557 B
JSON
23 lines
557 B
JSON
{
|
|
"name": "@repo/ui",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"generate:component": "turbo gen react-component"
|
|
},
|
|
"devDependencies": {
|
|
"@turbo/gen": "^1.10.16",
|
|
"@types/node": "^20.10.0",
|
|
"@types/react": "^18.2.39",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@vchikalkin/eslint-config-awesome": "^1.1.5",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.0.0",
|
|
"react": "^18.2.0",
|
|
"tailwind-merge": "^2.0.0",
|
|
"@repo/tsconfig": "workspace:*",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|