2022-01-02 17:16:15 +01:00
|
|
|
{
|
2022-12-17 16:48:36 +01:00
|
|
|
"name": "@freesewing/org",
|
2023-12-26 20:30:36 +01:00
|
|
|
"version": "3.1.0",
|
2022-12-17 16:48:36 +01:00
|
|
|
"description": "FreeSewing website",
|
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"
|
|
|
|
},
|
2022-01-02 17:16:15 +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",
|
2023-05-21 09:40:54 +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=org 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",
|
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"
|
2022-01-02 17:16:15 +01:00
|
|
|
},
|
2022-12-17 16:48:36 +01:00
|
|
|
"peerDependencies": {},
|
2022-01-02 17:16:15 +01:00
|
|
|
"dependencies": {
|
2024-01-04 04:34:42 +00:00
|
|
|
"@bugsnag/js": "7.22.3",
|
2023-06-09 18:26:26 +02:00
|
|
|
"@bugsnag/plugin-react": "7.19.0",
|
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-12-10 13:13:00 +01:00
|
|
|
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
|
2023-12-24 10:18:14 +01:00
|
|
|
"@tailwindcss/typography": "0.5.10",
|
2024-01-10 04:57:14 +00:00
|
|
|
"algoliasearch": "4.22.1",
|
2023-08-18 05:02:27 +00:00
|
|
|
"react-copy-to-clipboard": "5.1.0",
|
2024-01-31 04:21:39 +00:00
|
|
|
"daisyui": "4.6.1",
|
2023-12-18 04:29:58 +00:00
|
|
|
"echarts": "5.4.3",
|
2023-07-05 20:58:30 +02:00
|
|
|
"echarts-for-react": "3.0.2",
|
2024-02-01 04:33:48 +00:00
|
|
|
"jotai": "2.6.4",
|
2023-12-15 18:01:49 +00:00
|
|
|
"jotai-location": "0.5.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-12-25 04:10:31 +00:00
|
|
|
"luxon": "3.4.4",
|
2023-12-09 15:39:22 +01:00
|
|
|
"next": "14.0.4",
|
2023-12-25 16:06:15 +00:00
|
|
|
"ora": "8.0.1",
|
2023-02-02 17:38:49 -06:00
|
|
|
"react-dropzone": "14.2.3",
|
2024-01-15 04:10:07 +00:00
|
|
|
"react-hotkeys-hook": "4.4.4",
|
2023-07-27 08:24:40 +00:00
|
|
|
"react-instantsearch-dom": "6.40.4",
|
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-12-11 04:42:33 +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-10-30 17:46:39 +01:00
|
|
|
"remark-gfm": "4.0.0",
|
|
|
|
"remark-mdx-frontmatter": "4.0.0",
|
2023-11-02 17:46:57 +01:00
|
|
|
"strip-markdown": "6.0.0",
|
2023-12-05 00:07:33 +02:00
|
|
|
"use-local-storage-state": "19.1.0",
|
2023-01-10 20:17:23 +01:00
|
|
|
"yaml-loader": "0.8.0"
|
2022-01-02 17:16:15 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-18 04:41:15 +00:00
|
|
|
"autoprefixer": "10.4.17",
|
2022-12-17 16:48:36 +01:00
|
|
|
"js-yaml": "4.1.0",
|
2024-01-05 05:13:14 +00:00
|
|
|
"postcss": "8.4.33",
|
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",
|
2024-01-08 04:35:05 +00:00
|
|
|
"tailwindcss": "3.4.1",
|
2022-12-17 16:48:36 +01:00
|
|
|
"yaml-loader": "0.8.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
2023-12-24 10:18:14 +01:00
|
|
|
"node": ">=18",
|
|
|
|
"npm": ">=9"
|
2022-12-17 16:48:36 +01:00
|
|
|
},
|
|
|
|
"private": true
|
2022-01-02 17:16:15 +01:00
|
|
|
}
|