-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 829 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 829 Bytes
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
{
"name": "shardeum-new-docs",
"version": "0.0.0",
"private": true,
"engines": {
"node": "22.x"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.4",
"@nextui-org/react": "^2.4.2",
"framer-motion": "^11.2.10",
"fumadocs-core": "12.1.2",
"fumadocs-mdx": "8.2.32",
"fumadocs-ui": "^12.2.4",
"next": "^14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.4"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "^20.14.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}