Files
Archive/clash-nyanpasu/frontend/interface/package.json
T
2026-02-07 19:47:43 +01:00

28 lines
561 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": {
"@tanstack/react-query": "5.90.20",
"@tauri-apps/api": "2.8.0",
"ahooks": "3.9.6",
"dayjs": "1.11.19",
"lodash-es": "4.17.23",
"ofetch": "1.5.1",
"react": "19.2.4",
"swr": "2.4.0"
},
"devDependencies": {
"@types/lodash-es": "4.17.12",
"@types/react": "19.2.13"
}
}