Lines 171-211json
172 "peerDependencies": {
173 "@marsidev/react-turnstile": "^1.0.0",
174 "@sentry/react": "^8.0.0",
175 "@tanstack/react-query": "^5.0.0",
176 "@zxing/browser": "^0.1.5",
177 "@zxing/library": "^0.21.3",
179 "react-i18next": "^14.0.0"
182 "@tanstack/react-query": "^5.0.0",
183 "tailwind-variants": "^0.3.0"
186 "build": "npm run clean && tsc",
187 "dev": "tsc --watch",
188 "type-check": "tsc --noEmit",
189 "lint": "npm run type-check",
190 "test": "jest --config jest.config.cjs --passWithNoTests",
191 "postinstall": "node scripts/applyMonorepoPatches.mjs",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L191 192 "test:watch": "jest --config jest.config.cjs --watch",
193 "test:coverage": "jest --config jest.config.cjs --coverage",
194 "storybook": "storybook dev -p 6006",
195 "build-storybook": "storybook build",
196 "clean": "rimraf dist",
197 "publish:local": "npm run build && npm pack --pack-destination ../",
198 "prepublishOnly": "npm run build",
199 "preversion": "npm run test -- --passWithNoTests",
200 "postversion": "echo 'Version updated. Run git push && git push --tags manually if needed.'",
201 "audit:deps": "npm audit --audit-level=high",
202 "export:catalog": "npm run build && node scripts/exportAnalyticsCatalog.mjs"
208 "scripts/applyMonorepoPatches.mjs",