-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 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
{
"name": "nextra",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "node scripts/generate-llms-full.js && next build && yarn post-build",
"post-build": "next-sitemap"
},
"engines": {
"node": "22.x"
},
"author": "0xSplits",
"license": "MIT",
"dependencies": {
"eslint-config-next": "^13.5.6",
"eslint-plugin-react": "^7.33.2",
"next": "14.2.15",
"next-sitemap": "^4.2.3",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/node": "^18.19.7",
"@types/react": "^18.2.48",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
}