-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.87 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
{
"name": "icerpc-docs",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@docsearch/react": "^4.7.0",
"@fortawesome/fontawesome-svg-core": "^7.3.1",
"@fortawesome/free-brands-svg-icons": "^7.3.1",
"@fortawesome/free-regular-svg-icons": "^7.3.1",
"@fortawesome/free-solid-svg-icons": "^7.3.1",
"@fortawesome/react-fontawesome": "^3.5.0",
"@headlessui/react": "^2.2.10",
"@heroicons/react": "^2.2.0",
"@markdoc/markdoc": "^0.5.8",
"@radix-ui/react-dropdown-menu": "^2.1.24",
"@radix-ui/react-slot": "^1.3.3",
"@radix-ui/react-tooltip": "^1.2.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookies-next": "^6.1.1",
"copy-to-clipboard": "^4.0.2",
"flowbite": "^4.0.2",
"flowbite-react": "^0.12.17",
"framer-motion": "^12.43.0",
"js-yaml": "^5.2.2",
"lucide-react": "^1.27.0",
"mermaid": "^11.16.1",
"next": "16.3.0",
"next-sitemap": "^4.2.3",
"next-themes": "^1.0.0-beta.0",
"nodemailer": "^9.0.3",
"prism-react-renderer": "^2.4.1",
"prismjs": "^1.30.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"reading-time": "^1.5.0",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.20",
"@types/js-yaml": "^4.0.9",
"@types/node": "^26.1.2",
"@types/nodemailer": "^8.0.1",
"@types/prismjs": "^1.26.6",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.5.4",
"eslint-config-next": "^16.2.12",
"eslint-config-prettier": "^10.1.8",
"postcss": "^8.5.24",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3"
}
}