-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 1.98 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
{
"private": true,
"scripts": {
"dev": "next",
"types": "typechain --target ethers-v5 --out-dir types/contracts/ \"constants/abis/*.json\"",
"build": "next build",
"export": "next export",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@originprotocol/origin-storybook": "^0.27.22",
"@sentry/nextjs": "^7.91.0",
"axios": "^1.5.1",
"chart.js": "^4.2.1",
"chartjs-adapter-moment": "^1.0.1",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"dnum": "^2.10.0",
"dompurify": "^3.0.2",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"framer-motion": "^10.6.0",
"he": "^1.2.0",
"ioredis": "^5.3.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "latest",
"pullstate": "^1.25.0",
"qs": "^6.11.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.3",
"react-loader-spinner": "^5.3.4",
"react-minimal-pie-chart": "^8.4.0",
"react-moment": "^1.1.3",
"react-query": "^3.39.3",
"react-swipeable": "^7.0.0",
"react-tooltip": "^5.13.1",
"sanitize-html": "^2.10.0",
"sharp": "^0.32.6",
"tailwind-merge": "^1.12.0",
"tailwindcss": "^3.3.1",
"usehooks-ts": "^2.9.1",
"viem": "^1.10.12",
"wagmi": "^1.4.1"
},
"devDependencies": {
"@faker-js/faker": "^8.1.0",
"@storybook/react": "^7.4.5",
"@typechain/ethers-v5": "^10.2.0",
"@types/dompurify": "^3.0.1",
"@types/he": "^1.2.0",
"@types/lodash": "^4.14.194",
"@types/node": "^12.12.21",
"@types/qs": "^6.9.7",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/sanitize-html": "^2.9.0",
"postcss": "^8.4.30",
"postcss-preset-env": "^8.3.0",
"prettier": "^3.0.3",
"typechain": "^8.1.1",
"typechain-target-ethers-v5": "^5.0.1",
"typescript": "^5.1.3"
},
"prettier": {
"tabWidth": 2
}
}