-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 833 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 833 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": "azuro-gem-docs",
"version": "0.1.0",
"engines": {
"node": "=22.20.0",
"npm": ">=8.11.0"
},
"scripts": {
"dev": "next dev -p 5009",
"start": "next start",
"build": "next build",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind"
},
"dependencies": {
"next": "^16.2.6",
"nextra": "^4.6.1",
"nextra-theme-docs": "^4.6.1",
"react": "^19.2.6",
"react-dom": "^19.2.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "20.19.33",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "10.4.27",
"pagefind": "1.4.0",
"postcss": "8.5.15",
"rimraf": "6.1.3",
"tailwindcss": "4.2.1",
"typescript": "5.9.3"
},
"overrides": {
"postcss": "8.5.15"
}
}