|
| 1 | +{ |
| 2 | + "name": "@pythnetwork/entropy-debugger", |
| 3 | + "version": "0.0.0", |
| 4 | + "private": true, |
| 5 | + "type": "module", |
| 6 | + "engines": { |
| 7 | + "node": "22" |
| 8 | + }, |
| 9 | + "scripts": { |
| 10 | + "build": "next build", |
| 11 | + "fix:format": "prettier --write .", |
| 12 | + "fix:lint": "eslint --fix .", |
| 13 | + "start:dev": "next dev --port 3005", |
| 14 | + "start:prod": "next start --port 3005", |
| 15 | + "test:format": "prettier --check .", |
| 16 | + "test:lint": "eslint .", |
| 17 | + "test:types": "tsc" |
| 18 | + }, |
| 19 | + "dependencies": { |
| 20 | + "@radix-ui/react-select": "^2.1.2", |
| 21 | + "@radix-ui/react-slot": "^1.1.0", |
| 22 | + "@radix-ui/react-switch": "^1.1.1", |
| 23 | + "class-variance-authority": "^0.7.1", |
| 24 | + "clsx": "catalog:", |
| 25 | + "highlight.js": "^11.10.0", |
| 26 | + "lucide-react": "^0.465.0", |
| 27 | + "next": "catalog:", |
| 28 | + "react": "catalog:", |
| 29 | + "react-dom": "catalog:", |
| 30 | + "tailwind-merge": "^2.5.5", |
| 31 | + "tailwindcss-animate": "^1.0.7", |
| 32 | + "viem": "^2.21.53", |
| 33 | + "zod": "catalog:" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "@cprussin/eslint-config": "catalog:", |
| 37 | + "@cprussin/jest-config": "catalog:", |
| 38 | + "@cprussin/prettier-config": "catalog:", |
| 39 | + "@cprussin/tsconfig": "catalog:", |
| 40 | + "@types/jest": "catalog:", |
| 41 | + "@types/node": "catalog:", |
| 42 | + "@types/react": "catalog:", |
| 43 | + "@types/react-dom": "catalog:", |
| 44 | + "eslint": "catalog:", |
| 45 | + "jest": "catalog:", |
| 46 | + "postcss": "catalog:", |
| 47 | + "prettier": "catalog:", |
| 48 | + "tailwindcss": "catalog:", |
| 49 | + "typescript": "catalog:", |
| 50 | + "vercel": "catalog:" |
| 51 | + } |
| 52 | +} |
0 commit comments