-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.6 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.6 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
{
"name": "nextjs-nextra-starter",
"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/pdsuwwz/nextjs-nextra-starter#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pdsuwwz/nextjs-nextra-starter.git"
},
"bugs": {
"url": "https://github.com/pdsuwwz/nextjs-nextra-starter/issues"
},
"engines": {
"node": ">=20.x",
"pnpm": ">=9.x"
},
"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",
"@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",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.29.2",
"lucide-react": "^0.563.0",
"motion": "^12.29.2",
"next": "16.1.6",
"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.4",
"react-dom": "^19.2.4",
"react-fast-marquee": "^1.6.5",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"tsparticles": "^3.9.1"
},
"devDependencies": {
"@antfu/eslint-config": "^7.2.0",
"@eslint-react/eslint-plugin": "^2.8.4",
"@eslint/compat": "^2.0.2",
"@iconify/json": "^2.2.434",
"@iconify/tailwind4": "^1.2.1",
"@next/third-parties": "16.1.6",
"@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.18",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^25.2.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.6",
"eslint-plugin-format": "^1.3.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-refresh": "^0.5.0",
"pagefind": "^1.4.0",
"postcss": "^8.5.6",
"react-responsive": "^10.0.1",
"sass": "^1.97.3",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}