feat: initial commit

This commit is contained in:
DuroCodes
2024-08-18 21:03:46 -04:00
commit ce6ba992ff
23 changed files with 666 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"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"
}
}