felia/packages/ui/package.json

20 lines
410 B
JSON
Raw Normal View History

2022-11-15 17:03:19 +00:00
{
"name": "ui",
"version": "0.0.0",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "MIT",
"scripts": {
"lint": "eslint *.ts*"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"eslint": "^7.32.0",
"eslint-config-custom": "workspace:*",
"react": "^18.2.0",
2022-12-21 00:12:55 +00:00
"@acme/tsconfig": "workspace:*",
2022-11-15 17:03:19 +00:00
"typescript": "^4.5.2"
}
}