-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.24 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
{
"name": "better-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.9.1",
"@guildxyz/sdk": "^0.1.2",
"@headlessui/react": "^1.4.2",
"@rainbow-me/rainbowkit": "^0.4.3",
"@tailwindcss/forms": "^0.4.0",
"@uiw/react-md-editor": "3.6.0",
"axios": "^0.23.0",
"ethers": "^5.6.9",
"mongodb": "^4.1.3",
"near-api-js": "^0.43.1",
"next": "^12.0.1",
"next-remove-imports": "^1.0.6",
"octokit": "^1.7.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"react-markdown": "^7.1.1",
"react-moralis": "^1.4.0",
"react-query": "^3.28.0",
"remark-gfm": "^3.0.1",
"wagmi": "^0.5.11",
"web3uikit": "^1.0.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"@types/jest": "^27.0.2",
"@types/react": "17.0.27",
"autoprefixer": "^10.4.0",
"eslint": "8.0.0",
"eslint-config-next": "^12.0.1",
"jest": "^27.3.1",
"near-sdk-as": "^3.2.3",
"postcss": "^8.4.5",
"prettier": "^2.4.1",
"tailwindcss": "^3.0.7",
"ts-jest": "^27.0.7",
"typescript": "4.4.3"
}
}