| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "name": "recipes",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@material/react-button": "^0.11.0",
- "@material/react-card": "^0.11.0",
- "@material/react-chips": "^0.12.0",
- "@material/react-dialog": "^0.15.0",
- "@material/react-drawer": "^0.11.0",
- "@material/react-icon-button": "^0.12.0",
- "@material/react-layout-grid": "^0.11.0",
- "@material/react-list": "^0.11.0",
- "@material/react-material-icon": "^0.12.0",
- "@material/react-select": "^0.12.1",
- "@material/react-tab": "^0.13.0",
- "@material/react-tab-bar": "^0.13.0",
- "@material/react-tab-indicator": "^0.13.0",
- "@material/react-text-field": "^0.11.0",
- "@material/ripple": "^2.3.0",
- "@types/classnames": "^2.2.9",
- "@types/jest": "^24.0.15",
- "@types/node": "^11.13.17",
- "@types/ramda": "^0.26.22",
- "@types/react": "^16.8.23",
- "@types/react-autosuggest": "^9.3.11",
- "@types/react-beautiful-dnd": "^11.0.3",
- "@types/react-dom": "^16.8.3",
- "@types/react-router-dom": "^4.3.4",
- "@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",
- "convert-units": "git+https://github.com/ben-ng/convert-units.git",
- "cssnano": "^4.1.10",
- "formik": "1.5.7",
- "moment": "^2.24.0",
- "node-sass": "^4.11.0",
- "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.0.1",
- "react-scripts": "2.1.8",
- "react-svg": "^9.0.4",
- "redux": "^4.0.4",
- "redux-devtools-extension": "^2.13.8",
- "redux-thunk": "^2.3.0",
- "terser-webpack-plugin": "^1.3.0",
- "typescript": "^3.5.3"
- },
- "scripts": {
- "start": "PORT=3006 react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject",
- "storybook": "start-storybook -p 9009 -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": "^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"
- }
- }
|