2022-01-02 17:16:15 +01:00
|
|
|
{
|
2022-12-17 16:48:36 +01:00
|
|
|
"name": "@freesewing/org",
|
2023-05-08 01:34:29 -05:00
|
|
|
"version": "3.0.0-alpha.10",
|
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",
|
2022-12-17 16:48:36 +01:00
|
|
|
"i18n": "SITE=org node ../shared/prebuild/i18n-only.mjs",
|
2023-02-02 17:38:49 -06:00
|
|
|
"lint": "next lint",
|
2023-05-20 15:18:10 +02:00
|
|
|
"buildsitedeps": "cd ../../ && yarn buildall && cd -",
|
2023-07-19 19:08:41 +02:00
|
|
|
"prebuild": "yarn buildsitedeps && node --experimental-json-modules ./prebuild.mjs",
|
|
|
|
"prebuildonly": "node --experimental-json-modules ./prebuild.mjs",
|
|
|
|
"predev": "node --experimental-json-modules ./prebuild.mjs",
|
2022-12-17 16:48:36 +01:00
|
|
|
"start": "yarn prebuild && yarn dev"
|
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": {
|
2023-06-09 18:26:26 +02:00
|
|
|
"@bugsnag/js": "7.20.2",
|
|
|
|
"@bugsnag/plugin-react": "7.19.0",
|
2023-03-06 05:35:28 +00:00
|
|
|
"@mdx-js/loader": "2.3.0",
|
|
|
|
"@mdx-js/mdx": "2.3.0",
|
2023-03-06 05:32:33 +00:00
|
|
|
"@mdx-js/react": "2.3.0",
|
2022-12-17 16:48:36 +01:00
|
|
|
"@mdx-js/runtime": "2.0.0-next.9",
|
2023-06-17 16:57:17 -05:00
|
|
|
"@sanity/client": "^6.1.2",
|
2023-01-18 04:02:46 +00:00
|
|
|
"@tailwindcss/typography": "0.5.9",
|
2023-07-21 04:41:00 +00:00
|
|
|
"algoliasearch": "4.19.1",
|
2023-02-19 20:49:15 +01:00
|
|
|
"react-copy-to-clipboard": "5.1.0",
|
2023-07-11 04:56:25 +00:00
|
|
|
"daisyui": "3.2.1",
|
2023-07-05 20:58:30 +02:00
|
|
|
"echarts": "5.4.2",
|
|
|
|
"echarts-for-react": "3.0.2",
|
2023-07-12 04:05:54 +00:00
|
|
|
"jotai": "2.2.2",
|
2023-06-21 15:27:19 -05:00
|
|
|
"jotai-location": "0.5.1",
|
2022-12-17 16:48:36 +01:00
|
|
|
"lodash.get": "4.4.2",
|
|
|
|
"lodash.orderby": "4.6.0",
|
|
|
|
"lodash.set": "4.3.2",
|
2023-03-07 18:40:50 +00:00
|
|
|
"luxon": "3.3.0",
|
2023-07-21 04:45:59 +00:00
|
|
|
"next": "13.4.11",
|
2023-02-02 17:38:49 -06:00
|
|
|
"react-dropzone": "14.2.3",
|
2023-07-13 05:48:08 +00:00
|
|
|
"react-hotkeys-hook": "4.4.1",
|
2023-06-27 04:59:29 +00:00
|
|
|
"react-instantsearch-dom": "6.40.1",
|
2023-06-09 18:26:26 +02:00
|
|
|
"react-hot-toast": "2.4.1",
|
2023-04-14 05:11:32 +00:00
|
|
|
"react-markdown": "8.0.7",
|
2023-06-02 05:05:18 +00:00
|
|
|
"react-swipeable": "7.0.1",
|
2022-12-17 16:48:36 +01:00
|
|
|
"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",
|
2022-01-02 17:16:15 +01:00
|
|
|
"remark-copy-linked-files": "https://github.com/joostdecock/remark-copy-linked-files",
|
2023-01-10 20:17:23 +01:00
|
|
|
"remark-gfm": "3.0.1",
|
2023-05-19 08:24:14 +02:00
|
|
|
"remark-mdx-frontmatter": "3.0.0",
|
2023-03-24 16:33:14 +01:00
|
|
|
"use-persisted-state": "0.3.3",
|
2023-01-10 20:17:23 +01:00
|
|
|
"yaml-loader": "0.8.0"
|
2022-01-02 17:16:15 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-20 13:28:00 -04:00
|
|
|
"@playwright/test": "^1.32.3",
|
2023-03-23 05:19:47 +00:00
|
|
|
"autoprefixer": "10.4.14",
|
2023-07-21 04:45:59 +00:00
|
|
|
"eslint-config-next": "13.4.11",
|
2022-12-17 16:48:36 +01:00
|
|
|
"js-yaml": "4.1.0",
|
2023-07-14 04:35:18 +00:00
|
|
|
"postcss": "8.4.26",
|
2023-04-20 13:28:00 -04:00
|
|
|
"playwright": "^1.32.3",
|
2022-12-17 16:48:36 +01:00
|
|
|
"remark-extract-frontmatter": "3.2.0",
|
2023-05-19 08:24:14 +02:00
|
|
|
"remark-mdx-frontmatter": "3.0.0",
|
2023-07-14 04:34:07 +00:00
|
|
|
"tailwindcss": "3.3.3",
|
2022-12-17 16:48:36 +01:00
|
|
|
"yaml-loader": "0.8.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16.0.0",
|
|
|
|
"npm": ">=8"
|
|
|
|
},
|
|
|
|
"private": true
|
2022-01-02 17:16:15 +01:00
|
|
|
}
|