🔧 Switched to yarn workspaces
This commit is contained in:
parent
db3d4df922
commit
7ed2d934f2
50 changed files with 16303 additions and 1095 deletions
|
@ -33,49 +33,19 @@
|
|||
"react": "^15.0.0 || ^16.0.0",
|
||||
"react-dom": "^15.0.0 || ^16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-eslint": "^8.2.5",
|
||||
"babel-plugin-external-helpers": "^6.22.0",
|
||||
"babel-plugin-transform-object-rest-spread": "6.26.0",
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
"babel-preset-stage-0": "^6.24.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^5.0.1",
|
||||
"eslint-config-standard": "^11.0.0",
|
||||
"eslint-config-standard-react": "^6.0.0",
|
||||
"eslint-plugin-import": "^2.13.0",
|
||||
"eslint-plugin-node": "^7.0.1",
|
||||
"eslint-plugin-promise": "^4.0.0",
|
||||
"eslint-plugin-react": "^7.10.0",
|
||||
"eslint-plugin-standard": "^3.1.0",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1",
|
||||
"react-scripts": "^1.1.4",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^3.0.7",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "4.0.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-url": "^1.4.0"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@freesewing/i18n": "^0.32.0",
|
||||
"@freesewing/mui-theme": "^0.32.0",
|
||||
"@freesewing/plugin-theme": "^0.32.0",
|
||||
"@freesewing/i18n": "file:../i18n",
|
||||
"@freesewing/mui-theme": "file:../mui-theme",
|
||||
"@freesewing/plugin-theme": "file:../plugin-theme",
|
||||
"@material-ui/core": "3.9.2",
|
||||
"@material-ui/icons": "3.0.2",
|
||||
"freesewing": "0.30.6",
|
||||
"material-icons": "0.3.1",
|
||||
"react-intl": "2.8.0",
|
||||
"typeface-roboto-condensed": "0.0.54"
|
||||
}
|
||||
},
|
||||
"gitHead": "db3d4df92285ac8889fa72fba68c970ffcd59775"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue