![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [rehype-highlight](https://github.com/rehypejs/rehype-highlight) from 5.0.2 to 6.0.0. - [Release notes](https://github.com/rehypejs/rehype-highlight/releases) - [Commits](https://github.com/rehypejs/rehype-highlight/compare/5.0.2...6.0.0) --- updated-dependencies: - dependency-name: rehype-highlight dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
52 lines
1.8 KiB
JSON
52 lines
1.8 KiB
JSON
{
|
|
"name": "freesewing.dev",
|
|
"version": "3.0.0-alpha.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node --experimental-json-modules ./node_modules/.bin/next dev -p 8000",
|
|
"develop": "next dev -p 3002",
|
|
"prebuild": "SITE=dev node --experimental-json-modules ../shared/prebuild/index.mjs",
|
|
"build": "node --experimental-json-modules ./node_modules/.bin/next build",
|
|
"cibuild": "yarn prebuild && node --experimental-json-modules ./node_modules/.bin/next build && node scripts/algolia.mjs",
|
|
"start": "yarn prebuild && node --experimental-json-modules ./node_modules/.bin/next dev -p 8000",
|
|
"lint": "next lint",
|
|
"serve": "pm2 start npm --name 'dev' -- run start"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.0.1",
|
|
"@mdx-js/loader": "^2.0.0-rc.2",
|
|
"@mdx-js/mdx": "^2.0.0-rc.2",
|
|
"@mdx-js/react": "^2.0.0-rc.2",
|
|
"@mdx-js/runtime": "next",
|
|
"@next/bundle-analyzer": "^12.3.1",
|
|
"@tailwindcss/typography": "^0.5.0",
|
|
"algoliasearch": "^4.11.0",
|
|
"daisyui": "^2.0.6",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.orderby": "^4.6.0",
|
|
"lodash.set": "^4.3.2",
|
|
"netlify-cli": "^12.0.4",
|
|
"next": "latest",
|
|
"react-copy-to-clipboard": "^5.0.4",
|
|
"react-hotkeys-hook": "^3.4.4",
|
|
"react-instantsearch-dom": "^6.18.0",
|
|
"react-markdown": "^8.0.3",
|
|
"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.0.1",
|
|
"rehype-stringify": "^9.0.2",
|
|
"remark-copy-linked-files": "https://github.com/joostdecock/remark-copy-linked-files",
|
|
"remark-gfm": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.0",
|
|
"eslint-config-next": "12.3.1",
|
|
"js-yaml": "^4.1.0",
|
|
"postcss": "^8.4.4",
|
|
"tailwindcss": "^3.0.1",
|
|
"yaml-loader": "^0.8.0"
|
|
}
|
|
}
|