forked from axelarnetwork/axelar-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.54 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
{
"name": "axelar-docs",
"license": "MIT",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=18.14.1"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"generate-search-index": "node ./generate-search-index.js"
},
"dependencies": {
"@astrojs/markdown-remark": "^3.2.0",
"@astrojs/mdx": "^1.1.0",
"@astrojs/react": "^3.0.2",
"@astrojs/sitemap": "^3.0.0",
"@headlessui/react": "^1.7.2",
"@redux-devtools/extension": "^3.2.3",
"@typeform/embed-react": "^1.21.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"algoliasearch": "^4.20.0",
"astro": "^3.1.4",
"crypto": "^1.0.1",
"gray-matter": "^4.0.3",
"instantsearch.js": "^4.56.9",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.1.7",
"next": "^13.5.6",
"next-secure-headers": "^2.2.0",
"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.10.1",
"react-redux": "^8.1.1",
"react-syntax-highlighter": "^15.5.0",
"redux": "^4.2.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark": "^14.0.3",
"remark-toc": "^8.0.1",
"remove-markdown": "^0.5.0",
"sass": "^1.63.6",
"strip-markdown": "^5.0.1",
"web3": "^1.8.0"
},
"devDependencies": {
"dart-linkcheck": "^2.0.15"
}
}