chore: Reconfigure packages
This commit is contained in:
parent
ce5aa3950a
commit
dc133297f1
119 changed files with 1268 additions and 1125 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "@freesewing/examples",
|
||||
"version": "2.15.0-rc.0",
|
||||
"description": "A FreeSewing pattern holding examples for our documentation",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
"repository": "github:freesewing/freesewing",
|
||||
"license": "MIT",
|
||||
|
@ -29,12 +29,18 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.14.0",
|
||||
"@freesewing/plugin-bundle": "^2.14.0"
|
||||
"@freesewing/core": "^2.15.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.15.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
||||
"@babel/register": "^7.10.5",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^7.6.0",
|
||||
"babel-jest": "^26.2.2",
|
||||
"jest": "26.2.2",
|
||||
"@freesewing/components": "^2.15.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.15.0-rc.0",
|
||||
"@freesewing/i18n": "^2.15.0-rc.0",
|
||||
|
@ -43,32 +49,27 @@
|
|||
"@freesewing/plugin-buttons": "^2.15.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.15.0-rc.0",
|
||||
"@freesewing/utils": "^2.15.0-rc.0",
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/icons": "4.9.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.56",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^7.0.2",
|
||||
"react-scripts": "^3.4.1",
|
||||
"webpack": "^4.44.1",
|
||||
"rollup": "^2.23.0",
|
||||
"@rollup/plugin-babel": "^5.1.0",
|
||||
"rollup-plugin-terser": "^6.1.0",
|
||||
"@rollup/plugin-commonjs": "^14.0.0",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^8.4.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.3",
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/icons": "4.9.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.56",
|
||||
"axios": "0.21.1",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-jest": "^26.2.2",
|
||||
"react-intl": "^5.4.5",
|
||||
"prop-types": "^15.7.2",
|
||||
"mocha": "^8.1.0",
|
||||
"chai": "^4.2.0",
|
||||
"chai-string": "^1.5.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"eslint": "^7.6.0",
|
||||
"jest": "26.2.2",
|
||||
"mocha": "^8.1.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-intl": "^5.4.5",
|
||||
"react-scripts": "^3.4.1",
|
||||
"rollup": "^2.23.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.3",
|
||||
"rollup-plugin-terser": "^6.1.0",
|
||||
"webpack": "^4.44.1"
|
||||
"@babel/register": "^7.10.5"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
@ -77,7 +78,7 @@
|
|||
],
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"tag": "latest"
|
||||
"tag": "next"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue