-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.65 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.65 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "effective-cursor",
"type": "module",
"version": "0.0.1",
"description": "Next.js Nextra (v4) Tailwind CSS (v4) docs starter",
"author": "Wisdom <pdsu.wwz@foxmail.com>",
"license": "MIT",
"homepage": "https://github.com/Cyronlee/effective-cursor#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Cyronlee/effective-cursor.git"
},
"bugs": {
"url": "https://github.com/Cyronlee/effective-cursor/issues"
},
"engines": {
"node": ">=20.x",
"bun": ">=1.1.0"
},
"scripts": {
"dev": "next dev --turbopack -p 8000",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.mjs && pagefind --site .next/server/app --output-path public/_pagefind",
"start": "next start -p 7000",
"lint": "eslint --fix ."
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@giscus/react": "^3.1.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.10",
"@tsparticles/engine": "^3.9.1",
"@tsparticles/react": "^3.0.0",
"@vercel/analytics": "^1.6.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.25",
"lucide-react": "^0.556.0",
"motion": "^12.23.25",
"next": "16.0.7",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"nextra": "^4.6.1",
"nextra-theme-docs": "4.6.1",
"qss": "^3.0.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-fast-marquee": "^1.6.5",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"tsparticles": "^3.9.1"
},
"devDependencies": {
"@antfu/eslint-config": "^6.5.1",
"@eslint-react/eslint-plugin": "^2.3.12",
"@eslint/compat": "^2.0.0",
"@iconify/json": "^2.2.416",
"@iconify/tailwind4": "^1.2.0",
"@next/third-parties": "16.0.7",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-config-next": "16.0.7",
"eslint-plugin-format": "^1.1.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"pagefind": "^1.4.0",
"postcss": "^8.5.6",
"react-responsive": "^10.0.1",
"sass": "^1.94.2",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
}
}