mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
24 lines
433 B
JSON
24 lines
433 B
JSON
{
|
|
"name": "@nyanpasu/interface",
|
|
"version": "0.1.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": "1.6.0",
|
|
"ahooks": "3.8.1",
|
|
"ofetch": "1.3.4",
|
|
"react": "18.3.1",
|
|
"swr": "2.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "18.3.3"
|
|
}
|
|
}
|