-
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) · 916 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 916 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": "nextjs-fleek",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@ramp-network/ramp-instant-sdk": "^2.1.1",
"@walletconnect/web3-provider": "^1.2.2",
"@web3-react/core": "^6.1.1",
"@zeit/next-css": "^1.0.1",
"isomorphic-unfetch": "^3.0.0",
"mdbreact": "./mdbreact-4.27.0.tgz",
"next": "^9.5.2",
"next-compose-plugins": "^2.2.0",
"next-fonts": "^1.4.0",
"next-images": "^1.4.1",
"next-session": "^3.2.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"web3": "^1.2.11",
"web3-react": "^5.0.5",
"web3modal": "^1.9.0"
}
}