aaronjy-me/package.json
2025-05-03 15:44:10 +01:00

60 lines
1.8 KiB
JSON

{
"name": "www-aaronjy-me",
"version": "2.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.cjs",
"start": "next start",
"link": "echo NOT CONFIGURED",
"prepare": "husky",
"test": "jest --verbose --passWithNoTests",
"lint": "next lint",
"export:books": "node ./util/books-as-json.js > ./tmp/books.json",
"export:writing": "node ./util/writing-as-json.js > ./tmp/writing.json"
},
"dependencies": {
"@highlightjs/cdn-assets": "^11.11.1",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"camelcase-keys": "^9.1.3",
"date-fns": "^4.1.0",
"highlight.js": "^11.11.0",
"i": "^0.3.7",
"next": "^15.3.1",
"next-mdx-remote-client": "^1.1.0",
"next-seo": "^6.5.0",
"node-html-parser": "^7.0.1",
"npm": "^11.3.0",
"react": "^18",
"react-dom": "^18",
"rehype-code-titles": "^1.2.0",
"rehype-prism-plus": "^2.0.1",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.1.0",
"@next/eslint-plugin-next": "^15.3.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"babel-jest": "^29.7.0",
"eslint": "8.57.1",
"eslint-config-next": "15.3.1",
"front-matter": "^4.0.2",
"frontmatter-markdown-loader": "^3.7.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"js-yaml": "^4.1.0",
"next-sitemap": "^4.0.9",
"react-test-renderer": "^18.3.1",
"showdown": "^2.1.0"
}
}