|
14 | 14 | "dependencies": { |
15 | 15 | "@bugsnag/js": "^7.1.0", |
16 | 16 | "@bugsnag/plugin-react": "^7.16.2", |
| 17 | + "@docsearch/css": "^3.9.0", |
17 | 18 | "@docsearch/react": "3", |
| 19 | + "@reach/router": "^1.3.4", |
18 | 20 | "classnames": "^2.2.6", |
19 | | - "core-js": "^2.6.5", |
20 | | - "eslint-config-react-app": "7.0.1", |
21 | 21 | "gatsby": "5.14.0", |
22 | 22 | "gatsby-plugin-env-variables": "^2.3.0", |
23 | 23 | "gatsby-plugin-google-analytics": "^5.14.0", |
|
31 | 31 | "json2yaml": "^1.1.0", |
32 | 32 | "lodash": "^4.17.19", |
33 | 33 | "monaco-editor": "^0.52.0", |
34 | | - "monaco-editor-webpack-plugin": "^7.1.0", |
35 | | - "nanoid": "^3.3.8", |
36 | 34 | "playwright": "^1.49.0", |
37 | 35 | "prop-types": "^15.7.2", |
38 | 36 | "query-string": "^9.2.0", |
|
41 | 39 | "react-github-button": "^0.1.11", |
42 | 40 | "react-helmet": "^5.2.1", |
43 | 41 | "react-modal": "^3.11.2", |
44 | | - "react-monaco-editor": "^0.56.2", |
45 | | - "react-router-dom": "^7.5.2", |
46 | | - "react-select": "^3.0.5", |
| 42 | + "react-select": "^3.2.0", |
47 | 43 | "react-tooltip": "^3.11.1", |
48 | 44 | "semver": "^7.5.2" |
49 | 45 | }, |
|
53 | 49 | "@babel/plugin-proposal-decorators": "^7.6.0", |
54 | 50 | "@babel/plugin-proposal-object-rest-spread": "^7.6.2", |
55 | 51 | "@babel/plugin-proposal-private-methods": "^7.18.6", |
56 | | - "@babel/plugin-proposal-private-property-in-object": "^7.21.0", |
57 | 52 | "@babel/plugin-transform-runtime": "^7.6.2", |
58 | | - "babel-jest": "^29.1.0", |
59 | | - "babel-loader": "8.4.1", |
| 53 | + "autoprefixer": "^10.4.21", |
60 | 54 | "babel-preset-gatsby": "^3.14.0", |
61 | 55 | "chai": "^4.3.6", |
62 | | - "copy-webpack-plugin": "6.4.1", |
63 | | - "css-hot-loader": "^1.4.4", |
64 | | - "css-loader": "^3.2.0", |
65 | | - "file-loader": "^4.2.0", |
| 56 | + "dotenv": "^17.2.1", |
66 | 57 | "gatsby-cli": "5.14.0", |
67 | | - "html-webpack-plugin": "4.5.2", |
68 | | - "html-webpack-template": "^6.2.0", |
69 | 58 | "identity-obj-proxy": "^3.0.0", |
70 | 59 | "jest": "^29.7.0", |
71 | | - "mocha": "^11.5.0", |
72 | | - "postcss-loader": "^3.0.0", |
73 | | - "prettier": "^1.18.2", |
74 | | - "react-test-renderer": "^19.0.0", |
75 | | - "resolve-url-loader": "4.0.0", |
76 | | - "sass": "^1.49.9", |
77 | | - "sass-loader": "^11.1.1", |
78 | | - "style-loader": "^1.0.0", |
79 | | - "webpack": "5.98.0", |
80 | | - "webpack-dev-server": "^5.2.1" |
| 60 | + "sass": "^1.49.9" |
81 | 61 | }, |
82 | 62 | "resolutions": { |
83 | 63 | "mkdirp": "^0.5.6", |
|
0 commit comments