-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.67 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
52
53
54
55
56
57
{
"name": "git-dao-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"update_artifacts": "rm -rf ./public/contracts/ && cp -r $HOME/code/git_dao/artifacts/contracts ./public/",
"update_spline": "rm -rf ./public/rocket.spline && cp ~/Downloads/rocket.spline ./public/",
"docs:dev": "cd ./docs && yarn docs:dev",
"vercel:deploy": "vercel",
"vercel:link": "vercel link"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.9",
"@chakra-ui/react": "^2.2.8",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@rainbow-me/rainbowkit": "^0.5.0",
"@splinetool/react-spline": "^2.2.2",
"@splinetool/runtime": "^0.9.105",
"axios": "^0.27.2",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"ethers": "^5.7.0",
"formik": "^2.2.9",
"framer-motion": "^6",
"moralis": "^2.2.0",
"next": "12.2.5",
"prettier": "^2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "^3.39.2",
"wagmi": "^0.6.4",
"zustand": "^4.1.1"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/node": "18.7.8",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"add": "^2.0.6",
"cookie": "^0.5.0",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"eslint-plugin-react": "^7.31.6",
"typescript": "4.7.4",
"yarn": "^1.22.19"
},
"main": "index.js",
"author": "vivekascoder <[email protected]>",
"license": "MIT"
}