-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
32 lines (32 loc) · 920 Bytes
/
package.json
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
{
"name": "retrom",
"type": "module",
"devDependencies": {
"@bufbuild/buf": "^1.36.0",
"@eslint/js": "^9.9.0",
"@tanstack/eslint-plugin-query": "^5.43.1",
"@tauri-apps/cli": "2.0.0-rc.7",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.19.1"
},
"pnpm": {
"overrides": {
"typescript": "$typescript",
"eslint": "$eslint",
"@tauri-apps/cli": "$@tauri-apps/cli",
"@tauri-apps/api": "$@tauri-apps/api",
"@tauri-apps/plugin-fs": "$@tauri-apps/plugin-fs",
"@tauri-apps/plugin-upload": "$@tauri-apps/plugin-upload"
}
},
"dependencies": {
"@tauri-apps/api": "2.0.0-rc.4",
"@tauri-apps/plugin-fs": "^2.0.0-rc",
"@tauri-apps/plugin-upload": "^2.0.0-rc",
"eslint": "^9.9.0"
},
"packageManager": "[email protected]"
}