|
| 1 | +{ |
| 2 | + "name": "@pythnetwork/insights", |
| 3 | + "version": "0.0.0", |
| 4 | + "private": true, |
| 5 | + "type": "module", |
| 6 | + "engines": { |
| 7 | + "node": "22" |
| 8 | + }, |
| 9 | + "scripts": { |
| 10 | + "build:vercel": "next build", |
| 11 | + "fix:format": "prettier --write .", |
| 12 | + "fix:lint:eslint": "eslint --fix .", |
| 13 | + "fix:lint:stylelint": "stylelint --fix 'src/**/*.scss'", |
| 14 | + "pull:env": "[ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_TBkf9EyQjQF37gs4Vk0sQKJj97kE vercel env pull", |
| 15 | + "start:dev": "next dev --port 3003", |
| 16 | + "start:prod": "next start --port 3003", |
| 17 | + "test:format": "prettier --check .", |
| 18 | + "test:lint:eslint": "eslint . --max-warnings 0", |
| 19 | + "test:lint:stylelint": "stylelint 'src/**/*.scss' --max-warnings 0", |
| 20 | + "test:types": "tsc" |
| 21 | + }, |
| 22 | + "dependencies": { |
| 23 | + "@clickhouse/client": "catalog:", |
| 24 | + "@phosphor-icons/react": "catalog:", |
| 25 | + "@pythnetwork/client": "catalog:", |
| 26 | + "@pythnetwork/component-library": "workspace:*", |
| 27 | + "@pythnetwork/hermes-client": "workspace:*", |
| 28 | + "@pythnetwork/known-publishers": "workspace:*", |
| 29 | + "@react-hookz/web": "catalog:", |
| 30 | + "@solana/web3.js": "catalog:", |
| 31 | + "bs58": "catalog:", |
| 32 | + "clsx": "catalog:", |
| 33 | + "cryptocurrency-icons": "catalog:", |
| 34 | + "dnum": "catalog:", |
| 35 | + "lightweight-charts": "catalog:", |
| 36 | + "motion": "catalog:", |
| 37 | + "next": "catalog:", |
| 38 | + "next-themes": "catalog:", |
| 39 | + "nuqs": "catalog:", |
| 40 | + "react": "catalog:", |
| 41 | + "react-aria": "catalog:", |
| 42 | + "react-dom": "catalog:", |
| 43 | + "recharts": "catalog:", |
| 44 | + "superjson": "catalog:", |
| 45 | + "swr": "catalog:", |
| 46 | + "zod": "catalog:", |
| 47 | + "zod-validation-error": "catalog:" |
| 48 | + }, |
| 49 | + "devDependencies": { |
| 50 | + "@cprussin/eslint-config": "catalog:", |
| 51 | + "@cprussin/jest-config": "catalog:", |
| 52 | + "@cprussin/prettier-config": "catalog:", |
| 53 | + "@cprussin/tsconfig": "catalog:", |
| 54 | + "@pythnetwork/staking-sdk": "workspace:*", |
| 55 | + "@svgr/webpack": "catalog:", |
| 56 | + "@types/jest": "catalog:", |
| 57 | + "@types/node": "catalog:", |
| 58 | + "@types/react": "catalog:", |
| 59 | + "@types/react-dom": "catalog:", |
| 60 | + "autoprefixer": "catalog:", |
| 61 | + "eslint": "catalog:", |
| 62 | + "jest": "catalog:", |
| 63 | + "postcss": "catalog:", |
| 64 | + "prettier": "catalog:", |
| 65 | + "sass": "catalog:", |
| 66 | + "stylelint": "catalog:", |
| 67 | + "stylelint-config-standard-scss": "catalog:", |
| 68 | + "typescript": "catalog:", |
| 69 | + "vercel": "catalog:" |
| 70 | + } |
| 71 | +} |
0 commit comments