34 lines
854 B
JSON
34 lines
854 B
JSON
{
|
|
"name": "podcast-tui-app",
|
|
"module": "src/index.tsx",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "bun run src/index.tsx",
|
|
"dev": "bun run --watch src/index.tsx",
|
|
"build": "bun run build.ts",
|
|
"test": "bun test",
|
|
"lint": "bun run lint.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@opentui/react": "^0.1.77",
|
|
"@types/bun": "latest",
|
|
"@types/uuid": "^11.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
"@typescript-eslint/parser": "^8.54.0",
|
|
"eslint": "^9.39.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.28.5",
|
|
"@babel/preset-typescript": "^7.28.5",
|
|
"@opentui/core": "^0.1.77",
|
|
"@opentui/solid": "^0.1.77",
|
|
"babel-preset-solid": "1.9.9",
|
|
"date-fns": "^4.1.0",
|
|
"solid-js": "^1.9.11",
|
|
"uuid": "^13.0.0",
|
|
"zustand": "^5.0.11"
|
|
}
|
|
}
|