| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "dev-tools",
- "version": "0.0.0",
- "private": true,
- "sideEffects": false,
- "type": "module",
- "main": "./index.ts",
- "types": "./index.ts",
- "exports": {
- ".": "./index.ts"
- },
- "scripts": {
- "preinstall": "npx only-allow pnpm",
- "clean": "rimraf node_modules .turbo tsconfig.tsbuildinfo dist",
- "test": "vitest run",
- "test:watch": "vitest",
- "typecheck": "tsc --noEmit"
- },
- "dependencies": {
- "common": "workspace:*",
- "lucide-react": "*",
- "ui": "workspace:*"
- },
- "devDependencies": {
- "@testing-library/jest-dom": "^6.6.0",
- "@testing-library/react": "^16.0.0",
- "@testing-library/user-event": "^14.0.0",
- "@types/react": "catalog:",
- "@types/react-dom": "catalog:",
- "config": "workspace:*",
- "jsdom": "^26.1.0",
- "next-router-mock": "^0.9.13",
- "tailwindcss": "catalog:",
- "tsconfig": "workspace:*",
- "typescript": "catalog:",
- "vitest": "catalog:"
- },
- "peerDependencies": {
- "next": "catalog:",
- "react": "catalog:",
- "react-dom": "catalog:"
- }
- }
|