|
|
@@ -21,9 +21,6 @@
|
|
|
"@types/react-beautiful-dnd": "^11.0.3",
|
|
|
"@types/react-dom": "^16.8.3",
|
|
|
"@types/react-router-dom": "^5.1.5",
|
|
|
- "@types/storybook__addon-actions": "^3.4.3",
|
|
|
- "@types/storybook__addon-links": "^3.3.5",
|
|
|
- "@types/storybook__react": "^4.0.2",
|
|
|
"@types/throttle-debounce": "^2.1.0",
|
|
|
"axios": "^0.19.0",
|
|
|
"classnames": "^2.2.6",
|
|
|
@@ -52,9 +49,7 @@
|
|
|
"start": "react-scripts start",
|
|
|
"build": "react-scripts build && cd build && tar czf ../frontend.tar.gz .",
|
|
|
"test": "react-scripts test",
|
|
|
- "eject": "react-scripts eject",
|
|
|
- "storybook": "start-storybook -p 9009 -s public",
|
|
|
- "build-storybook": "build-storybook -s public"
|
|
|
+ "eject": "react-scripts eject"
|
|
|
},
|
|
|
"eslintConfig": {
|
|
|
"extends": "react-app"
|
|
|
@@ -67,10 +62,6 @@
|
|
|
],
|
|
|
"devDependencies": {
|
|
|
"@babel/core": "^7.5.4",
|
|
|
- "@storybook/addon-actions": "^5.1.9",
|
|
|
- "@storybook/addon-links": "^5.1.9",
|
|
|
- "@storybook/addons": "^5.1.9",
|
|
|
- "@storybook/react": "^5.1.9",
|
|
|
"@types/react-redux": "^7.1.1",
|
|
|
"@types/webpack-env": "^1.15.2"
|
|
|
}
|