forked from neeedle-org/neeedle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.54 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
{
"name": "needle",
"version": "0.0.1",
"scripts": {
"dev": "next dev -p 3010",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:once": "jest",
"analyze:bundle": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@types/merge-deep": "^3.0.0",
"@walletconnect/web3-provider": "^1.4.1",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.4",
"async-retry": "^1.3.3",
"cross-env": "^7.0.3",
"dayjs": "^1.10.6",
"ethers": "^5.4.1",
"merge-deep": "^3.0.3",
"next": "^13.5.4",
"react": "^18.2.0",
"react-device-detect": "^1.17.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.13.0",
"recoil": "^0.7.7",
"styled-components": "^6.1.0",
"web3": "^1.4.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^11.0.1",
"@svgr/webpack": "^5.5.0",
"@types/async-retry": "^1.4.3",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.1",
"@types/react": "^18.2.28",
"@types/styled-components": "^5.1.28",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.13.2",
"dotenv": "^10.0.0",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.5",
"jest": "^27.0.6",
"next-compose-plugins": "^2.2.1",
"prettier": "^2.3.2",
"ts-jest": "^27.0.3",
"ts-node": "^10.2.0",
"typescript": "^5.2.2",
"utility-types": "^3.10.0"
},
"resolutions": {
"clone-deep": "^4.0.1"
}
}