-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 862 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 862 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
{
"name": "@medusa-codee/docs",
"version": "1.0.0",
"keywords": [],
"author": "",
"license": "MIT",
"scripts": {
"dev": "next --turbopack",
"build": "next build",
"start": "next start",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.17",
"next": "^16.1.1",
"nextra": "^4.6.0",
"nextra-theme-docs": "^4.6.0",
"postcss": "^8.5.6",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"tailwindcss": "^4.1.17"
},
"packageManager": "yarn@3.2.3+sha512.f26f951f67de0c6a33ee381e5ff364709c87e70eb5e65c694e4facde3512f1fa80b8679e6ba31ce7d340fbb46f08dd683af9457e240f25a204be7427940d767e",
"devDependencies": {
"@types/node": "24.10.1",
"@types/react": "19.2.4",
"pagefind": "^1.4.0",
"typescript": "^5.9.3"
}
}