|
| 1 | +{ |
| 2 | + "name": "@pythnetwork/entropy-explorer", |
| 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 3006", |
| 16 | + "start:prod": "next start --port 3006", |
| 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 | + "@phosphor-icons/react": "catalog:", |
| 24 | + "@pythnetwork/component-library": "workspace:*", |
| 25 | + "clsx": "catalog:", |
| 26 | + "connectkit": "catalog:", |
| 27 | + "next": "catalog:", |
| 28 | + "nuqs": "catalog:", |
| 29 | + "react": "catalog:", |
| 30 | + "react-aria": "catalog:", |
| 31 | + "react-dom": "catalog:", |
| 32 | + "viem": "catalog:", |
| 33 | + "wagmi": "catalog:", |
| 34 | + "zod": "catalog:" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "@cprussin/eslint-config": "catalog:", |
| 38 | + "@cprussin/jest-config": "catalog:", |
| 39 | + "@cprussin/prettier-config": "catalog:", |
| 40 | + "@cprussin/tsconfig": "catalog:", |
| 41 | + "@svgr/webpack": "catalog:", |
| 42 | + "@types/jest": "catalog:", |
| 43 | + "@types/node": "catalog:", |
| 44 | + "@types/react": "catalog:", |
| 45 | + "@types/react-dom": "catalog:", |
| 46 | + "autoprefixer": "catalog:", |
| 47 | + "eslint": "catalog:", |
| 48 | + "jest": "catalog:", |
| 49 | + "postcss": "catalog:", |
| 50 | + "prettier": "catalog:", |
| 51 | + "sass": "catalog:", |
| 52 | + "stylelint": "catalog:", |
| 53 | + "stylelint-config-standard-scss": "catalog:", |
| 54 | + "typescript": "catalog:", |
| 55 | + "vercel": "catalog:" |
| 56 | + } |
| 57 | +} |
0 commit comments