mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-22 16:07:49 +08:00
17 lines
306 B
JSON
17 lines
306 B
JSON
{
|
|
"name": "@nyanpasu/interface",
|
|
"version": "0.1.0",
|
|
"main": "index.ts",
|
|
"module": "index.ts",
|
|
"dependencies": {
|
|
"@tauri-apps/api": "1.5.6",
|
|
"ahooks": "3.8.0",
|
|
"ofetch": "1.3.4",
|
|
"react": "18.3.1",
|
|
"swr": "2.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "18.3.3"
|
|
}
|
|
}
|