/
githubmirror
/
Front-End-Checklist
Обзор
Документация
Войти
/
githubmirror
/
Front-End-Checklist
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/state/package.json
36 строк
956 B
David Dias
chore: new v2 version
30 май 2026, 00:54
30 май 2026, 00:54
7c05904
Код
Авторство
О чём код?
{ "name": "@repo/state", "version": "0.0.1", "private": true, "description": "State management with TanStack Store for Front-End Checklist", "main": "./src/index.ts", "types": "./src/index.ts", "scripts": { "lint": "biome check .", "test": "jest --passWithNoTests", "test:watch": "jest --watch", "typecheck": "tsc --noEmit" }, "dependencies": { "@repo/config": "workspace:*", "@repo/schemas": "workspace:*", "@repo/storage": "workspace:*", "@repo/types": "workspace:*", "@tanstack/react-store": "^0.11.0", "immer": "^11.1.8", "zustand": "^5.0.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:" } }