Files
Archive/clash-nyanpasu/frontend/interface/package.json
T
2025-07-12 20:36:35 +02:00

28 lines
559 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.83.0",
"@tauri-apps/api": "2.5.0",
"ahooks": "3.9.0",
"dayjs": "1.11.13",
"lodash-es": "4.17.21",
"ofetch": "1.4.1",
"react": "19.1.0",
"swr": "2.3.4"
},
"devDependencies": {
"@types/lodash-es": "4.17.12",
"@types/react": "19.1.8"
}
}