2019-04-19 08:37:33 +02:00
|
|
|
{
|
|
|
|
"name": "root",
|
|
|
|
"private": true,
|
2019-04-19 17:31:44 +02:00
|
|
|
"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 <joost@decock.org> (https://github.com/joostdecock)",
|
|
|
|
"homepage": "https://freesewing.org/",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint --fix 'src/*.js'",
|
2020-04-04 11:19:45 +02:00
|
|
|
"kickstart": "npx lerna bootstrap && npx lerna run build --no-bail && npx lerna run build",
|
2019-04-19 17:31:44 +02:00
|
|
|
"clean": "rimraf dist",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"jsonlint": "yarn --silent jsonlint:files | xargs -n1 jsonlint -q -c && echo \"jsonlint: no lint errors\"",
|
|
|
|
"jsonlint:files": "find . -name \"*.json\" | grep -v -f .eslintignore",
|
2019-08-03 15:23:52 +02:00
|
|
|
"prettier": "npx prettier --write 'packages/**/src/*.js'",
|
2019-05-02 21:20:40 +02:00
|
|
|
"reconfigure": "npx babel-node scripts/reconfigure.js",
|
2020-04-18 18:13:22 +02:00
|
|
|
"dxf": "npx babel-node scripts/export-dxf.js",
|
2019-08-17 19:04:27 +02:00
|
|
|
"prerelease": "lerna version --no-git-tag-version --no-push && yarn reconfigure && lerna run build",
|
|
|
|
"release": "lerna exec -- npm publish",
|
2019-08-21 16:29:30 +02:00
|
|
|
"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'",
|
2019-10-06 14:05:30 +02:00
|
|
|
"bump": "git add . && git commit -m 'chore: Reconfigure packages'"
|
2019-04-19 17:31:44 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/freesewing/freesewing.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
|
|
|
},
|
2019-08-03 15:23:52 +02:00
|
|
|
"prettier": "@freesewing/prettier-config",
|
2019-04-19 17:31:44 +02:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
2020-04-13 14:21:41 +02:00
|
|
|
"pre-commit": "pretty-quick --staged"
|
2019-04-19 17:31:44 +02:00
|
|
|
}
|
|
|
|
},
|
2019-04-19 08:37:33 +02:00
|
|
|
"devDependencies": {
|
2020-08-02 19:17:06 +02:00
|
|
|
"@babel/core": "^7.11.0",
|
|
|
|
"@babel/node": "^7.10.5",
|
|
|
|
"@babel/plugin-external-helpers": "^7.10.4",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
|
|
|
|
"@babel/preset-env": "^7.11.0",
|
|
|
|
"@babel/preset-react": "^7.10.4",
|
|
|
|
"@babel/register": "^7.10.5",
|
2020-09-15 20:05:37 +00:00
|
|
|
"@commitlint/cli": "^11.0.0",
|
2020-10-13 17:06:24 +00:00
|
|
|
"@commitlint/config-conventional": "^11.0.0",
|
2020-08-02 19:17:06 +02:00
|
|
|
"@material-ui/core": "^4.11.0",
|
|
|
|
"@material-ui/icons": "^4.9.1",
|
|
|
|
"@material-ui/lab": "^4.0.0-alpha.6",
|
|
|
|
"@rollup/plugin-babel": "^5.1.0",
|
2020-08-23 15:45:14 +00:00
|
|
|
"@rollup/plugin-commonjs": "^15.0.0",
|
2020-08-02 19:17:06 +02:00
|
|
|
"@rollup/plugin-json": "^4.1.0",
|
2020-08-30 10:11:13 +00:00
|
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
2020-08-02 19:17:06 +02:00
|
|
|
"@svgr/rollup": "^5.4.0",
|
|
|
|
"ava": "^3.11.0",
|
2020-08-24 05:22:10 +00:00
|
|
|
"axios": "0.20.0",
|
2020-08-02 19:17:06 +02:00
|
|
|
"babel-loader": "^8.1.0",
|
2020-10-30 16:54:10 +00:00
|
|
|
"bezier-js": "^3.0.1",
|
2020-08-02 19:17:06 +02:00
|
|
|
"chai": "^4.2.0",
|
|
|
|
"chai-string": "^1.5.0",
|
|
|
|
"chalk": "^4.1.0",
|
|
|
|
"codecov": "^3.7.2",
|
|
|
|
"cross-env": "^7.0.2",
|
|
|
|
"eslint": "^7.6.0",
|
|
|
|
"eslint-config-prettier": "^6.11.0",
|
|
|
|
"eslint-config-standard": "^14.1.1",
|
2020-10-30 16:52:45 +00:00
|
|
|
"eslint-config-standard-react": "^10.0.0",
|
2020-08-02 19:17:06 +02:00
|
|
|
"eslint-plugin-import": "^2.22.0",
|
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint-plugin-prettier": "^3.1.4",
|
2019-04-19 09:53:40 +02:00
|
|
|
"eslint-plugin-promise": "^4.0.0",
|
2020-08-02 19:17:06 +02:00
|
|
|
"eslint-plugin-react": "^7.20.5",
|
2019-08-30 05:15:54 +00:00
|
|
|
"eslint-plugin-standard": "^4.0.1",
|
2020-10-25 13:48:17 +01:00
|
|
|
"esm": "^3.2.25",
|
2020-08-02 19:17:06 +02:00
|
|
|
"file-saver": "^2.0.2",
|
2020-07-02 05:03:02 +00:00
|
|
|
"fs-extra": "^9.0.1",
|
2020-08-02 19:17:06 +02:00
|
|
|
"husky": "^4.2.5",
|
2020-07-12 18:27:28 +02:00
|
|
|
"js-yaml": "^3.14.0",
|
2019-07-14 10:26:28 +02:00
|
|
|
"jsonlint": "^1.6.3",
|
2020-08-02 19:17:06 +02:00
|
|
|
"lerna": "^3.22.1",
|
|
|
|
"mocha": "^8.1.0",
|
|
|
|
"mustache": "^4.0.1",
|
|
|
|
"node-sass": "^4.14.1",
|
|
|
|
"nyc": "^15.1.0",
|
|
|
|
"open-color": "^1.7.0",
|
|
|
|
"prettier": "^2.0.5",
|
2020-08-21 05:33:15 +00:00
|
|
|
"pretty-quick": "^3.0.0",
|
2020-08-02 19:17:06 +02:00
|
|
|
"prismjs": "^1.20.0",
|
2019-07-14 10:26:28 +02:00
|
|
|
"prop-types": "^15.7.2",
|
2020-08-02 19:17:06 +02:00
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1",
|
|
|
|
"react-intl": "^5.4.5",
|
|
|
|
"react-markdown": "^4.3.1",
|
|
|
|
"react-scripts": "^3.4.1",
|
|
|
|
"remark": "^12.0.1",
|
|
|
|
"remark-html": "^12.0.0",
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"rollup": "^2.23.0",
|
|
|
|
"rollup-plugin-peer-deps-external": "^2.2.3",
|
2019-07-14 10:26:28 +02:00
|
|
|
"rollup-plugin-sass": "^1.2.2",
|
2020-08-23 15:56:59 +00:00
|
|
|
"rollup-plugin-terser": "^7.0.0",
|
2020-01-22 17:46:22 +00:00
|
|
|
"rollup-plugin-yaml": "^2.0.0",
|
2020-10-26 17:10:44 +00:00
|
|
|
"standard": "^15.0.0",
|
2020-08-02 19:17:06 +02:00
|
|
|
"tlds": "^1.207.0",
|
|
|
|
"typeface-roboto-condensed": "^0.0.75",
|
|
|
|
"uglifycss": "^0.0.29"
|
2019-04-19 09:53:40 +02:00
|
|
|
},
|
2019-04-19 17:31:44 +02:00
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
2020-09-12 19:05:47 +02:00
|
|
|
],
|
|
|
|
"version": "0.0.0"
|
2019-04-19 08:37:33 +02:00
|
|
|
}
|