12345678910111213141516171819202122232425 |
- {
- "name": "@repo/ui",
- "version": "0.0.0",
- "private": true,
- "module": "./index.ts",
- "scripts": {
- "lint": "eslint . --max-warnings 0",
- "generate:component": "turbo gen react-component"
- },
- "devDependencies": {
- "@repo/eslint-config": "workspace:*",
- "@repo/typescript-config": "workspace:*",
- "@turbo/gen": "^1.13.4",
- "@types/eslint": "^8.56.12",
- "@types/node": "^20.17.19",
- "@types/react": "^18.3.18",
- "@types/react-dom": "^18.3.5",
- "eslint": "^8.57.1",
- "typescript": "^5.7.3"
- },
- "dependencies": {
- "react": "^18.3.1"
- }
- }
|