-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
54 lines (54 loc) · 1.34 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
{
"name": "myfirstlayer2-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx prettier --write ."
},
"dependencies": {
"@antv/g6": "3.4.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@lxdao/lxdao-ui": "^0.1.23",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.10",
"@mui/styles": "^5.11.11",
"@next/mdx": "^13.2.1",
"@rainbow-me/rainbowkit": "^0.8.0",
"@react-spring/web": "^9.7.1",
"antd": "^5.4.6",
"eslint": "8.34.0",
"eslint-config-next": "13.2.1",
"ethers": "5.7.2",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"next": "13.2.1",
"next-intl": "^2.10.4",
"next-mdx-remote": "^4.4.1",
"nft.storage": "^7.0.3",
"notistack": "^3.0.1",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.4.3",
"react-mailchimp-form": "^1.0.2",
"remark-gfm": "^3.0.1",
"styled-components": "^5.3.8",
"swiper": "^9.2.4",
"viem": "^1.18.9",
"wagmi": "0.8.7"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"prettier": "^2.8.4"
}
}