mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-18 21:59:24 +00:00
build: remove pnpm & use bun, update installation steps and deps
This commit is contained in:
parent
c2395b20ce
commit
8bf97e8d72
17 changed files with 30 additions and 19835 deletions
16
package.json
16
package.json
|
|
@ -11,16 +11,16 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/tailwind": "^3.1.3",
|
||||
"@fontsource/inter": "^4.5.15",
|
||||
"astro": "^2.10.15",
|
||||
"framer-motion": "^10.18.0",
|
||||
"npm-check-updates": "^16.14.18",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"@fontsource/inter": "^5.0.18",
|
||||
"astro": "^4.7.1",
|
||||
"framer-motion": "^11.1.7",
|
||||
"npm-check-updates": "^16.14.20",
|
||||
"tailwindcss": "^3.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/react": "^2.3.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
"@astrojs/react": "^3.3.2",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue