| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "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-drawer": "^0.11.0",
- "@material/react-layout-grid": "^0.11.0",
- "@material/react-list": "^0.11.0",
- "@material/react-material-icon": "^0.12.0",
- "@material/react-text-field": "^0.11.0",
- "@types/jest": "^24.0.11",
- "@types/node": "^11.13.0",
- "@types/react": "^16.8.12",
- "@types/react-dom": "^16.8.3",
- "@types/react-router-dom": "^4.3.1",
- "@types/storybook__addon-actions": "^3.4.2",
- "@types/storybook__addon-links": "^3.3.4",
- "@types/storybook__react": "^4.0.1",
- "axios": "^0.18.0",
- "classnames": "^2.2.6",
- "moment": "^2.24.0",
- "node-sass": "^4.11.0",
- "ramda": "^0.26.1",
- "react": "^16.8.4",
- "react-dom": "^16.8.4",
- "react-redux": "^7.0.1",
- "react-router-dom": "^5.0.0",
- "react-scripts": "2.1.8",
- "react-svg": "^9.0.2",
- "redux": "^4.0.1",
- "redux-devtools-extension": "^2.13.8",
- "redux-thunk": "^2.3.0",
- "typescript": "^3.4.1"
- },
- "scripts": {
- "start": "set 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.4.3",
- "@storybook/addon-actions": "^5.0.6",
- "@storybook/addon-links": "^5.0.6",
- "@storybook/addons": "^5.0.6",
- "@storybook/react": "^5.0.6",
- "@types/react-redux": "^7.0.6",
- "babel-loader": "^8.0.5"
- }
- }
|