forked from axelarnetwork/axelar-docs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.43 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
{
"name": "axelar-docs",
"version": "1.0.0",
"description": "Resources & Documentation for Axelar Network",
"repository": {
"type": "git",
"url": "https://github.com/axelarnetwork/axelar-docs"
},
"main": "index.js",
"scripts": {
"dev": "next",
"debug": "NODE_OPTIONS='--inspect' next",
"start": "next start",
"build": "next build",
"update-docs": "zx ./scripts/update-cli-docs.mjs"
},
"author": "Axelar Network",
"license": "MIT",
"dependencies": {
"@headlessui/react": "^1.7.2",
"@material-tailwind/react": "^1.2.4",
"@reach/skip-nav": "^0.17.0",
"@redux-devtools/extension": "^3.2.3",
"@typeform/embed-react": "^1.21.0",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.1.7",
"next": "^12.3.1",
"next-secure-headers": "^2.2.0",
"nextra": "^2.2.19",
"nextra-theme-docs": "^2.2.19",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^7.8.2",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.4",
"react-syntax-highlighter": "^15.5.0",
"redux": "^4.2.0",
"web3": "^1.8.0"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"degit": "^2.8.4",
"postcss": "^8.4.16",
"prettier": "^2.8.4",
"replace-in-file": "^6.3.5",
"semver": "^7.3.8",
"tailwindcss": "^3.1.8",
"zx": "^7.1.1"
}
}