87 lines
2.8 KiB
JSON
87 lines
2.8 KiB
JSON
{
|
|
"name": "@freesewing/org",
|
|
"version": "3.0.0-alpha.10",
|
|
"description": "FreeSewing website",
|
|
"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",
|
|
"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=org node ../shared/prebuild/i18n-only.mjs",
|
|
"lint": "next lint",
|
|
"buildsitedeps": "cd ../../ && yarn buildall && cd -",
|
|
"prebuild": "yarn buildsitedeps && node --experimental-json-modules ./prebuild.mjs",
|
|
"prebuildonly": "node --experimental-json-modules ./prebuild.mjs",
|
|
"predev": "node --experimental-json-modules ./prebuild.mjs",
|
|
"start": "yarn prebuild && yarn dev"
|
|
},
|
|
"peerDependencies": {},
|
|
"dependencies": {
|
|
"@bugsnag/js": "7.20.2",
|
|
"@bugsnag/plugin-react": "7.19.0",
|
|
"@mdx-js/loader": "2.3.0",
|
|
"@mdx-js/mdx": "2.3.0",
|
|
"@mdx-js/react": "2.3.0",
|
|
"@mdx-js/runtime": "2.0.0-next.9",
|
|
"@sanity/client": "^6.1.2",
|
|
"@tailwindcss/typography": "0.5.9",
|
|
"algoliasearch": "4.19.1",
|
|
"react-copy-to-clipboard": "5.1.0",
|
|
"daisyui": "3.2.1",
|
|
"echarts": "5.4.2",
|
|
"echarts-for-react": "3.0.2",
|
|
"jotai": "2.2.2",
|
|
"jotai-location": "0.5.1",
|
|
"lodash.get": "4.4.2",
|
|
"lodash.orderby": "4.6.0",
|
|
"lodash.set": "4.3.2",
|
|
"luxon": "3.3.0",
|
|
"next": "13.4.11",
|
|
"react-dropzone": "14.2.3",
|
|
"react-hotkeys-hook": "4.4.1",
|
|
"react-instantsearch-dom": "6.40.3",
|
|
"react-hot-toast": "2.4.1",
|
|
"react-markdown": "8.0.7",
|
|
"react-swipeable": "7.0.1",
|
|
"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",
|
|
"remark-copy-linked-files": "https://github.com/joostdecock/remark-copy-linked-files",
|
|
"remark-gfm": "3.0.1",
|
|
"remark-mdx-frontmatter": "3.0.0",
|
|
"use-persisted-state": "0.3.3",
|
|
"yaml-loader": "0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.32.3",
|
|
"autoprefixer": "10.4.14",
|
|
"eslint-config-next": "13.4.11",
|
|
"js-yaml": "4.1.0",
|
|
"postcss": "8.4.26",
|
|
"playwright": "^1.32.3",
|
|
"remark-extract-frontmatter": "3.2.0",
|
|
"remark-mdx-frontmatter": "3.0.0",
|
|
"tailwindcss": "3.3.3",
|
|
"yaml-loader": "0.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=8"
|
|
},
|
|
"private": true
|
|
}
|