-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 878 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
{
"name": "shoc-docs",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev -p 11054 --turbopack",
"build": "next build && touch out/.nojekyll",
"postbuild": "pagefind --site .next/server/app --output-path out/_pagefind",
"start": "next start",
"serve": "npx serve@latest out",
"lint": "next lint"
},
"dependencies": {
"next": "^15.3.4",
"nextra": "^4.2.17",
"nextra-theme-docs": "^4.2.17",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20.19.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"eslint": "^9.29.0",
"eslint-config-next": "15.3.3",
"gh-pages": "^6.3.0",
"pagefind": "^1.3.0",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3"
}
}