2022-01-02 17:16:15 +01:00
|
|
|
{
|
2022-12-17 16:48:36 +01:00
|
|
|
"name": "@freesewing/org",
|
2022-10-08 04:27:44 +02:00
|
|
|
"version": "3.0.0-alpha.2",
|
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": {
|
2022-12-17 16:48:36 +01:00
|
|
|
"build": "node --experimental-json-modules ../../node_modules/next/dist/bin/next build",
|
|
|
|
"cibuild": "yarn build",
|
|
|
|
"clean": "rimraf pages/*.mjs && rimraf pages/*/*.mjs && rimraf pages/v/*/*.mjs",
|
|
|
|
"dev": "node --experimental-json-modules ../../node_modules/next/dist/bin/next dev -p 8000",
|
|
|
|
"develop": "node --experimental-json-modules ../../node_modules/next/dist/bin/next dev -p 8000",
|
|
|
|
"i18n": "SITE=org node ../shared/prebuild/i18n-only.mjs",
|
|
|
|
"lint": "../../node_modules/next/dist/bin/next lint",
|
|
|
|
"prebuild": "SITE=org node --experimental-json-modules ../shared/prebuild/index.mjs",
|
|
|
|
"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": {
|
2022-12-17 16:48:36 +01:00
|
|
|
"@mdx-js/loader": "2.2.1",
|
|
|
|
"@mdx-js/mdx": "2.2.1",
|
|
|
|
"@mdx-js/react": "2.2.1",
|
|
|
|
"@mdx-js/runtime": "2.0.0-next.9",
|
2022-12-30 16:37:11 +00:00
|
|
|
"@tailwindcss/typography": "0.5.8",
|
2022-12-30 17:22:35 +01:00
|
|
|
"algoliasearch": "4.14.3",
|
2022-12-23 15:25:39 +01:00
|
|
|
"daisyui": "2.46.0",
|
2022-12-17 16:48:36 +01:00
|
|
|
"lodash.get": "4.4.2",
|
|
|
|
"lodash.orderby": "4.6.0",
|
|
|
|
"lodash.set": "4.3.2",
|
2022-12-23 15:25:39 +01:00
|
|
|
"next": "13.1.0",
|
2022-12-17 16:48:36 +01:00
|
|
|
"react-hotkeys-hook": "4.0.6",
|
|
|
|
"react-instantsearch-dom": "6.38.1",
|
|
|
|
"react-markdown": "8.0.4",
|
|
|
|
"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.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",
|
2022-12-17 16:48:36 +01:00
|
|
|
"remark-gfm": "3.0.1"
|
2022-01-02 17:16:15 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-17 16:48:36 +01:00
|
|
|
"autoprefixer": "10.4.13",
|
2022-12-23 15:25:39 +01:00
|
|
|
"eslint-config-next": "13.1.0",
|
2022-12-17 16:48:36 +01:00
|
|
|
"js-yaml": "4.1.0",
|
|
|
|
"postcss": "8.4.20",
|
|
|
|
"remark-extract-frontmatter": "3.2.0",
|
|
|
|
"tailwindcss": "3.2.4",
|
|
|
|
"yaml-loader": "0.8.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16.0.0",
|
|
|
|
"npm": ">=8"
|
|
|
|
},
|
|
|
|
"private": true
|
2022-01-02 17:16:15 +01:00
|
|
|
}
|