-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.73 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.73 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
{
"name": "se-2",
"version": "0.0.1",
"private": true,
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"account": "yarn workspace @se-2/hardhat account",
"chain": "yarn workspace @se-2/hardhat chain",
"compile": "yarn workspace @se-2/hardhat compile",
"deploy": "yarn workspace @se-2/hardhat deploy",
"fork": "yarn workspace @se-2/hardhat fork",
"generate": "yarn workspace @se-2/hardhat generate",
"hardhat:lint": "yarn workspace @se-2/hardhat lint",
"hardhat:lint-staged": "yarn workspace @se-2/hardhat lint-staged",
"hardhat:test": "yarn workspace @se-2/hardhat test",
"postinstall": "husky install",
"next:check-types": "yarn workspace @se-2/nextjs check-types",
"next:format": "yarn workspace @se-2/nextjs format",
"next:lint": "yarn workspace @se-2/nextjs lint",
"precommit": "lint-staged",
"prepare": "install-self-peers -- --ignore-scripts",
"start": "yarn workspace @se-2/nextjs dev",
"test": "yarn hardhat:test",
"vercel": "yarn workspace @se-2/nextjs vercel",
"vercel:yolo": "yarn workspace @se-2/nextjs vercel:yolo",
"verify": "yarn workspace @se-2/hardhat verify",
"build": "yarn workspace @se-2/nextjs build",
"dev": "yarn workspace @se-2/nextjs dev",
"serve": "yarn workspace @se-2/nextjs serve"
},
"resolutions": {
"usehooks-ts@^2.7.2": "patch:usehooks-ts@npm:^2.7.2#./.yarn/patches/usehooks-ts-npm-2.7.2-fceffe0e43.patch"
},
"packageManager": "yarn@3.2.3",
"dependencies": {
"@ethersproject/providers": "~5.7.2",
"@heroicons/react": "~2.0.11",
"@rainbow-me/rainbowkit": "1.1.2",
"@uniswap/sdk-core": "~4.0.1",
"@uniswap/v2-sdk": "~3.0.1",
"blo": "~1.0.1",
"chakra-ui": "^0.3.9",
"daisyui": "~3.5.1",
"husky": "^8.0.3",
"next": "~13.1.6",
"nextjs-progressbar": "~0.0.16",
"node-gyp": "^10.0.1",
"qrcode.react": "~3.1.0",
"react": "~18.2.0",
"react-copy-to-clipboard": "~5.1.0",
"react-dom": "~18.2.0",
"react-hot-toast": "~2.4.0",
"swiper": "^11.0.5",
"use-debounce": "~8.0.4",
"usehooks-ts": "~2.9.1",
"viem": "~1.16.6",
"wagmi": "1.4.4",
"zustand": "~4.1.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "~4.1.1",
"@types/node": "^17.0.45",
"@types/react": "^18.0.21",
"@types/react-copy-to-clipboard": "^5.0.4",
"@typescript-eslint/eslint-plugin": "~5.40.0",
"autoprefixer": "~10.4.12",
"eslint": "~8.24.0",
"eslint-config-next": "~13.1.6",
"eslint-config-prettier": "~8.5.0",
"eslint-plugin-prettier": "~4.2.1",
"postcss": "~8.4.16",
"prettier": "~2.8.4",
"tailwindcss": "~3.3.3",
"type-fest": "~4.6.0",
"typescript": "~5.1.6",
"vercel": "~28.15.1"
}
}