-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 3.1 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 3.1 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
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "shad-soothe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "pnpm codegen && next build",
"only-build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"codegen": "graphql-codegen --config codegen.ts",
"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/poktscan-explorer --label org.opencontainers.image.created=$(date -u +%Y-%m-%dT%H:%M:%SZ) -t registry.infra.pocket.network/pnf/shannon-web:sha-$(git rev-parse --short HEAD) -t registry.infra.pocket.network/pnf/shannon-web:latest .",
"docker:push": "docker push registry.infra.pocket.network/pnf/shannon-web:sha-$(git rev-parse --short HEAD) && docker push registry.infra.pocket.network/pnf/shannon-web:latest"
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@apollo/experimental-nextjs-app-support": "^0.11.5",
"@cosmjs/amino": "^0.32.4",
"@cosmjs/crypto": "^0.32.4",
"@cosmjs/encoding": "^0.32.4",
"@date-fns/tz": "^1.2.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tooltip": "^1.1.3",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.66.9",
"axios": "^1.13.2",
"big.js": "^6.2.2",
"chart.js": "^4.4.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"csv-string": "^4.1.1",
"date-fns": "^4.1.0",
"graphql": "^16.9.0",
"graphql-cli": "^4.1.0",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"lucide-react": "^0.454.0",
"millify": "^6.1.0",
"next": "15.5.16",
"next-themes": "^0.4.6",
"papaparse": "^5.5.3",
"pg": "^8.16.3",
"pg-copy-streams": "^7.0.0",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.3.1",
"react-json-view": "^1.21.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/schema-ast": "^4.1.0",
"@types/big.js": "^6.2.2",
"@types/lodash": "^4.17.17",
"@types/node": "^20",
"@types/papaparse": "^5.3.16",
"@types/pg": "^8.15.5",
"@types/pg-copy-streams": "^1.2.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-next": "15.0.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}