mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
24 lines
430 B
JSON
24 lines
430 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.0.2",
|
|
"ahooks": "3.8.1",
|
|
"ofetch": "1.4.1",
|
|
"react": "rc",
|
|
"swr": "2.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "18.3.11"
|
|
}
|
|
}
|