profilePage/package.json
creations 10416dbff0
All checks were successful
Code quality checks / biome (push) Successful in 10s
add lazyload and move readme to func, add cache for readme and css
2025-04-26 10:47:12 -04:00

28 lines
660 B
JSON

{
"name": "bun_frontend_template",
"module": "src/index.ts",
"type": "module",
"scripts": {
"start": "bun run src/index.ts",
"dev": "bun run --hot src/index.ts --dev",
"lint": "bunx biome ci . --verbose",
"lint:fix": "bunx biome check --fix",
"cleanup": "rm -rf logs node_modules bun.lockdb"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/bun": "^1.2.8",
"@types/ejs": "^3.1.5",
"globals": "^16.0.0"
},
"peerDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"@creations.works/logger": "^1.0.3",
"ejs": "^3.1.10",
"isomorphic-dompurify": "^2.23.0",
"linkedom": "^0.18.9",
"marked": "^15.0.7"
}
}