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