-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.82 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
58
59
60
61
62
63
64
65
66
67
68
{
"name": "web3logo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "npx prettier . --write",
"prepare": "husky install",
"commit": "git-cz",
"postbuild": "next-sitemap"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cz-commitlint": "^17.7.1",
"@commitlint/format": "^17.4.4",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@lxdao/img3": "^1.0.1",
"@lxdao/uploader3": "^1.5.2",
"@lxdao/uploader3-connector": "^1.1.2",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@rainbow-me/rainbowkit": "^1.1.2",
"@tanstack/react-query": "^5.0.5",
"@types/node": "20.7.0",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.7",
"axios": "^1.5.1",
"canvas": "^2.11.2",
"commitizen": "^4.3.0",
"css-init": "^1.2.14",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"inquirer": "9.2.11",
"next": " 13.5.3",
"next-sitemap": "^4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-infinite-scroll-component": "^6.1.0",
"react-toastify": "^9.1.3",
"styled-components": "^6.0.8",
"typescript": "5.2.2",
"viem": "^1.16.6",
"wagmi": "^1.4.4"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.0.5",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "3.0.3"
}
}