forked from superfluid-org/superfluid-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.81 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.81 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
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
{
"name": "@superfluid-finance/dashboard",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --port 3000",
"replayio": "replayio record http://localhost:3000",
"build": "next build",
"start": "pnpm dlx serve@latest out",
"lint": "next lint",
"coverage:build": "rm -rf tests/coverage tests/.nyc_output && INSTRUMENT_CODE=1 pnpm build && pnpm start",
"coverage:dev": "rm -rf tests/coverage tests/.nyc_output && INSTRUMENT_CODE=1 pnpm dev",
"coverage:test": "cd tests && pnpm cypress run --env network=opsepolia,dev=false,coverage=true",
"generate": "npm-run-all -s generate:*",
"generate:eth-sdk": "del-cli ./src/eth-sdk/client && del-cli ./src/eth-sdk/abis && eth-sdk -p ./src/eth-sdk",
"generate:vesting-graphql": "graphclient build --dir ./src/vesting-subgraph",
"generate:auto-wrap-graphql": "graphclient build --dir ./src/auto-wrap-subgraph",
"generate:scheduling-graphql": "graphclient build --dir ./src/scheduling-subgraph",
"generate:wagmi": "wagmi generate",
"depcheck": "pnpm dlx depcheck",
"tsc": "pnpm exec tsc --noEmit"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@ensdomains/ens-avatar": "^0.3.6",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "3.9.1",
"@lens-protocol/client": "^2.3.1",
"@lifi/sdk": "^3.4.1",
"@lifi/widget": "^3.12.1",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/system": "^5.16.7",
"@mui/utils": "^5.16.6",
"@mui/x-data-grid": "^5.17.26",
"@mui/x-date-pickers": "^5.0.20",
"@reduxjs/toolkit": "1.9.2",
"@segment/analytics-next": "^1.76.0",
"@sentry/browser": "^8.38.0",
"@sentry/nextjs": "^8.38.0",
"@sentry/react": "^8.38.0",
"@superfluid-finance/metadata": "^1.5.2",
"@superfluid-finance/sdk-core": "^0.9.0",
"@superfluid-finance/sdk-redux": "^0.6.1",
"@superfluid-finance/tokenlist": "^5.11.0",
"@tanstack/react-query": "^5.59.20",
"@vercel/functions": "^2.0.0",
"@web3modal/wagmi": "^5.1.11",
"await-timeout": "^1.1.1",
"axios": "^1.7.7",
"chart.js": "^4.4.6",
"clsx": "^2.1.1",
"date-fns": "^2.30.0",
"decimal.js": "^10.4.3",
"eol": "^0.10.0",
"ethers": "^5.7.2",
"fuse.js": "^7.0.0",
"graphql": "^16.9.0",
"graphql-request": "^6.1.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"nanoid": "^5.0.8",
"next": "^14.2.17",
"next-themes": "^0.3.0",
"papaparse": "^5.4.1",
"promise-retry": "^2.0.1",
"react": "^18.3.1",
"react-blockies": "^1.4.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-hotjar": "^6.3.1",
"react-redux": "^8.1.3",
"react-toastify": "^9.1.3",
"react-use": "^17.5.1",
"react-use-intercom": "^5.4.1",
"redux-persist": "^6.0.0",
"serialize-error": "^8.1.0",
"viem": "^2.21.45",
"wagmi": "^2.12.31",
"yup": "^1.4.0"
},
"devDependencies": {
"@dethcrypto/eth-sdk": "^0.3.4",
"@graphprotocol/client-cli": "^2.2.22",
"@rtk-query/codegen-openapi": "^1.2.0",
"@superfluid-finance/ethereum-contracts": "^1.11.1",
"@types/await-timeout": "^0.3.3",
"@types/lodash": "^4.17.13",
"@types/papaparse": "^5.3.15",
"@types/promise-retry": "^1.1.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@wagmi/cli": "^2.1.18",
"@welldone-software/why-did-you-render": "^8.0.3",
"babel-plugin-istanbul": "^6.1.1",
"del-cli": "^5.1.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.17",
"npm-run-all": "^4.1.5",
"replayio": "^1.5.2",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.6.0",
"engines": {
"node": ">=20",
"pnpm": ">=9"
}
}