|
1 | 1 | {
|
2 |
| - "name": "evm-diff", |
3 |
| - "version": "0.1.0", |
4 |
| - "private": true, |
5 |
| - "scripts": { |
6 |
| - "dev": "bun prepare-chain-data && NEXT_PUBLIC_BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD) next dev", |
7 |
| - "build": "NEXT_PUBLIC_BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD) next build", |
8 |
| - "start": "bun prepare-chain-data && NEXT_PUBLIC_BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD) next start", |
9 |
| - "lint": "next lint --fix && tsc --noEmit && bunx @biomejs/biome lint --apply .", |
10 |
| - "fmt": "bunx @biomejs/biome format --write .", |
11 |
| - "check": "bun prepare-chain-data && bun lint && bun fmt", |
12 |
| - "fetch-data": "bash script/main.sh", |
13 |
| - "prepare-chain-data": "bash script/prepare-chain-data.sh" |
14 |
| - }, |
15 |
| - "dependencies": { |
16 |
| - "@headlessui/react": "^1.7.16", |
17 |
| - "@heroicons/react": "^2.0.17", |
18 |
| - "@vercel/analytics": "^1.0.1", |
19 |
| - "@vercel/og": "^0.5.10", |
20 |
| - "@wagmi/chains": "^0.3.1", |
21 |
| - "next": "^13.4.12", |
22 |
| - "next-themes": "^0.2.1", |
23 |
| - "react": "18.2.0", |
24 |
| - "react-diff-viewer-continued": "^3.4.0", |
25 |
| - "react-dom": "18.2.0", |
26 |
| - "react-markdown": "^8.0.7", |
27 |
| - "sharp": "^0.33.4", |
28 |
| - "viem": "^1.5.0" |
29 |
| - }, |
30 |
| - "devDependencies": { |
31 |
| - "@biomejs/biome": "^1.7.2", |
32 |
| - "@tailwindcss/forms": "^0.5.3", |
33 |
| - "@types/bun": "^1.1.0", |
34 |
| - "@types/node": "18.16.3", |
35 |
| - "@types/react": "18.2.5", |
36 |
| - "@types/react-dom": "18.2.3", |
37 |
| - "@typescript-eslint/eslint-plugin": "^6.1.0", |
38 |
| - "@typescript-eslint/parser": "^6.1.0", |
39 |
| - "abitype": "^0.9.6", |
40 |
| - "autoprefixer": "10.4.14", |
41 |
| - "clipboardy": "^3.0.0", |
42 |
| - "eslint": "8.39.0", |
43 |
| - "eslint-config-next": "13.4.12", |
44 |
| - "eslint-plugin-react": "^7.32.2", |
45 |
| - "postcss": "8.4.31", |
46 |
| - "tailwindcss": "3.3.2", |
47 |
| - "typescript": "5.0.4" |
48 |
| - } |
| 2 | + "name": "evm-diff", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "bun prepare-chain-data && NEXT_PUBLIC_BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD) next dev", |
| 7 | + "build": "NEXT_PUBLIC_BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD) next build", |
| 8 | + "start": "bun prepare-chain-data && NEXT_PUBLIC_BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD) next start", |
| 9 | + "lint": "next lint --fix && tsc --noEmit && bunx @biomejs/biome lint --apply .", |
| 10 | + "fmt": "bunx @biomejs/biome format --write .", |
| 11 | + "check": "bun prepare-chain-data && bun lint && bun fmt", |
| 12 | + "fetch-data": "bash script/main.sh", |
| 13 | + "prepare-chain-data": "bash script/prepare-chain-data.sh" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "@headlessui/react": "^1.7.16", |
| 17 | + "@heroicons/react": "^2.0.17", |
| 18 | + "@vercel/analytics": "^1.0.1", |
| 19 | + "@vercel/og": "^0.5.10", |
| 20 | + "@wagmi/chains": "^0.3.1", |
| 21 | + "next": "^14.2.3", |
| 22 | + "next-themes": "^0.2.1", |
| 23 | + "react": "18.2.0", |
| 24 | + "react-diff-viewer-continued": "^3.4.0", |
| 25 | + "react-dom": "^18.3.1", |
| 26 | + "react-markdown": "^8.0.7", |
| 27 | + "sharp": "^0.33.4", |
| 28 | + "viem": "^1.5.0" |
| 29 | + }, |
| 30 | + "devDependencies": { |
| 31 | + "@biomejs/biome": "^1.7.2", |
| 32 | + "@tailwindcss/forms": "^0.5.3", |
| 33 | + "@types/bun": "^1.1.0", |
| 34 | + "@types/node": "18.16.3", |
| 35 | + "@types/react": "^18.3.2", |
| 36 | + "@types/react-dom": "^18.3.0", |
| 37 | + "@typescript-eslint/eslint-plugin": "^6.1.0", |
| 38 | + "@typescript-eslint/parser": "^6.1.0", |
| 39 | + "abitype": "^0.9.6", |
| 40 | + "autoprefixer": "10.4.14", |
| 41 | + "clipboardy": "^3.0.0", |
| 42 | + "eslint": "8.39.0", |
| 43 | + "eslint-config-next": "^14.2.3", |
| 44 | + "eslint-plugin-react": "^7.32.2", |
| 45 | + "postcss": "8.4.31", |
| 46 | + "tailwindcss": "3.3.2", |
| 47 | + "typescript": "5.0.4" |
| 48 | + } |
49 | 49 | }
|
0 commit comments