mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-05-18 06:04:12 +02:00
feat: update deps
This commit is contained in:
parent
3b07233cc1
commit
8569c84556
@ -1,4 +1,6 @@
|
|||||||
const withNextra = require('nextra')({
|
import nextra from 'nextra'
|
||||||
|
|
||||||
|
const withNextra = nextra({
|
||||||
theme: 'nextra-theme-blog',
|
theme: 'nextra-theme-blog',
|
||||||
themeConfig: './theme.config.js',
|
themeConfig: './theme.config.js',
|
||||||
// optional: add `unstable_staticImage: true` to enable Nextra's auto image import
|
// optional: add `unstable_staticImage: true` to enable Nextra's auto image import
|
||||||
@ -9,4 +11,4 @@ const nextConfig = {
|
|||||||
// any configs you need
|
// any configs you need
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = withNextra(nextConfig)
|
export default withNextra(nextConfig)
|
||||||
|
17
package.json
17
package.json
@ -2,6 +2,7 @@
|
|||||||
"name": "anthonyberg-website",
|
"name": "anthonyberg-website",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "A website for my own portfolio",
|
"description": "A website for my own portfolio",
|
||||||
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "npx only-allow pnpm",
|
"preinstall": "npx only-allow pnpm",
|
||||||
@ -10,22 +11,22 @@
|
|||||||
"start": "next start"
|
"start": "next start"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20",
|
"node": ">=22",
|
||||||
"pnpm": ">=8"
|
"pnpm": ">=8"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"next": "^14.2.14",
|
"next": "^15.0.2",
|
||||||
"nextra": "^2.13.4",
|
"nextra": "^3.1.3",
|
||||||
"nextra-theme-blog": "^2.13.4",
|
"nextra-theme-blog": "^3.1.3",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
"rss": "^1.2.2"
|
"rss": "^1.2.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.16.10",
|
"@types/node": "^22.8.4",
|
||||||
"@types/react": "^18.3.11",
|
"@types/react": "^18.3.12",
|
||||||
"@types/react-dom": "^18.3.0",
|
"@types/react-dom": "^18.3.1",
|
||||||
"typescript": "^5.6.2"
|
"typescript": "^5.6.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2860
pnpm-lock.yaml
generated
2860
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user