|
10 | 10 | "build": "next build",
|
11 | 11 | "fix:format": "prettier --write .",
|
12 | 12 | "fix:lint": "eslint --fix .",
|
| 13 | + "pull:env": "[ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_TBkf9EyQjQF37gs4Vk0sQKJj97kE vercel env pull", |
13 | 14 | "start:dev": "next dev --port 3003",
|
14 | 15 | "start:prod": "next start --port 3003",
|
15 | 16 | "test:format": "prettier --check .",
|
16 | 17 | "test:lint": "jest --selectProjects lint",
|
17 | 18 | "test:types": "tsc"
|
18 | 19 | },
|
19 | 20 | "dependencies": {
|
| 21 | + "@clickhouse/client": "catalog:", |
| 22 | + "@phosphor-icons/react": "catalog:", |
20 | 23 | "@pythnetwork/app-logger": "workspace:*",
|
| 24 | + "@pythnetwork/client": "catalog:", |
21 | 25 | "@pythnetwork/component-library": "workspace:*",
|
22 | 26 | "@pythnetwork/fonts": "workspace:*",
|
| 27 | + "@pythnetwork/known-publishers": "workspace:*", |
23 | 28 | "@pythnetwork/next-root": "workspace:*",
|
| 29 | + "@react-hookz/web": "catalog:", |
| 30 | + "@solana/web3.js": "catalog:", |
24 | 31 | "clsx": "catalog:",
|
| 32 | + "cryptocurrency-icons": "catalog:", |
| 33 | + "framer-motion": "catalog:", |
25 | 34 | "next": "catalog:",
|
| 35 | + "next-themes": "catalog:", |
| 36 | + "nuqs": "catalog:", |
26 | 37 | "react": "catalog:",
|
27 |
| - "react-dom": "catalog:" |
| 38 | + "react-aria": "catalog:", |
| 39 | + "react-aria-components": "catalog:", |
| 40 | + "react-dom": "catalog:", |
| 41 | + "zod": "catalog:" |
28 | 42 | },
|
29 | 43 | "devDependencies": {
|
30 | 44 | "@cprussin/eslint-config": "catalog:",
|
|
0 commit comments