-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.15 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
{
"name": "app",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@superfluid-finance/sdk-core": "^0.3.0",
"bignumber.js": "^9.0.2",
"ethers": "^5.5.4",
"graphql": "^16.3.0",
"next": "^12.1.0",
"nft.storage": "^6.0.0",
"react": "17.0.2",
"react-blockies": "^1.4.1",
"react-chip-input": "^1.1.0",
"react-dom": "17.0.2",
"react-pdf": "^5.7.1",
"web3modal": "^1.9.5"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.1",
"autoprefixer": "^10.4.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.5",
"tailwindcss": "^3.0.19"
}
}