1
0
Fork 0
freesewing/sites/lab/package.json

85 lines
2.7 KiB
JSON
Raw Normal View History

{
2022-12-17 16:48:36 +01:00
"name": "@freesewing/lab",
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 to test various patterns",
"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-23 14:05:19 +01:00
"scripts": {
"build": "next build",
2022-12-17 16:48:36 +01:00
"cibuild": "yarn build",
"clean": "rimraf pages/*.mjs && rimraf pages/*/*.mjs && rimraf pages/v/*/*.mjs",
"dev": "next dev -p 8000",
"develop": "next dev -p 8000",
2023-05-24 18:10:16 +02:00
"i18n": "SITE=lab node ../shared/prebuild/i18n-only.mjs",
"e2e": "yarn playwright test",
"lint": "next lint",
"buildsitedeps": "cd ../../ && yarn buildall && cd -",
"prebuild": "yarn buildsitedeps && node --experimental-json-modules ./prebuild.mjs",
"prebuildonly": "node --experimental-json-modules ./prebuild.mjs",
2023-07-21 14:23:05 +02:00
"predev": "node --experimental-json-modules ./prebuild.mjs",
2022-12-17 16:48:36 +01:00
"start": "yarn prebuild && yarn dev"
},
2022-12-17 16:48:36 +01:00
"peerDependencies": {},
"dependencies": {
"@headlessui/react": "1.7.15",
"@mdx-js/loader": "2.3.0",
"@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0",
2022-12-17 16:48:36 +01:00
"@mdx-js/runtime": "2.0.0-next.9",
"@tailwindcss/typography": "0.5.9",
"algoliasearch": "4.19.1",
2022-12-17 16:48:36 +01:00
"d3-dispatch": "3.0.1",
"d3-drag": "3.0.0",
"d3-selection": "3.0.0",
"daisyui": "3.2.1",
"i18next": "23.2.11",
2022-12-17 16:48:36 +01:00
"lodash.get": "4.4.2",
"lodash.orderby": "4.6.0",
"lodash.set": "4.3.2",
"next": "13.4.11",
"next-i18next": "14.0.0",
2022-12-17 16:48:36 +01:00
"react": "18.2.0",
"react-copy-to-clipboard": "5.1.0",
"react-hotkeys-hook": "4.4.1",
"react-i18next": "13.0.2",
"react-instantsearch-dom": "6.40.3",
"react-markdown": "8.0.7",
"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",
"remark-copy-linked-files": "https://github.com/joostdecock/remark-copy-linked-files",
"remark-gfm": "3.0.1",
"remark-mdx-frontmatter": "3.0.0"
},
"devDependencies": {
"@playwright/test": "^1.32.3",
"autoprefixer": "10.4.14",
"eslint-config-next": "13.4.11",
2022-12-17 16:48:36 +01:00
"js-yaml": "4.1.0",
"postcss": "8.4.26",
2023-07-04 21:14:09 +02:00
"playwright": "^1.32.3",
2022-12-17 16:48:36 +01:00
"remark-extract-frontmatter": "3.2.0",
"remark-mdx-frontmatter": "3.0.0",
"tailwindcss": "3.3.3",
2022-12-17 16:48:36 +01:00
"yaml-loader": "0.8.0"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8"
2022-01-23 14:05:19 +01:00
},
2022-12-17 16:48:36 +01:00
"private": true
}