1
0
Fork 0
freesewing/package.json
Joost De Cock 081036a481
Merge pull request #506 from freesewing/dependabot/npm_and_yarn/rollup/plugin-node-resolve-9.0.0
chore(deps-dev): bump @rollup/plugin-node-resolve from 8.4.0 to 9.0.0
2020-11-04 18:53:47 +01:00

120 lines
4 KiB
JSON

{
"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 <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"license": "MIT",
"scripts": {
"lint": "eslint --fix 'src/*.js'",
"kickstart": "npx lerna bootstrap && npx lerna run build --no-bail && npx lerna run build",
"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",
"prettier": "npx prettier --write 'packages/**/src/*.js'",
"reconfigure": "npx babel-node scripts/reconfigure.js",
"dxf": "npx babel-node scripts/export-dxf.js",
"prerelease": "lerna version --no-git-tag-version --no-push && yarn reconfigure && lerna run build",
"release": "lerna exec -- 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'",
"bump": "git add . && git commit -m 'chore: Reconfigure packages'"
},
"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.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",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@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",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@svgr/rollup": "^5.4.0",
"ava": "^3.11.0",
"axios": "0.20.0",
"babel-loader": "^8.1.0",
"bezier-js": "^2.6.1",
"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",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-standard": "^4.0.1",
"esm": "^3.2.25",
"file-saver": "^2.0.2",
"fs-extra": "^9.0.1",
"husky": "^4.2.5",
"js-yaml": "^3.14.0",
"jsonlint": "^1.6.3",
"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",
"pretty-quick": "^3.0.0",
"prismjs": "^1.20.0",
"prop-types": "^15.7.2",
"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",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-yaml": "^2.0.0",
"standard": "^15.0.0",
"tlds": "^1.207.0",
"typeface-roboto-condensed": "^0.0.75",
"uglifycss": "^0.0.29"
},
"workspaces": [
"packages/*"
],
"version": "0.0.0"
}