📦️ remove some packages (bun.lockb, package.json)

This commit is contained in:
ひでまる 2025-01-28 15:45:20 +09:00
parent 1ed78463d0
commit 458ffa5460
2 changed files with 28 additions and 33 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -1,13 +1,12 @@
{ {
"name": "mi.v-sli.me-gone", "name": "FediGONE",
"version": "0.1.0", "version": "0.1.0",
"private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"build": "astro build", "build": "astro build",
"start": "astro preview", "start": "astro preview",
"lint": "next lint", "quick-build-with-bun": "bun install && bun run build",
"export": "next export" "quick-build-with-npm": "npm install && npm run build"
}, },
"dependencies": { "dependencies": {
"@astrojs/tailwind": "^3.0.0", "@astrojs/tailwind": "^3.0.0",
@ -23,13 +22,9 @@
"@iconify-json/pixelarticons": "^1.2.2", "@iconify-json/pixelarticons": "^1.2.2",
"@iconify-json/tabler": "^1.2.15", "@iconify-json/tabler": "^1.2.15",
"@types/node": "^20", "@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1", "autoprefixer": "^10.0.1",
"eslint": "^8", "eslint": "^8",
"postcss": "^8",
"tailwindcss": "^3.3.0", "tailwindcss": "^3.3.0",
"typescript": "^5" "typescript": "^5"
}, }
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
} }