-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 2.22 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 2.22 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
{
"name": "pokt-money",
"version": "0.1.0",
"private": true,
"scripts": {
"codegen": "graphql-codegen --config codegen.ts",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"docker:build": "pnpm codegen && docker build --label org.opencontainers.image.revision=$(git rev-parse HEAD) --label org.opencontainers.image.ref.name=$(git rev-parse --abbrev-ref HEAD) --label org.opencontainers.image.source=https://github.com/pokt-network/pokt-money --label org.opencontainers.image.created=$(date -u +%Y-%m-%dT%H:%M:%SZ) -t registry.infra.pocket.network/pnf/pokt-money:sha-$(git rev-parse --short HEAD) -t registry.infra.pocket.network/pnf/pokt-money:latest .",
"docker:push": "docker push registry.infra.pocket.network/pnf/pokt-money:sha-$(git rev-parse --short HEAD) && docker push registry.infra.pocket.network/pnf/pokt-money:latest"
},
"dependencies": {
"@apollo/client": "^3.13.8",
"@apollo/client-integration-nextjs": "^0.12.2",
"@radix-ui/react-slot": "^1.2.3",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.83.0",
"big.js": "^7.0.1",
"chart.js": "^4.4.6",
"chartjs-plugin-annotation": "^3.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"graphql": "^16.11.0",
"lodash": "^4.17.21",
"lucide-react": "^0.525.0",
"millify": "^6.1.0",
"next": "15.5.16",
"react": "19.1.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "19.1.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@graphql-codegen/cli": "^5.0.7",
"@graphql-codegen/schema-ast": "~4.1.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@tailwindcss/postcss": "^4",
"@types/big.js": "^6.2.2",
"@types/lodash": "^4.17.20",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv": "~17.2.1",
"eslint": "^9",
"eslint-config-next": "15.4.4",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.6",
"typescript": "^5"
},
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}