Files
archived-spongebin/package.json
2024-08-18 21:25:28 -04:00

28 lines
630 B
JSON

{
"name": "pastebin",
"version": "0.0.1",
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/preact": "^3.5.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.2",
"@nanostores/preact": "^0.5.2",
"astro": "^4.14.2",
"nanostores": "^0.11.2",
"preact": "^10.23.2",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"type": "module",
"devDependencies": {
"prettier-plugin-astro": "^0.14.1"
}
}