🐛 Fixed issue with scripts for patterns
This commit is contained in:
parent
9e9036dd94
commit
446db0d3a5
50 changed files with 440 additions and 345 deletions
|
@ -24,16 +24,23 @@
|
|||
"build": "npm run clean && npm run nodebuild && npm run modulebuild",
|
||||
"test": "echo \"examples: No tests configured. Perhaps you'd like to do this?\" && exit 0",
|
||||
"pubtest": "npm publish --registry http://localhost:6662",
|
||||
"start": "rollup -c -w",
|
||||
"pubforce": "npm publish",
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.0.0-beta.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -43,21 +50,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@material-ui/core": "3.9.3",
|
||||
"@material-ui/icons": "3.0.2",
|
||||
"@material-ui/lab": "3.0.0-alpha.30",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "24.7.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.16.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"jest": "24.7.1",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1",
|
||||
"react-intl": "2.8.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
|
@ -67,7 +64,11 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0",
|
||||
"webpack": "4.29.6"
|
||||
"@material-ui/core": "3.9.3",
|
||||
"@material-ui/icons": "3.0.2",
|
||||
"@material-ui/lab": "3.0.0-alpha.30",
|
||||
"react-intl": "2.8.0",
|
||||
"prop-types": "15.7.2"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue