generated from better-feedback/roadmap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.1 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
{
"name": "better-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@guildxyz/sdk": "^0.1.2",
"@headlessui/react": "^1.4.2",
"@rainbow-me/rainbowkit": "^0.3.4",
"@tailwindcss/forms": "^0.4.0",
"axios": "^0.23.0",
"daisyui": "^2.17.0",
"ethers": "^5.6.9",
"mongodb": "^4.1.3",
"near-api-js": "^0.43.1",
"next": "^12.0.1",
"octokit": "^1.7.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"react-markdown": "^7.1.1",
"react-query": "^3.28.0",
"remark-gfm": "^3.0.1",
"wagmi": "^0.4.12"
},
"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"
}
}