|
| 1 | +{ |
| 2 | + "name": "web", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "proxy": "https://testing.ce-dev.cloud.maiot.io/api/v1", |
| 6 | + "dependencies": { |
| 7 | + "@stripe/react-stripe-js": "^1.1.2", |
| 8 | + "@stripe/stripe-js": "^1.9.0", |
| 9 | + "@testing-library/dom": "^7.21.7", |
| 10 | + "@testing-library/jest-dom": "^5.11.2", |
| 11 | + "@testing-library/react": "^10.4.7", |
| 12 | + "@testing-library/user-event": "^12.1.0", |
| 13 | + "@types/classnames": "^2.2.10", |
| 14 | + "@types/country-list": "^2.1.0", |
| 15 | + "@types/jest": "^26.0.8", |
| 16 | + "@types/lodash": "^4.14.158", |
| 17 | + "@types/node": "^14.0.27", |
| 18 | + "@types/react": "^16.9.44", |
| 19 | + "@types/react-dom": "^16.9.8", |
| 20 | + "@types/react-outside-click-handler": "^1.3.0", |
| 21 | + "@types/react-redux": "^7.1.9", |
| 22 | + "@types/react-router-dom": "^5.1.5", |
| 23 | + "@types/react-scroll": "^1.5.5", |
| 24 | + "@types/react-syntax-highlighter": "^11.0.4", |
| 25 | + "@types/redux-logger": "^3.0.8", |
| 26 | + "axios": "^0.19.2", |
| 27 | + "axios-mock-adapter": "^1.18.2", |
| 28 | + "bootstrap": "^4.5.0", |
| 29 | + "classnames": "^2.2.6", |
| 30 | + "country-list": "^2.2.0", |
| 31 | + "date-fns": "^2.15.0", |
| 32 | + "eslint-import-resolver-babel-module": "^5.1.2", |
| 33 | + "eslint-plugin-react-hooks": "^4.0.8", |
| 34 | + "framer-motion": "^2.3.0", |
| 35 | + "i18next": "^19.6.3", |
| 36 | + "i18next-browser-languagedetector": "^5.0.0", |
| 37 | + "json2yaml": "^1.1.0", |
| 38 | + "node-sass": "^4.14.1", |
| 39 | + "query-string": "^6.13.1", |
| 40 | + "react": "^16.13.1", |
| 41 | + "react-bootstrap": "^1.3.0", |
| 42 | + "react-dom": "^16.13.1", |
| 43 | + "react-outside-click-handler": "^1.3.0", |
| 44 | + "react-redux": "^7.2.1", |
| 45 | + "react-router-dom": "^5.2.0", |
| 46 | + "react-scripts": "^3.4.1", |
| 47 | + "react-syntax-highlighter": "^13.3.1", |
| 48 | + "react-tooltip": "^4.2.10", |
| 49 | + "react-tooltip-lite": "^1.12.0", |
| 50 | + "redux": "^4.0.5", |
| 51 | + "redux-logger": "^3.0.6", |
| 52 | + "redux-persist": "^6.0.0", |
| 53 | + "redux-saga": "^1.1.3", |
| 54 | + "redux-saga-test-plan": "^4.0.0-rc.3", |
| 55 | + "reselect": "^4.0.0", |
| 56 | + "typescript": "^3.9.7" |
| 57 | + }, |
| 58 | + "scripts": { |
| 59 | + "start": "react-scripts start", |
| 60 | + "build": "react-scripts build", |
| 61 | + "test": "react-scripts test --maxWorkers=4", |
| 62 | + "eject": "react-scripts eject", |
| 63 | + "lint": "eslint './src/**/*.ts*'", |
| 64 | + "fix-lint": "eslint './src/**/*.ts*' --fix", |
| 65 | + "tslint": "tsc", |
| 66 | + "all": "eslint './src/**/*.ts*' & react-scripts test --all & tsc" |
| 67 | + }, |
| 68 | + "browserslist": { |
| 69 | + "production": [ |
| 70 | + ">0.2%", |
| 71 | + "not dead", |
| 72 | + "not op_mini all" |
| 73 | + ], |
| 74 | + "development": [ |
| 75 | + "last 1 chrome version", |
| 76 | + "last 1 firefox version", |
| 77 | + "last 1 safari version" |
| 78 | + ] |
| 79 | + }, |
| 80 | + "devDependencies": { |
| 81 | + "@typescript-eslint/eslint-plugin": "^3.7.1", |
| 82 | + "@typescript-eslint/parser": "^3.7.1", |
| 83 | + "babel-plugin-inline-react-svg": "^1.1.1", |
| 84 | + "eslint-config-prettier": "^6.11.0", |
| 85 | + "eslint-plugin-import": "^2.22.0", |
| 86 | + "eslint-plugin-prettier": "^3.1.4", |
| 87 | + "eslint-plugin-react": "^7.20.5", |
| 88 | + "eslint-plugin-redux-saga": "^1.1.3", |
| 89 | + "prettier": "^2.0.5", |
| 90 | + "react-hooks-testing-library": "^0.6.0", |
| 91 | + "react-test-renderer": "^16.13.1" |
| 92 | + } |
| 93 | +} |
0 commit comments