-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.61 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
{
"name": "next-rg-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.6.9",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fontsource/open-sans": "^4.5.1",
"@fontsource/texturina": "^4.5.0",
"@gnosis.pm/safe-apps-web3modal": "^2.0.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"chakra-ui-markdown-renderer": "^3.0.1",
"ethers": "^5.4.7",
"framer-motion": "^4.1.17",
"fs": "0.0.1-security",
"graphql": "^15.6.1",
"graphql-tag": "^2.12.5",
"gray-matter": "^4.0.3",
"next": "11.1.2",
"path": "^0.12.7",
"promise": "^8.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^7.0.1",
"rehype-raw": "^6.1.0",
"rehype-react": "^7.0.3",
"remark-gfm": "^2.0.0",
"remark-html": "^15.0.0",
"remark-images": "^3.0.0",
"remark-rehype": "^10.0.0",
"sass": "^1.42.1",
"swr": "^1.0.1",
"unified": "^10.1.0",
"web3": "^1.6.0",
"web3modal": "^1.9.4"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"eslint": "7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "11.1.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-standard": "^4.0.1",
"webpack": "^5.53.0"
}
}