25 lines
586 B
JSON
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"
|
|
}
|
|
}
|