|
27 | 27 | ] |
28 | 28 | }, |
29 | 29 | "dependencies": { |
30 | | - "@codemirror/lang-html": "0.19.3", |
31 | | - "@codemirror/lang-javascript": "0.19.3", |
32 | | - "@material-ui/core": "^4.9.0", |
33 | | - "@material-ui/lab": "^4.0.0-alpha.40", |
34 | | - "@sentry/react":"^6.16.1", |
35 | | - "@sentry/tracing":"^6.16.1", |
36 | | - "@stripe/react-stripe-js": "^1.1.2", |
37 | | - "@stripe/stripe-js": "^1.11.0", |
38 | | - "@types/classnames": "^2.2.10", |
39 | | - "@types/react-router-dom": "^5.1.5", |
40 | | - "@uiw/react-codemirror": "^4.2.3", |
41 | | - "classnames": "^2.2.6", |
42 | | - "dotenv": "^7.0.0", |
43 | | - "flag-icon-css": "^3.3.0", |
44 | | - "jest": "^26.6.3", |
45 | | - "lodash.get": "^4.4.2", |
46 | | - "lodash.isequal": "^4.5.0", |
47 | | - "prop-types": "^15.7.2", |
48 | | - "query-string": "^6.13.2", |
49 | | - "react": "^16.13.1", |
50 | | - "react-dom": "^16.13.1", |
51 | | - "react-kawaii": "^0.11.0", |
52 | | - "react-router": "^5.0.0", |
53 | | - "react-router-dom": "^5.0.0", |
54 | | - "react-transition-group": "^4.4.1", |
55 | | - "tailwindcss": "^2.0.2", |
56 | | - "tldts": "^5.7.56" |
| 30 | + "@codemirror/lang-html": "^0.19.3", |
| 31 | + "@codemirror/lang-javascript": "^0.19.3", |
| 32 | + "@material-ui/core": "4.12.3", |
| 33 | + "@material-ui/lab": "4.0.0-alpha.60", |
| 34 | + "@sentry/react":"6.16.1", |
| 35 | + "@sentry/tracing":"6.16.1", |
| 36 | + "@stripe/react-stripe-js": "1.6.0", |
| 37 | + "@stripe/stripe-js": "1.21.1", |
| 38 | + "@types/classnames": "2.3.1", |
| 39 | + "@types/react-router-dom": "5.3.2", |
| 40 | + "@uiw/react-codemirror": "4.2.3", |
| 41 | + "classnames": "2.3.1", |
| 42 | + "dotenv": "7.0.0", |
| 43 | + "flag-icon-css": "3.5.0", |
| 44 | + "jest": "26.6.3", |
| 45 | + "lodash.get": "4.4.2", |
| 46 | + "lodash.isequal": "4.5.0", |
| 47 | + "prop-types": "15.7.2", |
| 48 | + "query-string": "6.14.1", |
| 49 | + "react": "16.14.0", |
| 50 | + "react-dom": "16.14.0", |
| 51 | + "react-kawaii": "0.11.0", |
| 52 | + "react-router": "5.2.1", |
| 53 | + "react-router-dom": "5.3.0", |
| 54 | + "react-transition-group": "4.4.2", |
| 55 | + "tailwindcss": "2.2.19", |
| 56 | + "tldts": "5.7.56" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | | - "@babel/core": "^7.5.5", |
60 | | - "@babel/plugin-proposal-class-properties": "^7.5.5", |
61 | | - "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
62 | | - "@babel/plugin-transform-runtime": "^7.5.5", |
63 | | - "@babel/polyfill": "^7.4.4", |
64 | | - "@babel/preset-env": "^7.5.5", |
65 | | - "@babel/preset-react": "^7.0.0", |
66 | | - "@babel/preset-typescript": "^7.10.4", |
67 | | - "@react-mock/xhr": "^0.2.0", |
68 | | - "@testing-library/dom": "^7.19.0", |
69 | | - "@testing-library/react": "^10.0.4", |
70 | | - "@testing-library/user-event": "^12.0.11", |
71 | | - "@types/react-dom": "^17.0.3", |
72 | | - "@types/react-kawaii": "^0.11.1", |
73 | | - "@types/webpack-env": "^1.16.0", |
74 | | - "@typescript-eslint/eslint-plugin": "^4.28.3", |
75 | | - "@typescript-eslint/parser": "^4.28.3", |
76 | | - "add": "^2.0.6", |
77 | | - "autoprefixer": "^10.1.0", |
78 | | - "babel-eslint": "^10.1.0", |
79 | | - "babel-loader": "^8.0.6", |
80 | | - "babel-plugin-transform-runtime": "^6.23.0", |
81 | | - "clean-webpack-plugin": "^2.0.2", |
82 | | - "connect-history-api-fallback": "^1.5.0", |
83 | | - "copy-webpack-plugin": "^6.0.3", |
84 | | - "css-loader": "^5.2.4", |
85 | | - "esbuild-loader": "^2.15.1", |
86 | | - "eslint": "^7.30.0", |
87 | | - "eslint-plugin-jest": "^24.3.6", |
88 | | - "eslint-plugin-react": "^7.24.0", |
89 | | - "eslint-plugin-react-hooks": "^4.2.0", |
90 | | - "file-loader": "^3.0.1", |
91 | | - "html-webpack-plugin": "^3.2.0", |
92 | | - "http-proxy-middleware": "^2.0.1", |
93 | | - "husky": "^1.2.1", |
94 | | - "isomorphic-fetch": "^3.0.0", |
95 | | - "koa-connect": "^2.0.1", |
96 | | - "lint-staged": "^11.0.0", |
97 | | - "mini-css-extract-plugin": "^0.9.0", |
98 | | - "nock": "^12.0.3", |
99 | | - "optimize-css-assets-webpack-plugin": "^6.0.1", |
100 | | - "postcss": "^8.2.1", |
101 | | - "postcss-loader": "^4.1.0", |
102 | | - "prettier": "^2.3.2", |
103 | | - "react-dev-utils": "^5.0.3", |
104 | | - "style-loader": "^1.2.1", |
105 | | - "terser-webpack-plugin": "^3.0.6", |
106 | | - "typescript": "^3.9.10", |
107 | | - "webpack": "^4.39.0", |
108 | | - "webpack-cli": "^4.9.1", |
109 | | - "webpack-dev-server": "^4.4.0" |
| 59 | + "@babel/core": "7.16.0", |
| 60 | + "@babel/plugin-proposal-class-properties": "7.16.0", |
| 61 | + "@babel/plugin-syntax-dynamic-import": "7.8.3", |
| 62 | + "@babel/plugin-transform-runtime": "7.16.0", |
| 63 | + "@babel/polyfill": "7.12.1", |
| 64 | + "@babel/preset-env": "7.16.0", |
| 65 | + "@babel/preset-react": "7.16.0", |
| 66 | + "@babel/preset-typescript": "7.16.0", |
| 67 | + "@react-mock/xhr": "0.2.0", |
| 68 | + "@testing-library/dom": "7.31.2", |
| 69 | + "@testing-library/react": "10.4.9", |
| 70 | + "@testing-library/user-event": "12.8.3", |
| 71 | + "@types/react-dom": "17.0.11", |
| 72 | + "@types/react-kawaii": "0.11.1", |
| 73 | + "@types/webpack-env": "1.16.3", |
| 74 | + "@typescript-eslint/eslint-plugin": "4.33.0", |
| 75 | + "@typescript-eslint/parser": "4.33.0", |
| 76 | + "add": "2.0.6", |
| 77 | + "autoprefixer": "10.4.0", |
| 78 | + "babel-eslint": "10.1.0", |
| 79 | + "babel-loader": "8.2.3", |
| 80 | + "babel-plugin-transform-runtime": "6.23.0", |
| 81 | + "clean-webpack-plugin": "2.0.2", |
| 82 | + "connect-history-api-fallback": "1.6.0", |
| 83 | + "copy-webpack-plugin": "6.4.1", |
| 84 | + "css-loader": "5.2.7", |
| 85 | + "esbuild-loader": "2.16.0", |
| 86 | + "eslint": "7.32.0", |
| 87 | + "eslint-plugin-jest": "24.7.0", |
| 88 | + "eslint-plugin-react": "7.27.0", |
| 89 | + "eslint-plugin-react-hooks": "4.3.0", |
| 90 | + "file-loader": "3.0.1", |
| 91 | + "html-webpack-plugin": "3.2.0", |
| 92 | + "http-proxy-middleware": "2.0.1", |
| 93 | + "husky": "1.3.1", |
| 94 | + "isomorphic-fetch": "3.0.0", |
| 95 | + "koa-connect": "2.1.0", |
| 96 | + "lint-staged": "11.2.6", |
| 97 | + "mini-css-extract-plugin": "0.9.0", |
| 98 | + "nock": "12.0.3", |
| 99 | + "optimize-css-assets-webpack-plugin": "6.0.1", |
| 100 | + "postcss": "8.3.11", |
| 101 | + "postcss-loader": "4.3.0", |
| 102 | + "prettier": "2.4.1", |
| 103 | + "react-dev-utils": "5.0.3", |
| 104 | + "style-loader": "1.3.0", |
| 105 | + "terser-webpack-plugin": "3.1.0", |
| 106 | + "typescript": "3.9.10", |
| 107 | + "webpack": "4.46.0", |
| 108 | + "webpack-cli": "4.9.1", |
| 109 | + "webpack-dev-server": "4.4.0" |
110 | 110 | } |
111 | 111 | } |
0 commit comments