|
21 | 21 | "@reduxjs/toolkit": "^1.9.5", |
22 | 22 | "@rocicorp/rails": "^0.8.0", |
23 | 23 | "@rocicorp/reflect": "^0.38.202311200859", |
24 | | - "@web3-onboard/core": "^2.21.0", |
25 | 24 | "@web3-onboard/metamask": "^2.0.1", |
26 | 25 | "@web3-onboard/react": "^2.8.11", |
27 | 26 | "@web3-onboard/taho": "^2.0.5", |
28 | 27 | "@web3-onboard/trezor": "^2.4.2", |
29 | 28 | "@web3-onboard/walletconnect": "^2.4.4", |
30 | | - "assert": "^2.0.0", |
31 | | - "buffer": "^6.0.3", |
32 | 29 | "classnames": "^2.3.2", |
33 | | - "crypto-browserify": "^3.12.0", |
34 | 30 | "emittery": "^1.0.1", |
35 | 31 | "ethers": "^5", |
36 | 32 | "gifler": "^0.1.0", |
37 | | - "https-browserify": "^1.0.0", |
38 | 33 | "konva": "^9.2.0", |
39 | | - "lodash": "4.17.21", |
40 | | - "os-browserify": "^0.3.0", |
41 | | - "patch-package": "^8.0.0", |
42 | | - "path-browserify": "^1.0.1", |
| 34 | + "lodash.debounce": "^4.0.8", |
43 | 35 | "posthog-js": "^1.88.2", |
44 | | - "process": "^0.11.10", |
45 | | - "raf-schd": "^4.0.3", |
46 | 36 | "react": "^18.2.0", |
47 | 37 | "react-dom": "^18.2.0", |
48 | 38 | "react-konva": "^18.2.10", |
49 | 39 | "react-markdown": "^9.0.0", |
50 | 40 | "react-redux": "^8.1.2", |
51 | 41 | "react-router-dom": "^5", |
52 | 42 | "rehype-external-links": "^3.0.0", |
53 | | - "stream": "^0.0.2", |
54 | | - "stream-browserify": "^3.0.0", |
55 | | - "stream-http": "^3.2.0", |
56 | | - "styled-jsx": "^5.1.2", |
57 | 43 | "use-image": "^1.1.1", |
58 | | - "util": "^0.12.5", |
59 | 44 | "zod": "^3.22.4" |
60 | 45 | }, |
61 | 46 | "devDependencies": { |
62 | 47 | "@babel/core": "^7.22.9", |
| 48 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
63 | 49 | "@babel/preset-env": "^7.23.3", |
64 | 50 | "@babel/preset-react": "^7.22.5", |
65 | 51 | "@babel/preset-typescript": "^7.22.5", |
66 | 52 | "@babel/register": "^7.22.15", |
67 | 53 | "@thesis-co/eslint-config": "^0.5.0", |
68 | 54 | "@thesis/prettier-config": "github:thesis/prettier-config", |
69 | 55 | "@types/dotenv-webpack": "^7.0.4", |
70 | | - "@types/raf-schd": "^4.0.1", |
71 | 56 | "@types/react": "^18.2.14", |
72 | 57 | "@types/react-dom": "^18.2.6", |
73 | 58 | "@types/react-router-dom": "^5", |
| 59 | + "assert": "^2.0.0", |
74 | 60 | "babel-loader": "^9.1.3", |
| 61 | + "babel-plugin-styled-components": "^2.1.4", |
| 62 | + "babel-plugin-transform-remove-console": "^6.9.4", |
| 63 | + "buffer": "^6.0.3", |
75 | 64 | "copy-webpack-plugin": "^11.0.0", |
| 65 | + "crypto-browserify": "^3.12.0", |
76 | 66 | "dotenv-defaults": "^5.0.2", |
77 | 67 | "dotenv-webpack": "^8.0.1", |
78 | 68 | "eslint": "^8.44.0", |
| 69 | + "eslint-plugin-unused-imports": "^3.0.0", |
79 | 70 | "fork-ts-checker-webpack-plugin": "^8.0.0", |
80 | 71 | "html-webpack-plugin": "^5.5.3", |
| 72 | + "https-browserify": "^1.0.0", |
| 73 | + "os-browserify": "^0.3.0", |
| 74 | + "patch-package": "^8.0.0", |
| 75 | + "path-browserify": "^1.0.1", |
81 | 76 | "prettier": "^2.8.1", |
| 77 | + "process": "^0.11.10", |
| 78 | + "stream-browserify": "^3.0.0", |
| 79 | + "stream-http": "^3.2.0", |
| 80 | + "styled-jsx": "^5.1.2", |
82 | 81 | "typescript": "^5.0.2", |
| 82 | + "util": "^0.12.5", |
83 | 83 | "webpack": "^5.88.1", |
| 84 | + "webpack-bundle-analyzer": "^4.10.1", |
84 | 85 | "webpack-cli": "^5.1.4", |
85 | 86 | "webpack-dev-server": "^4.15.1", |
86 | 87 | "webpack-merge": "^5.7.3" |
|
0 commit comments