-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.73 KB
/
package.json
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
60
61
62
{
"name": "soybean-admin-react-docs",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "Soybean-React-Docs",
"author": "",
"license": "ISC",
"keywords": [],
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.0.0"
},
"scripts": {
"build": "next build --no-lint",
"deploy": "pnpm run pages:build && wrangler pages deploy",
"dev": "next dev",
"lint": "next lint . --fix",
"pages:build": "npx @cloudflare/next-on-pages",
"preview": "pnpm run pages:build && wrangler pages dev",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-slot": "1.1.2",
"ahooks": "3.8.4",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"framer-motion": "^12.6.3",
"lodash-es": "4.17.21",
"lucide-react": "0.479.0",
"mockjs": "1.1.0",
"next": "15.2.1",
"next-themes": "0.4.6",
"nextra": "4.2.16",
"nextra-theme-docs": "4.2.16",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-intersection-observer": "^9.16.0",
"react-parallax": "^3.5.2",
"sonner": "2.0.1",
"tailwind-merge": "3.0.2",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@cloudflare/next-on-pages": "1.13.10",
"@eslint/eslintrc": "3.3.0",
"@soybeanjs/eslint-config": "1.5.3",
"@svgr/webpack": "8.1.0",
"@tailwindcss/postcss": "4.0.12",
"@types/lodash-es": "4.17.12",
"@types/mockjs": "1.0.10",
"@types/node": "22.13.10",
"@types/react": "19.0.10",
"@unocss/eslint-config": "66.1.0-beta.3",
"eslint": "9.22.0",
"eslint-config-next": "15.2.1",
"eslint-plugin-react-refresh": "0.4.19",
"eslint-plugin-sort": "4.0.0",
"tailwindcss": "4.0.12",
"typescript": "5.7.3",
"wrangler": "4.4.0"
}
}