|
| 1 | +{ |
| 2 | + "name": "@pythnetwork/staking", |
| 3 | + "version": "0.0.0", |
| 4 | + "private": true, |
| 5 | + "type": "module", |
| 6 | + "engines": { |
| 7 | + "node": "18" |
| 8 | + }, |
| 9 | + "scripts": { |
| 10 | + "build": "next build", |
| 11 | + "fix": "pnpm fix:lint && pnpm fix:format", |
| 12 | + "fix:format": "prettier --write .", |
| 13 | + "fix:lint": "eslint --fix .", |
| 14 | + "pull:env": "VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID= vercel env pull", |
| 15 | + "start:dev": "next dev", |
| 16 | + "start:prod": "next start", |
| 17 | + "test": "tsc && jest", |
| 18 | + "test:format": "jest --selectProjects format", |
| 19 | + "test:lint": "jest --selectProjects lint", |
| 20 | + "test:types": "tsc", |
| 21 | + "test:unit": "jest --selectProjects unit" |
| 22 | + }, |
| 23 | + "dependencies": { |
| 24 | + "@amplitude/analytics-browser": "^2.9.3", |
| 25 | + "@amplitude/plugin-autocapture-browser": "^0.9.0", |
| 26 | + "@bonfida/spl-name-service": "^3.0.0", |
| 27 | + "@headlessui/react": "^2.1.2", |
| 28 | + "@heroicons/react": "^2.1.4", |
| 29 | + "@next/third-parties": "^14.2.5", |
| 30 | + "@solana/wallet-adapter-base": "^0.9.20", |
| 31 | + "@solana/wallet-adapter-react": "^0.15.28", |
| 32 | + "@solana/wallet-adapter-react-ui": "^0.9.27", |
| 33 | + "@solana/wallet-adapter-wallets": "0.19.10", |
| 34 | + "@solana/web3.js": "^1.95.2", |
| 35 | + "clsx": "^2.1.1", |
| 36 | + "next": "^14.2.5", |
| 37 | + "pino": "^9.3.2", |
| 38 | + "react": "^18.3.1", |
| 39 | + "react-dom": "^18.3.1", |
| 40 | + "zod": "^3.23.8" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "@axe-core/react": "^4.9.1", |
| 44 | + "@cprussin/eslint-config": "^3.0.0", |
| 45 | + "@cprussin/jest-config": "^1.4.1", |
| 46 | + "@cprussin/prettier-config": "^2.1.1", |
| 47 | + "@cprussin/tsconfig": "^3.0.1", |
| 48 | + "@svgr/webpack": "^8.1.0", |
| 49 | + "@tailwindcss/forms": "^0.5.7", |
| 50 | + "@types/jest": "^29.5.12", |
| 51 | + "@types/node": "^22.0.0", |
| 52 | + "@types/react": "^18.3.3", |
| 53 | + "@types/react-dom": "^18.3.0", |
| 54 | + "autoprefixer": "^10.4.19", |
| 55 | + "eslint": "^9.8.0", |
| 56 | + "jest": "^29.7.0", |
| 57 | + "postcss": "^8.4.40", |
| 58 | + "prettier": "^3.3.2", |
| 59 | + "tailwindcss": "^3.4.7", |
| 60 | + "typescript": "^5.5.4", |
| 61 | + "vercel": "^35.2.2" |
| 62 | + } |
| 63 | +} |
0 commit comments