1
0
Fork 0
freesewing/sites/sde/package.json
2023-10-18 16:05:10 +02:00

91 lines
2.8 KiB
JSON

{
"name": "@freesewing/sde",
"version": "3.0.0",
"description": "Stand-alone develpment environment. Basis for the @freesewing/new-design package",
"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",
"dev": "next dev -p 8000",
"develop": "next dev -p 8000",
"i18n": "SITE=sde node --conditions=internal ../shared/prebuild/i18n-only.mjs",
"lint": "next lint",
"prebuild": "node --conditions=internal --experimental-json-modules ./prebuild.mjs",
"start": "yarn prebuild && yarn dev",
"wbuild": "next build",
"prewbuild": "node --conditions=internal --experimental-json-modules ./prebuild.mjs"
},
"peerDependencies": {},
"dependencies": {
"@freesewing/core": "3.0.0",
"@freesewing/core-plugins": "3.0.0",
"@freesewing/brian": "3.0.0",
"@freesewing/bent": "3.0.0",
"@freesewing/titan": "3.0.0",
"@freesewing/bella": "3.0.0",
"@freesewing/breanna": "3.0.0",
"@freesewing/plugin-bust": "3.0.0",
"@freesewing/plugin-theme": "3.0.0",
"@freesewing/plugin-i18n": "3.0.0",
"@freesewing/snapseries": "3.0.0",
"@freesewing/react-components": "3.0.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@mdx-js/runtime": "2.0.0-next.9",
"@tailwindcss/typography": "0.5.9",
"autoprefixer": "10.4.16",
"axios": null,
"d3-dispatch": "3.0.1",
"d3-drag": "3.0.0",
"d3-selection": "3.0.0",
"daisyui": "3.9.2",
"file-saver": "2.0.5",
"i18next": "23.5.1",
"jotai": "2.4.3",
"jotai-location": "0.5.1",
"js-yaml": "4.1.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "4.4.2",
"lodash.orderby": "4.6.0",
"lodash.set": "4.3.2",
"mustache": "4.2.0",
"next": "13.5.4",
"next-i18next": "14.0.0",
"pdfkit": "0.13.0",
"postcss-for": "2.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-copy-to-clipboard": "5.1.0",
"react-hotkeys-hook": "4.4.1",
"react-i18next": "13.2.2",
"react-dropzone": "14.2.3",
"react-swipeable": "7.0.1",
"react-timeago": "7.2.0",
"react-zoom-pan-pinch": "3.1.0",
"remark-gfm": "3.0.1",
"remark-frontmatter": "4.0.1",
"remark-mdx-frontmatter": "3.0.0",
"remark-smartypants": "2.0.0",
"slugify": "^1.6.6",
"svg-to-pdfkit": "https://git@github.com/eriese/SVG-to-PDFKit",
"tlds": "1.242.0",
"use-persisted-state": "0.3.3",
"web-worker": "1.2.0"
},
"devDependencies": {},
"engines": {
"node": "18",
"npm": "9"
},
"private": true
}