|
69 | 69 | "@babel/preset-env": "^7.19.0", |
70 | 70 | "@babel/preset-react": "^7.18.6", |
71 | 71 | "@babel/preset-typescript": "^7.18.6", |
| 72 | + "@changesets/cli": "^2.25.2", |
| 73 | + "@commitlint/cli": "^17.2.0", |
| 74 | + "@commitlint/config-conventional": "^17.2.0", |
| 75 | + "@preconstruct/cli": "^2.2.2", |
72 | 76 | "@react-three/fiber": "^8.0.27", |
73 | 77 | "@remix-run/dev": "patch:@remix-run/dev@npm:1.7.0#./.yarn/patches/@remix-run-dev-npm-1.7.0-fe40e11b54.patch", |
74 | 78 | "@remix-run/serve": "^1.7.0", |
|
81 | 85 | "@types/lodash.clamp": "^4.0.7", |
82 | 86 | "@types/lodash.shuffle": "^4.2.7", |
83 | 87 | "@types/mdx-js__react": "^1.5.5", |
| 88 | + "@types/react": "^18.0.25", |
| 89 | + "@types/react-dom": "^18.0.8", |
| 90 | + "@types/react-lazyload": "^3.2.0", |
84 | 91 | "@types/react-native": "^0.69.1", |
| 92 | + "@types/styled-components": "^5.1.26", |
85 | 93 | "@types/three": "^0.144.0", |
86 | 94 | "@vitejs/plugin-react-refresh": "^1.3.6", |
87 | 95 | "chokidar": "^3.5.3", |
|
90 | 98 | "cypress-image-snapshot": "^4.0.1", |
91 | 99 | "flush-microtasks": "^1.0.1", |
92 | 100 | "gray-matter": "^4.0.3", |
93 | | - "react": "^18.2.0", |
94 | | - "react-dom": "^18.2.0", |
95 | | - "react-native": "^0.69.1", |
96 | | - "react-zdog": "^1.0.11", |
97 | | - "spec.ts": "^1.1.3", |
98 | | - "start-server-and-test": "^1.14.0", |
99 | | - "ts-jest": "^27.1.5", |
100 | | - "ts-node": "^10.9.1", |
101 | | - "@changesets/cli": "^2.25.2", |
102 | | - "@commitlint/cli": "^17.2.0", |
103 | | - "@commitlint/config-conventional": "^17.2.0", |
104 | | - "@preconstruct/cli": "^2.2.2", |
105 | | - "@types/react": "^18.0.25", |
106 | | - "@types/react-dom": "^18.0.8", |
107 | | - "@types/react-lazyload": "^3.2.0", |
108 | | - "@types/styled-components": "^5.1.26", |
109 | 101 | "husky": "^8.0.2", |
110 | 102 | "jest": "^27.5.1", |
111 | 103 | "konva": "^8.3.14", |
|
114 | 106 | "postinstall-postinstall": "^2.1.0", |
115 | 107 | "prettier": "^2.7.1", |
116 | 108 | "pretty-quick": "^3.1.3", |
| 109 | + "react": "^18.2.0", |
| 110 | + "react-dom": "^18.2.0", |
117 | 111 | "react-konva": "^18.2.3", |
| 112 | + "react-native": "^0.69.1", |
| 113 | + "react-zdog": "^1.0.11", |
| 114 | + "spec.ts": "^1.1.3", |
| 115 | + "start-server-and-test": "^1.14.0", |
118 | 116 | "three": "^0.146.0", |
| 117 | + "ts-jest": "^27.1.5", |
| 118 | + "ts-node": "^10.9.1", |
119 | 119 | "typescript": "4.8.4", |
120 | 120 | "vite": "^3.2.3", |
121 | 121 | "zdog": "^1.1.3" |
|
0 commit comments