2023-09-29 08:05:40 +02:00
|
|
|
{
|
|
|
|
"name": "@freesewing/sde",
|
2023-09-30 17:48:57 +02:00
|
|
|
"version": "3.0.0",
|
2023-09-29 16:01:27 +02:00
|
|
|
"description": "Stand-alone develpment environment. Basis for the @freesewing/new-design package",
|
2023-09-29 08:05:40 +02: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"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "next build",
|
2023-09-29 09:51:05 +02:00
|
|
|
"cibuild": "yarn build",
|
2023-09-29 08:05:40 +02:00
|
|
|
"dev": "next dev -p 8000",
|
|
|
|
"develop": "next dev -p 8000",
|
2023-09-29 09:51:05 +02:00
|
|
|
"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"
|
2023-09-29 08:05:40 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {},
|
2023-09-29 16:01:27 +02:00
|
|
|
"dependencies": {
|
2023-09-30 17:48:57 +02:00
|
|
|
"@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",
|
2023-10-30 17:46:39 +01:00
|
|
|
"@mdx-js/mdx": "^3.0.0",
|
|
|
|
"@mdx-js/react": "^3.0.0",
|
2023-09-29 16:01:27 +02:00
|
|
|
"@mdx-js/runtime": "2.0.0-next.9",
|
2023-12-14 04:56:14 +00:00
|
|
|
"@tailwindcss/typography": "0.5.10",
|
2023-10-02 16:45:34 +00:00
|
|
|
"autoprefixer": "10.4.16",
|
2023-09-29 16:01:27 +02:00
|
|
|
"axios": null,
|
|
|
|
"d3-dispatch": "3.0.1",
|
|
|
|
"d3-drag": "3.0.0",
|
|
|
|
"d3-selection": "3.0.0",
|
2023-12-14 04:59:23 +00:00
|
|
|
"daisyui": "4.4.19",
|
2023-09-29 16:01:27 +02:00
|
|
|
"file-saver": "2.0.5",
|
2023-12-15 05:06:10 +00:00
|
|
|
"i18next": "23.7.11",
|
2023-12-01 05:04:21 +00:00
|
|
|
"jotai": "2.6.0",
|
2023-12-15 18:01:49 +00:00
|
|
|
"jotai-location": "0.5.2",
|
2023-09-29 16:01:27 +02:00
|
|
|
"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",
|
2023-12-07 17:08:49 +00:00
|
|
|
"next-i18next": "15.1.1",
|
2023-12-08 17:33:59 +00:00
|
|
|
"next": "14.0.4",
|
2023-12-06 04:10:01 +00:00
|
|
|
"pdfkit": "0.14.0",
|
2023-12-09 15:39:22 +01:00
|
|
|
"next": "14.0.4",
|
|
|
|
"next-i18next": "15.1.1",
|
2023-09-29 16:01:27 +02:00
|
|
|
"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",
|
2023-12-13 04:25:54 +00:00
|
|
|
"react-i18next": "13.5.0",
|
2023-09-29 16:01:27 +02:00
|
|
|
"react-dropzone": "14.2.3",
|
|
|
|
"react-swipeable": "7.0.1",
|
2023-10-06 04:31:07 +00:00
|
|
|
"react-timeago": "7.2.0",
|
2023-12-09 15:39:22 +01:00
|
|
|
"react-zoom-pan-pinch": "3.1.0",
|
2023-10-30 17:46:39 +01:00
|
|
|
"remark-gfm": "4.0.0",
|
|
|
|
"remark-frontmatter": "5.0.0",
|
|
|
|
"remark-mdx-frontmatter": "4.0.0",
|
2023-09-29 16:01:27 +02:00
|
|
|
"remark-smartypants": "2.0.0",
|
|
|
|
"slugify": "^1.6.6",
|
|
|
|
"svg-to-pdfkit": "https://git@github.com/eriese/SVG-to-PDFKit",
|
2023-12-05 00:07:33 +02:00
|
|
|
"use-local-storage-state": "19.1.0",
|
2023-12-18 04:31:15 +00:00
|
|
|
"tlds": "1.248.0",
|
2023-12-09 15:39:22 +01:00
|
|
|
"use-local-storage-state": "19.1.0",
|
2023-09-29 16:01:27 +02:00
|
|
|
"web-worker": "1.2.0"
|
|
|
|
},
|
2023-09-29 09:51:05 +02:00
|
|
|
"devDependencies": {},
|
2023-09-29 08:05:40 +02:00
|
|
|
"engines": {
|
|
|
|
"node": "18",
|
|
|
|
"npm": "9"
|
|
|
|
},
|
|
|
|
"private": true
|
|
|
|
}
|