-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1001 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "root",
"private": true,
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@liqvid/keymap": "^1.2.2",
"@liqvid/playback": "^1.1.7",
"@liqvid/recording": "^0.2.3",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.7",
"@types/node": "^18.7.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"liqvid": "^2.1.17",
"nib": "^1.2.0",
"react": "^19",
"react-dom": "^18",
"stylus": "^0.59.0",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "^5.7"
},
"overrides": {
"@liqvid/keymap": "^1.2",
"@liqvid/recording": "^0.2.5",
"@liqvid/utils": "^1.10",
"@types/react": ">=18",
"liqvid": "^2.1.17",
"react": ">=18",
"react-dom": ">=18"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}