mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
24 lines
433 B
JSON
24 lines
433 B
JSON
{
|
|
"name": "@nyanpasu/interface",
|
|
"version": "2.0.0",
|
|
"main": "dist/src/index.js",
|
|
"types": "dist/src/index.d.ts",
|
|
"require": {
|
|
".": "dist/src/index.js"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "2.2.0",
|
|
"ahooks": "3.8.4",
|
|
"ofetch": "1.4.1",
|
|
"react": "19.0.0",
|
|
"swr": "2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "19.0.2"
|
|
}
|
|
}
|