forked from axelarnetwork/axelar-docs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "axelar-docs",
"version": "1.0.0",
"description": "Resources & Documentation for Axelar Network",
"main": "index.js",
"scripts": {
"dev": "next",
"debug": "NODE_OPTIONS='--inspect' next",
"start": "next start",
"build": "next build"
},
"author": "Axelar Network",
"license": "MIT",
"dependencies": {
"@headlessui/react": "^1.5.0",
"@reach/skip-nav": "^0.16.0",
"focus-visible": "^5.1.0",
"intersection-observer": "^0.10.0",
"lodash": "^4.17.21",
"markdown-to-jsx": "^6.11.4",
"next": "^12.1.5",
"nextra": "2.0.0-alpha.48",
"nextra-theme-docs": "2.0.0-alpha.48",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^7.4.3",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-intersection-observer": "^8.26.2",
"react-redux": "^7.2.8",
"react-syntax-highlighter": "^15.5.0",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"web3": "^1.7.3"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.16"
}
}