-
Notifications
You must be signed in to change notification settings - Fork 143
/
package.json
73 lines (73 loc) · 2.03 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"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": "^5.2.0",
"@astrojs/mdx": "^3.1.3",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@docsearch/react": "^3.6.1",
"@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": "^4.13.3",
"astro-expressive-code": "^0.36.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"crypto": "^1.0.1",
"gray-matter": "^4.0.3",
"instantsearch.js": "^4.56.9",
"lodash": "^4.17.21",
"lucide-react": "^0.441.0",
"markdown-to-jsx": "^7.1.7",
"next": "^14.1.1",
"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-raw": "^7.0.0",
"rehype-slug": "^5.1.0",
"remark": "^14.0.3",
"remark-directive": "^3.0.0",
"remark-toc": "^8.0.1",
"remove-markdown": "^0.5.0",
"sass": "^1.63.6",
"sharp": "^0.33.5",
"strip-markdown": "^5.0.1",
"tailwindcss": "^3.4.11",
"unist-util-visit": "^5.0.0",
"web3": "^1.8.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"dart-linkcheck": "^2.0.15",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}