forked from manolingam/poignard-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 831 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 831 Bytes
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
{
"name": "poignard-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.54.1",
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@walletconnect/web3-provider": "^1.7.1",
"axios": "^0.26.0",
"ethers": "^5.5.4",
"fake-tag": "^4.0.0",
"framer-motion": "^6.2.8",
"ipfs-http-client": "^56.0.1",
"jsonwebtoken": "^8.5.1",
"next": "12.1.0",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"urql": "^2.2.0",
"web3": "^1.7.0",
"web3modal": "^1.9.5"
},
"devDependencies": {
"eslint": "8.10.0",
"eslint-config-next": "12.1.0"
}
}