mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-13 13:30:36 +00:00
19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"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",
|
|
"tsconfig": "workspace:*",
|
|
"typescript": "^4.5.2"
|
|
}
|
|
}
|