27 lines
682 B
JSON
27 lines
682 B
JSON
{
|
|
"name": "hwlab-cloud-web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"check": "bun run scripts/check.ts && bun run scripts/tsc-check.ts && bun test",
|
|
"check:tsc": "bun run scripts/tsc-check.ts",
|
|
"check:tsc-strict": "bun run scripts/tsc-check.ts --strict",
|
|
"build": "bun run scripts/build.ts"
|
|
},
|
|
"dependencies": {
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-markdown": "10.1.0",
|
|
"remark-gfm": "4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1",
|
|
"@types/node": "22.7.5",
|
|
"bun-types": "1.1.33",
|
|
"vite": "5.4.10",
|
|
"typescript": "5.6.3"
|
|
}
|
|
}
|