mirror of
https://github.com/SrIzan10/spongebin.git
synced 2026-05-01 11:05:09 +00:00
27 lines
597 B
JSON
27 lines
597 B
JSON
{
|
|
"name": "pastebin",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.2",
|
|
"@astrojs/preact": "^3.5.1",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@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"
|
|
}
|
|
}
|