-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.52 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.52 KB
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
74
75
76
77
78
79
80
81
82
83
84
{
"name": "docs-next",
"version": "0.47.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "tsc scripts/generate.ts && node scripts/generate.js",
"generate-pages": "tsc scripts/generateRemotePages.ts && node scripts/generateRemotePages.js",
"generate-pages:override": "tsc scripts/generateRemotePages.ts && node scripts/generateRemotePages.js --override",
"check:links": "node scripts/check-links.js"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.17.4",
"@algolia/autocomplete-theme-classic": "^1.17.4",
"@algolia/client-common": "^5.0.0",
"@algolia/requester-node-http": "^5.0.0",
"@cookbookdev/coreum": "^1.0.3",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.5",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.4",
"@types/highlightjs": "^9.12.6",
"@types/lodash": "^4.17.7",
"@types/mdx": "^2.0.12",
"algoliasearch": "^4.24.0",
"classnames": "^2.5.1",
"dotenv": "^16.4.5",
"framer-motion": "^11.0.28",
"gray-matter": "^4.0.3",
"highlight.js": "^11.9.0",
"install": "^0.13.0",
"instantsearch.js": "^4.74.1",
"lodash": "^4.17.21",
"lucide-react": "^0.435.0",
"mdx-prism": "^0.3.4",
"next": "^14.2.5",
"next-mdx-remote": "^4.4.1",
"npm": "^10.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-format": "^5.0.0",
"rehype-github-alerts": "3.0.0",
"rehype-highlight": "^7.0.0",
"rehype-ignore": "^2.0.2",
"rehype-prism": "^2.3.2",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-prism": "^1.3.6",
"remark-rehype": "^11.1.0",
"sharp": "^0.33.5",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"axios": "^1.8.4",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"fs": "^0.0.1-security",
"glob": "^11.0.1",
"globby": "^14.1.0",
"path": "^0.12.7",
"postcss": "^8",
"remark-mdx": "^3.1.0",
"remark-parse": "^11.0.0",
"remark-validate-links": "^13.1.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.4.3",
"unified": "^11.0.5"
},
"resolutions": {
"@cosmjs/crypto": "^0.32.4"
}
}