/
githubmirror
/
Front-End-Checklist
Обзор
Документация
Войти
/
githubmirror
/
Front-End-Checklist
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/data-layer/package.json
37 строк
1 KB
David Dias
chore: new v2 version
30 май 2026, 00:54
30 май 2026, 00:54
7c05904
Код
Авторство
О чём код?
{ "name": "@repo/data-layer", "version": "0.0.1", "private": true, "description": "Data access layer with TanStack Query for Front-End Checklist", "main": "./src/index.ts", "types": "./src/index.ts", "scripts": { "lint": "biome check .", "test": "jest --watchman=false --passWithNoTests", "test:ci": "jest --watchman=false --ci --passWithNoTests", "test:coverage": "jest --watchman=false --coverage --ci --passWithNoTests", "test:watch": "jest --watchman=false --watch", "typecheck": "tsc --noEmit" }, "dependencies": { "@repo/config": "workspace:*", "@repo/schemas": "workspace:*", "@repo/storage": "workspace:*", "@repo/types": "workspace:*", "@tanstack/react-query": "catalog:", "@tanstack/react-query-persist-client": "^5.100.14" }, "devDependencies": { "@repo/config-typescript": "workspace:^", "@testing-library/react": "catalog:", "@types/jest": "catalog:", "@types/node": "catalog:", "@types/react": "catalog:", "jest": "catalog:", "react": "catalog:", "typescript": "catalog:" }, "peerDependencies": { "react": "catalog:" } }