Files
website/package.json
vato007 1e57e36dea
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m8s
Reduce css bundle size, switch to cyan colour theme (#4)
Reviewed-on: #4
2025-02-20 16:34:27 +10:30

25 lines
543 B
JSON

{
"name": "personal-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"type": "module",
"author": "",
"license": "ISC",
"dependencies": {
"@cloudflare/pages-plugin-static-forms": "^1.0.3",
"@picocss/pico": "^2.0.0",
"mimetext": "^3.0.27"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250129.0",
"sass": "^1.85.0",
"typescript": "^5.7.3",
"wrangler": "^3.107.2"
}
}