update dependencies
also add formatting
This commit is contained in:
parent
d5e34bba47
commit
bb2e0ead19
2 changed files with 28 additions and 28 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
56
package.json
56
package.json
|
@ -1,30 +1,30 @@
|
||||||
{
|
{
|
||||||
"name": "ieeeucsd-dev",
|
"name": "ieeeucsd-dev",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "node ./dist/server/entry.mjs",
|
"start": "node ./dist/server/entry.mjs",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "^4.0.1",
|
"@astrojs/mdx": "4.0.3",
|
||||||
"@astrojs/node": "^9.0.0",
|
"@astrojs/node": "^9.0.0",
|
||||||
"@astrojs/react": "^4.0.0",
|
"@astrojs/react": "4.1.2",
|
||||||
"@astrojs/tailwind": "^5.1.3",
|
"@astrojs/tailwind": "5.1.4",
|
||||||
"@types/react": "^18.3.14",
|
"@types/react": "^18.3.14",
|
||||||
"@types/react-dom": "^18.3.2",
|
"@types/react-dom": "^18.3.2",
|
||||||
"astro": "^5.0.3",
|
"astro": "5.1.1",
|
||||||
"astro-expressive-code": "^0.38.3",
|
"astro-expressive-code": "^0.38.3",
|
||||||
"astro-icon": "^1.1.4",
|
"astro-icon": "^1.1.4",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
"tailwindcss": "^3.4.16"
|
"tailwindcss": "^3.4.16"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"prettier": "^3.4.2",
|
"prettier": "^3.4.2",
|
||||||
"prettier-plugin-astro": "^0.14.1"
|
"prettier-plugin-astro": "^0.14.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue