-
Notifications
You must be signed in to change notification settings - Fork 330
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.08 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@pythnetwork/api-reference",
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": ">=22.14.0"
},
"scripts": {
"build:vercel": "next build",
"fix:format": "prettier --write .",
"fix:lint": "eslint --fix . --max-warnings 0",
"pull:env": "[ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_gbljYVzp0m5EpCuOF6nZpM4WMFM6 vercel env pull",
"start:dev": "next dev --port 3002",
"start:prod": "next start --port 3002",
"test:format": "prettier --check .",
"test:lint": "eslint . --max-warnings 0",
"test:types": "tsc"
},
"dependencies": {
"@amplitude/analytics-browser": "catalog:",
"@amplitude/plugin-autocapture-browser": "catalog:",
"@floating-ui/react": "catalog:",
"@headlessui/react": "catalog:",
"@heroicons/react": "catalog:",
"@next/third-parties": "catalog:",
"@pythnetwork/client": "catalog:",
"@pythnetwork/contract-manager": "workspace:*",
"@pythnetwork/pyth-sdk-solidity": "workspace:*",
"@solana/web3.js": "catalog:",
"@tanstack/react-query": "catalog:",
"bs58": "catalog:",
"clsx": "catalog:",
"connectkit": "catalog:",
"framer-motion": "catalog:",
"next": "catalog:",
"next-themes": "catalog:",
"pino": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"react-markdown": "catalog:",
"shiki": "catalog:",
"viem": "catalog:",
"wagmi": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@axe-core/react": "catalog:",
"@cprussin/eslint-config": "catalog:",
"@pythnetwork/jest-config": "workspace:",
"@cprussin/prettier-config": "catalog:",
"@cprussin/tsconfig": "catalog:",
"@svgr/webpack": "catalog:",
"@tailwindcss/forms": "catalog:",
"@types/jest": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"autoprefixer": "catalog:",
"eslint": "catalog:",
"jest": "catalog:",
"postcss": "catalog:",
"prettier": "catalog:",
"tailwindcss": "catalog:",
"vercel": "catalog:"
}
}