{ "name": "recipes", "version": "0.1.0", "private": true, "dependencies": { "@rmwc/button": "^6.0.14", "@rmwc/chip": "^6.0.14", "@rmwc/dialog": "^6.1.0", "@rmwc/drawer": "^6.0.14", "@rmwc/grid": "^6.0.14", "@rmwc/icon": "^6.0.14", "@rmwc/icon-button": "^6.0.14", "@rmwc/list": "^6.1.3", "@rmwc/top-app-bar": "^6.0.14", "@types/classnames": "^2.2.9", "@types/jest": "^24.0.15", "@types/node": "^11.13.17", "@types/ramda": "^0.26.22", "@types/react": "^16.9.12", "@types/react-autosuggest": "^9.3.11", "@types/react-beautiful-dnd": "^11.0.3", "@types/react-dom": "^16.8.3", "@types/react-router-dom": "^5.1.5", "@types/throttle-debounce": "^2.1.0", "axios": "^0.21.1", "classnames": "^2.2.6", "convert-units": "git+https://github.com/ben-ng/convert-units.git", "cssnano": "^4.1.10", "dot-prop": "^5.3.0", "formik": "2.1.0", "minimist": "^1.2.5", "moment": "^2.24.0", "node-sass": "^4.13.1", "npm": "^6.11.2", "ramda": "^0.26.1", "react": "^16.8.4", "react-beautiful-dnd": "^11.0.5", "react-dom": "^16.8.4", "react-redux": "^7.1.0", "react-router-dom": "^5.2.0", "react-scripts": "^3.4.3", "react-svg": "^9.0.4", "react-toastify": "^5.4.0", "redux": "^4.0.4", "redux-devtools-extension": "^2.13.8", "redux-thunk": "^2.3.0", "serialize-javascript": "^5.0.0", "terser-webpack-plugin": "^1.3.0", "throttle-debounce": "^2.3.0", "typescript": "^3.5.3" }, "scripts": { "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 6006 -s public", "build-storybook": "build-storybook -s public" }, "eslintConfig": { "extends": "react-app" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "devDependencies": { "@babel/core": "^7.5.4", "@storybook/addon-actions": "^6.0.21", "@storybook/addon-essentials": "^6.0.21", "@storybook/addon-links": "^6.0.21", "@storybook/node-logger": "^6.0.21", "@storybook/preset-create-react-app": "^3.1.4", "@storybook/react": "^6.0.21", "@types/react-redux": "^7.1.1", "@types/webpack-env": "^1.15.2", "babel-loader": "^8.1.0", "react-is": "^16.13.1" } }