22 lines
469 B
JSON
22 lines
469 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.12",
|
|
"@types/node": "^20.5.2",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"eslint-config-custom": "*",
|
|
"react": "^18.2.0",
|
|
"tsconfig": "*",
|
|
"typescript": "^4.5.2"
|
|
}
|
|
}
|