-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 836 Bytes
/
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
{
"name": "polygroww",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@openzeppelin/contracts": "^4.5.0",
"@truffle/hdwallet-provider": "^2.0.3",
"@types/plotly.js-dist-min": "^2.3.0",
"dotenv": "^16.0.0",
"ipfs-http-client": "^56.0.1",
"moment": "^2.29.1",
"next": "12.0.10",
"plotly.js": "^2.9.0",
"plotly.js-dist-min": "^2.9.0",
"react": "^17.0.2",
"react-dom": "17.0.2",
"tailwindcss": "^3.0.22",
"web3": "^1.7.0"
},
"devDependencies": {
"@types/node": "17.0.17",
"@types/react": "17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"typescript": "4.5.5"
}
}