-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.38 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
51
{
"name": "daobox-starterkit",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "wagmi generate"
},
"dependencies": {
"@aragon/osx-ethers": "^1.2.1",
"@aragon/sdk-client": "^1.4.0",
"@daobox/use-aragon": "0.0.5-beta.4",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.17",
"@rainbow-me/rainbowkit": "~0.12.1",
"@tremor/react": "^2.1.0",
"ethers": "^5.7.0",
"flowbite": "^1.6.4",
"flowbite-react": "^0.4.3",
"framer-motion": "^10.10.0",
"next": "^13.0.0",
"outline": "link:@heroicons/react/24/outline",
"react": "^18.2.0",
"react-blockies": "^1.4.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"wagmi": "~0.12.10"
},
"devDependencies": {
"@iconify/react": "^4.1.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^17.0.31",
"@types/react": "^18.0.9",
"@types/react-blockies": "^1.4.1",
"@types/react-dom": "^18.0.3",
"@wagmi/cli": "^0.1.14",
"autoprefixer": "^10.4.14",
"clsx": "^1.2.1",
"encoding": "^0.1.13",
"eslint": "^8.15.0",
"eslint-config-next": "^12.1.6",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.4"
}
}