![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [yaml-loader](https://github.com/eemeli/yaml-loader) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/eemeli/yaml-loader/releases) - [Commits](https://github.com/eemeli/yaml-loader/compare/v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: yaml-loader dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
74 lines
2.5 KiB
JSON
74 lines
2.5 KiB
JSON
{
|
|
"name": "@freesewing/dev",
|
|
"version": "3.2.0",
|
|
"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": "next build",
|
|
"cibuild": "yarn build && node scripts/algolia.mjs",
|
|
"clean": "rimraf prebuild/* && rimraf public/locales/*/* && rimraf public/feeds/* && rimraf ../shared/prebuild/data/*",
|
|
"dev": "next dev -p 8000",
|
|
"develop": "next dev -p 8000",
|
|
"i18n": "SITE=dev node --conditions=internal ../shared/prebuild/i18n-only.mjs",
|
|
"lint": "next lint",
|
|
"prebuild": "node --conditions=internal --experimental-json-modules ./prebuild.mjs",
|
|
"serve": "pm2 start npm --name 'dev' -- run start",
|
|
"start": "yarn prebuild && yarn dev",
|
|
"wbuild": "next build",
|
|
"prewbuild": "node --conditions=internal --experimental-json-modules ./prebuild.mjs"
|
|
},
|
|
"peerDependencies": {},
|
|
"dependencies": {
|
|
"@mdx-js/mdx": "^3.0.0",
|
|
"@mdx-js/react": "^3.0.0",
|
|
"@mdx-js/runtime": "2.0.0-next.9",
|
|
"@next/bundle-analyzer": "14.1.0",
|
|
"@tailwindcss/typography": "0.5.10",
|
|
"algoliasearch": "4.22.1",
|
|
"daisyui": "4.7.2",
|
|
"lodash.get": "4.4.2",
|
|
"lodash.orderby": "4.6.0",
|
|
"lodash.set": "4.3.2",
|
|
"next": "14.1.0",
|
|
"react": "18.2.0",
|
|
"react-copy-to-clipboard": "5.1.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hotkeys-hook": "4.5.0",
|
|
"react-instantsearch-dom": "6.40.4",
|
|
"react-instantsearch-hooks-web": "6.47.3",
|
|
"react-swipeable": "7.0.1",
|
|
"react-timeago": "7.2.0",
|
|
"rehype-autolink-headings": "7.1.0",
|
|
"rehype-highlight": "7.0.0",
|
|
"rehype-sanitize": "6.0.0",
|
|
"rehype-slug": "6.0.0",
|
|
"rehype-stringify": "10.0.0",
|
|
"remark": "15.0.1",
|
|
"remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files",
|
|
"remark-gfm": "4.0.0",
|
|
"strip-markdown": "6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "10.4.17",
|
|
"js-yaml": "4.1.0",
|
|
"postcss": "8.4.35",
|
|
"remark-extract-frontmatter": "3.2.0",
|
|
"remark-mdx-frontmatter": "4.0.0",
|
|
"tailwindcss": "3.4.1",
|
|
"yaml-loader": "0.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18.17.0 <22"
|
|
},
|
|
"private": true
|
|
}
|