-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
123 lines (123 loc) · 3.83 KB
/
package.json
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "neokingdomdao-dapp",
"private": true,
"version": "0.3.1",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest --ci",
"featureflags:generate": "npx hypertune",
"e2e:init": "playwright install chromium & synpress ./e2e/wallet-setup --force",
"e2e": "playwright test --project=chromium",
"e2e:ui": "playwright test --ui",
"postinstall": "husky install",
"codegen:subgraph": "graphql-codegen --config codegen-subgraph.ts --require dotenv/config"
},
"homepage": "https://github.com/NeokingdomDAO/dapp",
"dependencies": {
"@cosmology-ui/react": "1.1.0-beta.10",
"@cosmos-kit/keplr": "^2.0.3",
"@cosmos-kit/leap": "^2.0.3",
"@cosmos-kit/react": "^2.0.3",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@evmos/address-converter": "^0.1.9",
"@evmos/proto": "^0.2.1",
"@evmos/provider": "^0.3.1",
"@evmos/transactions": "^0.3.2",
"@hapi/boom": "^10.0.1",
"@keplr-wallet/types": "^0.11.63",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "5.0.0-alpha.119",
"@mui/material": "^5.11.11",
"@mui/x-date-pickers": "^6.0.0",
"@next/env": "^14.2.3",
"@react-pdf/renderer": "^3.1.9",
"@sentry/nextjs": "^8",
"@synthetixio/synpress": "4.0.0-alpha.3",
"@tanstack/react-query": "5.x",
"@types/lodash.kebabcase": "^4.1.7",
"@types/lodash.throttle": "^4.1.7",
"@vercel/flags": "^2.2.1",
"@vercel/postgres": "^0.8.0",
"@vercel/toolbar": "^0.1.11",
"@web3modal/wagmi": "^4.0.5",
"chain-registry": "^1.18.0",
"cosmjs-types": "^0.8.0",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"dotenv": "^16.4.4",
"drizzle-orm": "^0.31.1",
"easymde": "^2.18.0",
"ethers": "^5.7.2",
"export-to-csv": "^1.2.3",
"graphql": "^16.6.0",
"graphql-request": "^5.2.0",
"hypertune": "^1.12.0",
"immer": "^9.0.19",
"iron-session": "^6.3.1",
"jose": "^4.13.1",
"json-stringify-deterministic": "^1.0.12",
"lodash.kebabcase": "^4.1.1",
"lodash.throttle": "^4.1.1",
"next": "latest",
"next-pwa": "^5.6.0",
"node-cache": "^5.1.2",
"node-html-parser": "^6.1.12",
"notistack": "^3.0.1",
"postgres": "^3.4.4",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.5",
"react-pdf-html": "^1.1.18",
"react-resizable-panels": "^0.0.53",
"react-swipeable-views": "^0.14.0",
"recharts": "^2.7.2",
"secretjs": "^1.9.1",
"sharp": "^0.31.3",
"showdown": "^2.1.0",
"swr": "^2.0.4",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"viem": "^2.7.9",
"wagmi": "^2.5.7",
"zod": "^3.22.4",
"zustand": "^4.3.5"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.3.3",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.2",
"@graphql-codegen/introspection": "4.0.2",
"@graphql-typed-document-node/core": "^3.2.0",
"@playwright/test": "^1.41.2",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/jest": "^29.5.4",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"@types/react-swipeable-views": "^0.13.1",
"@types/showdown": "^2.0.0",
"@types/uuid": "^9.0.1",
"drizzle-kit": "^0.22.4",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "^8.6.0",
"husky": "^8.0.3",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"lint-staged": "^13.1.2",
"node-mocks-http": "^1.13.0",
"prettier": "^2.8.4",
"typescript": "5.3.3"
}
}