-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.47 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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "nextra",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "node scripts/generate-llms.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.35",
"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",
"pnpm": {
"overrides": {
"lodash@>=4.0.0 <=4.17.23": "4.18.0",
"lodash-es@>=4.0.0 <=4.17.23": "4.18.0",
"picomatch@<2.3.2": "2.3.2",
"flatted@<3.4.2": "3.4.2",
"minimatch@>=9.0.0 <9.0.7": "9.0.7",
"minimatch@<3.1.4": "3.1.4",
"glob@>=10.2.0 <10.5.0": "10.5.0",
"cross-spawn@>=7.0.0 <7.0.5": "7.0.5",
"mermaid@<=10.9.2": "10.9.3"
}
}
}