|
1 | 1 | { |
2 | 2 | "name": "web", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.10.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | 6 | "@emotion/react": "^11.10.5", |
7 | | - "@stripe/react-stripe-js": "^1.1.2", |
8 | | - "@stripe/stripe-js": "^1.9.0", |
9 | 7 | "@table-library/react-table-library": "^4.0.23", |
10 | | - "@testing-library/dom": "^7.21.7", |
11 | 8 | "@testing-library/jest-dom": "^5.11.2", |
12 | | - "@testing-library/react": "^10.4.7", |
13 | | - "@testing-library/user-event": "^12.1.0", |
14 | 9 | "@types/classnames": "^2.2.10", |
15 | | - "@types/country-list": "^2.1.0", |
16 | 10 | "@types/dagre": "^0.7.48", |
17 | | - "@types/jest": "^26.0.8", |
18 | 11 | "@types/node": "^14.0.27", |
19 | 12 | "@types/papaparse": "^5.3.7", |
20 | 13 | "@types/react": "^16.9.44", |
|
23 | 16 | "@types/react-outside-click-handler": "^1.3.0", |
24 | 17 | "@types/react-redux": "^7.1.9", |
25 | 18 | "@types/react-router-dom": "^5.1.5", |
26 | | - "@types/react-scroll": "^1.5.5", |
27 | 19 | "@types/react-syntax-highlighter": "^11.0.4", |
28 | 20 | "@types/react-vis": "^1.11.11", |
29 | 21 | "@types/redux-logger": "^3.0.8", |
30 | | - "@types/styled-components": "^5.1.26", |
31 | 22 | "axios": "^0.19.2", |
32 | 23 | "axios-mock-adapter": "^1.18.2", |
33 | 24 | "bootstrap": "^4.5.0", |
34 | 25 | "classnames": "^2.2.6", |
35 | | - "country-list": "^2.2.0", |
36 | 26 | "dagre": "^0.8.5", |
37 | 27 | "date-fns": "^2.15.0", |
38 | | - "eslint-import-resolver-babel-module": "^5.1.2", |
39 | | - "eslint-plugin-react-hooks": "^4.0.8", |
40 | 28 | "framer-motion": "^2.3.0", |
41 | 29 | "i18next": "^19.6.3", |
42 | 30 | "i18next-browser-languagedetector": "^5.0.0", |
|
45 | 33 | "lodash": "^4.17.21", |
46 | 34 | "lottie-react": "^2.4.0", |
47 | 35 | "moment": "^2.29.4", |
48 | | - "node-sass": "^4.14.1", |
49 | 36 | "papaparse": "^5.4.1", |
50 | 37 | "query-string": "^6.13.1", |
51 | 38 | "react": "^16.13.1", |
|
64 | 51 | "react-select": "^5.7.0", |
65 | 52 | "react-syntax-highlighter": "^13.3.1", |
66 | 53 | "react-tooltip": "^4.2.10", |
67 | | - "react-tooltip-lite": "^1.12.0", |
68 | 54 | "react-vis": "^1.11.12", |
69 | 55 | "redux": "^4.0.5", |
70 | 56 | "redux-logger": "^3.0.6", |
71 | 57 | "redux-persist": "^6.0.0", |
72 | 58 | "redux-saga": "^1.1.3", |
73 | | - "redux-saga-test-plan": "^4.0.0-rc.3", |
74 | 59 | "reselect": "^4.0.0", |
75 | | - "styled-components": "^5.3.6", |
76 | 60 | "typescript": "^3.9.7" |
77 | 61 | }, |
78 | 62 | "scripts": { |
79 | | - "start": "react-scripts start", |
80 | | - "build": "react-scripts build", |
81 | | - "test": "react-scripts test --maxWorkers=4", |
| 63 | + "start": "react-scripts --openssl-legacy-provider start", |
| 64 | + "build": "react-scripts --openssl-legacy-provider build", |
| 65 | + "test": "react-scripts --openssl-legacy-provider test --maxWorkers=4", |
82 | 66 | "eject": "react-scripts eject", |
83 | 67 | "lint": "eslint './src/**/*.ts*'", |
84 | 68 | "fix-lint": "eslint './src/**/*.ts*' --fix", |
|
107 | 91 | "@typescript-eslint/eslint-plugin": "^3.7.1", |
108 | 92 | "@typescript-eslint/parser": "^3.7.1", |
109 | 93 | "autoprefixer": "^10.4.8", |
110 | | - "babel-plugin-inline-react-svg": "^1.1.1", |
111 | 94 | "eslint-config-prettier": "^6.11.0", |
112 | | - "eslint-plugin-import": "^2.22.0", |
113 | 95 | "eslint-plugin-prettier": "^3.1.4", |
114 | 96 | "eslint-plugin-react": "^7.20.5", |
115 | | - "eslint-plugin-redux-saga": "^1.1.3", |
116 | 97 | "husky": "^8.0.0", |
117 | | - "postcss": "^8.4.16", |
118 | 98 | "prettier": "^2.0.5", |
119 | | - "react-hooks-testing-library": "^0.6.0", |
120 | | - "react-test-renderer": "^16.13.1" |
| 99 | + "sass": "^1.66.1" |
121 | 100 | }, |
122 | 101 | "engines": { |
123 | 102 | "npm": ">=6.14.17", |
|
0 commit comments