2021-12-10 09:56:19 +01:00
|
|
|
{
|
2022-12-17 16:48:36 +01:00
|
|
|
"name": "@freesewing/dev",
|
2023-09-30 17:48:57 +02:00
|
|
|
"version": "3.0.0",
|
2022-12-17 16:48:36 +01:00
|
|
|
"description": "FreeSewing website with documentation for contributors & developers",
|
2022-11-12 09:21:23 +01:00
|
|
|
"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"
|
|
|
|
},
|
2021-12-10 09:56:19 +01:00
|
|
|
"scripts": {
|
2023-02-02 17:38:49 -06:00
|
|
|
"build": "next build",
|
2022-12-17 16:48:36 +01:00
|
|
|
"cibuild": "yarn build && node scripts/algolia.mjs",
|
2023-05-21 09:41:20 +02:00
|
|
|
"clean": "rimraf prebuild/* && rimraf public/locales/*/* && rimraf public/feeds/* && rimraf ../shared/prebuild/data/*",
|
2023-02-02 17:38:49 -06:00
|
|
|
"dev": "next dev -p 8000",
|
|
|
|
"develop": "next dev -p 8000",
|
2023-07-27 18:52:58 -06:00
|
|
|
"i18n": "SITE=dev node --conditions=internal ../shared/prebuild/i18n-only.mjs",
|
2023-02-02 17:38:49 -06:00
|
|
|
"lint": "next lint",
|
2023-07-27 18:52:58 -06:00
|
|
|
"prebuild": "node --conditions=internal --experimental-json-modules ./prebuild.mjs",
|
2022-12-17 16:48:36 +01:00
|
|
|
"serve": "pm2 start npm --name 'dev' -- run start",
|
2023-07-22 18:32:19 -06:00
|
|
|
"start": "yarn prebuild && yarn dev",
|
|
|
|
"wbuild": "next build",
|
2023-07-27 18:52:58 -06:00
|
|
|
"prewbuild": "node --conditions=internal --experimental-json-modules ./prebuild.mjs"
|
2021-12-10 09:56:19 +01:00
|
|
|
},
|
2022-12-17 16:48:36 +01:00
|
|
|
"peerDependencies": {},
|
2021-12-10 09:56:19 +01:00
|
|
|
"dependencies": {
|
2023-10-30 17:46:39 +01:00
|
|
|
"@mdx-js/mdx": "^3.0.0",
|
|
|
|
"@mdx-js/react": "^3.0.0",
|
2022-12-17 16:48:36 +01:00
|
|
|
"@mdx-js/runtime": "2.0.0-next.9",
|
2023-10-28 21:49:40 +02:00
|
|
|
"@next/bundle-analyzer": "13.5.4",
|
2023-11-30 04:48:30 +00:00
|
|
|
"@tailwindcss/typography": "0.5.10",
|
2023-10-04 17:55:54 +02:00
|
|
|
"algoliasearch": "4.20.0",
|
2023-11-02 17:17:11 +01:00
|
|
|
"daisyui": "3.9.2",
|
2022-12-17 16:48:36 +01:00
|
|
|
"lodash.get": "4.4.2",
|
|
|
|
"lodash.orderby": "4.6.0",
|
|
|
|
"lodash.set": "4.3.2",
|
2023-10-25 17:16:03 +02:00
|
|
|
"next": "13.5.4",
|
2022-12-17 16:48:36 +01:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-copy-to-clipboard": "5.1.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-07-13 05:48:08 +00:00
|
|
|
"react-hotkeys-hook": "4.4.1",
|
2023-07-27 08:24:40 +00:00
|
|
|
"react-instantsearch-dom": "6.40.4",
|
2023-07-31 05:01:35 +00:00
|
|
|
"react-instantsearch-hooks-web": "6.47.3",
|
2023-06-02 05:05:18 +00:00
|
|
|
"react-swipeable": "7.0.1",
|
2023-10-06 04:31:07 +00:00
|
|
|
"react-timeago": "7.2.0",
|
2023-11-22 04:22:31 +00:00
|
|
|
"rehype-autolink-headings": "7.1.0",
|
2023-09-06 04:14:32 +00:00
|
|
|
"rehype-highlight": "7.0.0",
|
2023-10-04 17:55:54 +02:00
|
|
|
"rehype-sanitize": "6.0.0",
|
|
|
|
"rehype-slug": "6.0.0",
|
2023-08-28 04:19:56 +00:00
|
|
|
"rehype-stringify": "10.0.0",
|
2023-11-02 17:17:11 +01:00
|
|
|
"remark": "15.0.1",
|
2023-07-21 20:06:10 +02:00
|
|
|
"remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files",
|
2023-11-02 17:46:57 +01:00
|
|
|
"remark-gfm": "4.0.0",
|
|
|
|
"strip-markdown": "6.0.0"
|
2021-12-10 09:56:19 +01:00
|
|
|
},
|
2021-12-10 10:30:15 +01:00
|
|
|
"devDependencies": {
|
2023-10-02 16:45:34 +00:00
|
|
|
"autoprefixer": "10.4.16",
|
2022-12-17 16:48:36 +01:00
|
|
|
"js-yaml": "4.1.0",
|
2023-10-03 17:32:10 +00:00
|
|
|
"postcss": "8.4.31",
|
2022-12-17 16:48:36 +01:00
|
|
|
"remark-extract-frontmatter": "3.2.0",
|
2023-10-30 17:46:39 +01:00
|
|
|
"remark-mdx-frontmatter": "4.0.0",
|
|
|
|
"tailwindcss": "3.3.5",
|
2022-12-17 16:48:36 +01:00
|
|
|
"yaml-loader": "0.8.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
2023-07-21 18:35:19 +02:00
|
|
|
"node": "18",
|
|
|
|
"npm": "9"
|
2022-12-17 16:48:36 +01:00
|
|
|
},
|
|
|
|
"private": true
|
2021-12-10 09:56:19 +01:00
|
|
|
}
|