Files
spacedrive/packages/client/package.json
2023-01-22 16:01:15 +08:00

33 lines
650 B
JSON

{
"name": "@sd/client",
"version": "0.0.0",
"private": true,
"main": "./src/index.ts",
"files": [
"dist/**"
],
"scripts": {
"test": "jest",
"lint": "eslint src",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"typecheck": "tsc -b",
"build": "tsc"
},
"dependencies": {
"@rspc/client": "^0.0.0-main-7c0a67c1",
"@rspc/react": "^0.0.0-main-7c0a67c1",
"@sd/config": "workspace:*",
"@tanstack/react-query": "^4.12.0",
"valtio": "^1.7.4"
},
"devDependencies": {
"@types/react": "^18.0.21",
"scripts": "*",
"tsconfig": "*",
"typescript": "^4.8.4"
},
"peerDependencies": {
"react": "^18.2.0"
}
}