
- Added bandLength option to fit optiongroup (it was missing) - [#104](https://github.com/freesewing/freesewing.org/issues/104): Changed `onDragEnd` to `onChangeCommitted` in slider element (change in material-ui API when slider came out of beta) - Workbench now also lets you preload a `withBreasts` set of measurements - DraftConfigurator now properly styles pattern options 3 levels deep - [#105](https://github.com/freesewing/freesewing.org/issues/105): Moved state change in render loop to useEffect - Updated dependencies - Added missing `file-saver` dependency - Updated styles for DraftConfigurator component for pattern options 3 levels deep - [#90](https://github.com/freesewing/freesewing/issues/90): Added missing option translations for Benjamin, Florent, Sandy, Shin, and Theo - [#76](https://github.com/freesewing/freesewing.org/issues/76): Fixed a typo in Jaeger that was causing the side vent length to be wrong - [#100](https://github.com/freesewing/freesewing.org/issues/100): Updated simon with more sensible defaults for ease options
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "florent-example",
|
|
"homepage": "https://freesewing.github.io/florent",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@freesewing/components": "latest",
|
|
"@freesewing/core": "latest",
|
|
"@freesewing/css-theme": "latest",
|
|
"@freesewing/i18n": "latest",
|
|
"@freesewing/models": "latest",
|
|
"@freesewing/mui-theme": "latest",
|
|
"@freesewing/pattern-info": "latest",
|
|
"@freesewing/plugin-bundle": "latest",
|
|
"@freesewing/plugin-theme": "latest",
|
|
"@freesewing/plugin-i18n": "latest",
|
|
"@freesewing/plugin-svgattr": "latest",
|
|
"@freesewing/utils": "latest",
|
|
"@material-ui/core": "^4.4.0",
|
|
"@material-ui/icons": "^4.2.1",
|
|
"@material-ui/lab": "^v4.0.0-alpha.25",
|
|
"pattern": "link:..",
|
|
"prismjs": "1.17.1",
|
|
"react": "^16.9",
|
|
"react-dom": "^16.9",
|
|
"react-scripts": "^3.1.1",
|
|
"file-saver": "^2.0.2",
|
|
"typeface-roboto-condensed": "latest"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"devDependencies": {
|
|
"babel-plugin-prismjs": "1.1.1"
|
|
}
|
|
}
|