📦️ remove some packages (bun.lockb, package.json)
This commit is contained in:
parent
1ed78463d0
commit
458ffa5460
2 changed files with 28 additions and 33 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
61
package.json
61
package.json
|
@ -1,35 +1,30 @@
|
||||||
{
|
{
|
||||||
"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",
|
"quick-build-with-bun": "bun install && bun run build",
|
||||||
"lint": "next lint",
|
"quick-build-with-npm": "npm install && npm run build"
|
||||||
"export": "next export"
|
},
|
||||||
},
|
"dependencies": {
|
||||||
"dependencies": {
|
"@astrojs/tailwind": "^3.0.0",
|
||||||
"@astrojs/tailwind": "^3.0.0",
|
"astro": "^5.1.10",
|
||||||
"astro": "^5.1.10",
|
"astro-icon": "^1.1.5",
|
||||||
"astro-icon": "^1.1.5",
|
"prettier-plugin-astro": "^0.14.1"
|
||||||
"prettier-plugin-astro": "^0.14.1"
|
},
|
||||||
},
|
"devDependencies": {
|
||||||
"devDependencies": {
|
"@iconify-json/ant-design": "^1.2.5",
|
||||||
"@iconify-json/ant-design": "^1.2.5",
|
"@iconify-json/devicon": "^1.2.12",
|
||||||
"@iconify-json/devicon": "^1.2.12",
|
"@iconify-json/devicon-plain": "^1.2.11",
|
||||||
"@iconify-json/devicon-plain": "^1.2.11",
|
"@iconify-json/game-icons": "^1.2.1",
|
||||||
"@iconify-json/game-icons": "^1.2.1",
|
"@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",
|
"autoprefixer": "^10.0.1",
|
||||||
"@types/react": "^18",
|
"eslint": "^8",
|
||||||
"@types/react-dom": "^18",
|
"tailwindcss": "^3.3.0",
|
||||||
"autoprefixer": "^10.0.1",
|
"typescript": "^5"
|
||||||
"eslint": "^8",
|
}
|
||||||
"postcss": "^8",
|
|
||||||
"tailwindcss": "^3.3.0",
|
|
||||||
"typescript": "^5"
|
|
||||||
},
|
|
||||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue