Files
Archive/clash-nyanpasu/frontend/interface/package.json
T
2026-03-22 19:51:04 +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.94.5",
"@tauri-apps/api": "2.10.1",
"ahooks": "3.9.6",
"dayjs": "1.11.20",
"lodash-es": "4.17.23",
"ofetch": "1.5.1",
"react": "19.2.4",
"swr": "2.4.1"
},
"devDependencies": {
"@types/lodash-es": "4.17.12",
"@types/react": "19.2.14"
}
}