-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·59 lines (59 loc) · 1.64 KB
/
package.json
File metadata and controls
executable file
·59 lines (59 loc) · 1.64 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
54
55
56
57
58
59
{
"name": "docs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pages:build": "npx @cloudflare/next-on-pages",
"preview": "npm run pages:build && wrangler pages dev",
"deploy": "npm run pages:build && wrangler pages deploy"
},
"dependencies": {
"@mdx-js/react": "^3.1.0",
"@tailwindcss/postcss": "^4.0.0-beta.9",
"clsx": "^2.1.1",
"framer-motion": "^11.18.1",
"js-yaml": "^4.1.0",
"katex": "^0.16.21",
"lucide-react": "^0.473.0",
"material-symbols": "^0.27.2",
"motion": "^11.18.1",
"next": "15.1.5",
"nextra": "^4.0.3",
"nextra-theme-docs": "^4.0.3",
"path": "^0.12.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-material-symbols": "^4.4.0",
"sass": "^1.83.4",
"sharp": "^0.33.5",
"stream": "^0.0.3",
"vscode-languageserver-types": "^3.17.5"
},
"overrides": {
"@mdx-js/mdx": "^3.1.0"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.13.7",
"@eslint/eslintrc": "^3.2.0",
"@svgr/webpack": "^8.1.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.10.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.3",
"acorn": "^8.14.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-config-next": "15.1.5",
"eslint-plugin-react-hooks": "^5.1.0",
"postcss": "^8.5.1",
"postcss-import": "^16.1.0",
"tailwindcss": "^4.0.0-beta.9",
"typescript": "^5.7.3",
"wrangler": "^3.103.2"
},
"packageManager": "yarn@4.6.0"
}