{ "name": "root", "private": true, "description": "FreeSewing is an open source platform for made-to-measure sewing patterns", "keywords": [ "sewing", "design", "parametric design", "sewing", "fashion", "made-to-measure" ], "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", "license": "MIT", "scripts": { "new": "node --experimental-json-modules --no-warnings scripts/add-software.mjs", "?": "node scripts/help.mjs", "tips": "node scripts/help.mjs", "lab": "cd sites/lab && yarn start", "kickstart": "npx lerna bootstrap && yarn buildall && yarn tips", "clean": "rimraf dist", "test": "lerna run test", "prettier": "npx prettier --write 'packages/**/src/*.js' 'packages/**/config/*.js' 'packages/i18n/src/locales/**/*.*' 'packages/**/tests/*.mjs'", "reconfigure": "all-contributors generate && node --experimental-json-modules --no-warnings scripts/reconfigure.mjs", "prerelease": "lerna version --no-git-tag-version --no-push && yarn reconfigure && yarn buildall", "buildall": "lerna run cibuild_step0 && lerna run cibuild_step1 && lerna run cibuild_step2 && lerna run cibuild_step3 && lerna run cibuild_step4 && lerna run cibuild_step5 && lerna run cibuild_step6", "build": "yarn buildall", "testall": "node scripts/testall.js", "release": "lerna exec --no-bail -- npm publish", "postrelease": "git add . && git commit -m ':bookmark: v$npm_package_version' && git tag -a v$npm_package_version -m ':bookmark: FreeSewing v$npm_package_version'", "ship": "lerna exec --no-bail -- npm publish", "bump": "git add . && git commit -m 'chore: Reconfigure packages'", "contributors:add": "all-contributors add", "contributors:generate": "all-contributors generate", "famadd": "all-contributors add", "famgen": "all-contributors generate", "checkdocs": "remark markdown --quiet --frail", "strapi:translate": "node scripts/strapi-en-to-other.mjs", "fixdocs": "remark markdown --quiet --frail --output" }, "repository": { "type": "git", "url": "git+https://github.com/freesewing/freesewing.git" }, "bugs": { "url": "https://github.com/freesewing/freesewing/issues" }, "prettier": "@freesewing/prettier-config", "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "devDependencies": { "@babel/core": "^7.11.0", "@babel/node": "^7.14.2", "@babel/plugin-external-helpers": "^7.12.13", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-object-rest-spread": "^7.11.0", "@babel/plugin-syntax-flow": "^7.14.5", "@babel/plugin-transform-react-jsx": "^7.14.9", "@babel/preset-env": "^7.14.2", "@babel/preset-react": "^7.10.4", "@babel/register": "^7.10.5", "@commitlint/cli": "^17.0.2", "@commitlint/config-conventional": "^17.0.2", "@fontsource/permanent-marker": "latest", "@fontsource/roboto-mono": "latest", "@fontsource/ubuntu": "latest", "@material-ui/core": "^4.11.4", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.60", "@rollup/plugin-babel": "^5.1.0", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.0", "@svgr/rollup": "^6.2.0", "@types/express": "^4.17.13", "@types/node": "^17.0.18", "@types/react": "^18.0.8", "all-contributors-cli": "^6.20.0", "ava": "^4.0.1", "axios": "^0.25.0", "babel-loader": "^8.1.0", "bezier-js": "^6.1.0", "chai": "^4.2.0", "chai-string": "^1.5.0", "chalk": "^4.1.0", "codecov": "^3.7.2", "cross-env": "^7.0.2", "deep-freeze": "^0.0.1", "esbuild": "^0.14.43", "esbuild-plugin-yaml": "^0.0.1", "esm": "^3.2.25", "file-saver": "^2.0.2", "fs-extra": "^10.0.0", "husky": "^8.0.1", "js-yaml": "^4.0.0", "lerna": "^5.1.4", "mocha": "^10.0.0", "mustache": "^4.0.1", "netlify-cli": "^10.3.3", "node-sass": "^7.0.1", "nyc": "^15.1.0", "open-color": "^1.7.0", "prettier": "^2.3.0", "pretty-quick": "^3.0.0", "prismjs": "^1.20.0", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-intl": "^5.17.6", "react-markdown": "^6.0.2", "react-scripts": "^5.0.0", "remark": "^13.0.0", "remark-html": "^13.0.1", "rimraf": "^3.0.2", "rollup": "^2.48.0", "rollup-plugin-peer-deps-external": "^2.2.3", "rollup-plugin-sass": "^1.2.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-yaml": "^2.0.0", "standard": "^17.0.0", "tlds": "^1.221.1", "typeface-raleway": "^1.1.13", "typeface-roboto-condensed": "^1.1.13", "typescript": "^4.5.5", "uglifycss": "^0.0.29", "webpack": "^5.67.0", "yaml": "^1.10.2" }, "workspaces": [ "designs/*", "packages/*", "plugins/*", "sites/*" ], "version": "0.0.0", "dependencies": { "autoprefixer": "^10.4.0", "handlebars": "^4.7.7", "jsonfile": "^6.1.0", "postcss": "^8.4.5", "remark-cli": "^10.0.1", "remark-frontmatter": "^4.0.1", "remark-lint-emphasis-marker": "^3.1.1", "remark-lint-list-item-indent": "^3.1.1", "remark-preset-lint-consistent": "^5.1.1", "remark-preset-lint-recommended": "^6.1.2", "tailwindcss": "^3.0.7" } }