1
0
Fork 0
freesewing/sites/dev/package.json
dependabot[bot] f62e8dc3dd
chore(deps): bump next from 13.1.3 to 13.1.5
Bumps [next](https://github.com/vercel/next.js) from 13.1.3 to 13.1.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.1.3...v13.1.5)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 04:25:48 +00:00

70 lines
2.4 KiB
JSON

{
"name": "@freesewing/dev",
"version": "3.0.0-alpha.4",
"description": "FreeSewing website with documentation for contributors & developers",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
"license": "MIT",
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
},
"funding": {
"type": "individual",
"url": "https://freesewing.org/patrons/join"
},
"scripts": {
"build": "node --experimental-json-modules ../../node_modules/next/dist/bin/next build",
"cibuild": "yarn build && node scripts/algolia.mjs",
"dev": "node --experimental-json-modules ../../node_modules/next/dist/bin/next dev -p 8000",
"develop": "node --experimental-json-modules ../../node_modules/next/dist/bin/next dev -p 8000",
"lint": "../../node_modules/next/dist/bin/next lint",
"prebuild": "SITE=dev node --experimental-json-modules ../shared/prebuild/index.mjs",
"serve": "pm2 start npm --name 'dev' -- run start",
"start": "yarn prebuild && yarn dev"
},
"peerDependencies": {},
"dependencies": {
"@mdx-js/loader": "2.2.1",
"@mdx-js/mdx": "2.2.1",
"@mdx-js/react": "2.2.1",
"@mdx-js/runtime": "2.0.0-next.9",
"@next/bundle-analyzer": "13.1.3",
"@tailwindcss/typography": "0.5.9",
"algoliasearch": "4.14.3",
"daisyui": "2.47.0",
"lodash.get": "4.4.2",
"lodash.orderby": "4.6.0",
"lodash.set": "4.3.2",
"next": "13.1.5",
"react": "18.2.0",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "4.3.2",
"react-instantsearch-dom": "6.38.3",
"react-markdown": "8.0.5",
"react-swipeable": "7.0.0",
"react-timeago": "7.1.0",
"rehype-autolink-headings": "6.1.1",
"rehype-highlight": "6.0.0",
"rehype-sanitize": "5.0.1",
"rehype-slug": "5.1.0",
"rehype-stringify": "9.0.3",
"remark-copy-linked-files": "https://github.com/joostdecock/remark-copy-linked-files",
"remark-gfm": "3.0.1"
},
"devDependencies": {
"autoprefixer": "10.4.13",
"eslint-config-next": "13.1.2",
"js-yaml": "4.1.0",
"postcss": "8.4.21",
"remark-extract-frontmatter": "3.2.0",
"tailwindcss": "3.2.4",
"yaml-loader": "0.8.0"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8"
},
"private": true
}