2023-11-08 12:02:00 +03:00

25 lines
586 B
JSON

{
"name": "ui",
"version": "0.0.0",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"generate:component": "turbo gen react-component"
},
"devDependencies": {
"@turbo/gen": "^1.10.16",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@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",
"tsconfig": "*",
"typescript": "^5.2.2"
}
}