-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 4.4 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 4.4 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "seo-test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"generate": "tsc src/scripts/build.ts --outDir build && node build/scripts/build.js",
"generate:manifest": "tsc src/scripts/generate-manifest.ts --outDir build && node build/scripts/generate-manifest.js",
"generate:sitemap": "set NEXT_PUBLIC_APP_URL=https://pphat.top && tsc src/scripts/generate-sitemap.ts --outDir build/scripts && set NEXT_PUBLIC_APP_URL=https://pphat.top && node build/scripts/scripts/generate-sitemap.js",
"generate:images": "tsc src/scripts/generate-images-sitemap.ts --outDir build/scripts && node build/scripts/generate-images-sitemap.js",
"test:seo": "tsc src/scripts/test-seo-config.ts --outDir build/test && node build/test/test-seo-config.js",
"test:structured-data": "tsc src/scripts/test-structured-data.ts --outDir build/test && node build/test/test-structured-data.js",
"pretest": "tsc src/scripts/pretest.ts --outDir build/test && node build/test/pretest.js",
"build": "npm run generate && next build",
"start": "next start",
"lint": "next lint",
"clean": "rm -rf build && rm -rf .next && rm -rf node_modules && rm -rf package-lock.json",
"reprod": "npm run clean && npm install && npm run build"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@nanostores/react": "github:ai/react",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-avatar": "^1.1.4",
"@radix-ui/react-checkbox": "^1.1.5",
"@radix-ui/react-dialog": "^1.1.7",
"@radix-ui/react-dropdown-menu": "^2.1.7",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.1.7",
"@radix-ui/react-separator": "^1.1.3",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-tabs": "^1.1.4",
"@radix-ui/react-toggle": "^1.1.3",
"@radix-ui/react-toggle-group": "^1.1.3",
"@radix-ui/react-tooltip": "^1.2.0",
"@tabler/icons-react": "^3.33.0",
"@tailwindcss/postcss": "^4.1.1",
"@tanstack/react-table": "^8.21.3",
"@tiptap/core": "^2.12.0",
"@tiptap/extension-code-block-lowlight": "^2.12.0",
"@tiptap/extension-subscript": "^2.12.0",
"@tiptap/extension-superscript": "^2.12.0",
"@tiptap/extension-text-align": "^2.12.0",
"@tiptap/extension-typography": "^2.12.0",
"@tiptap/pm": "^2.12.0",
"@tiptap/react": "^2.12.0",
"@tiptap/starter-kit": "^2.12.0",
"@tsparticles/engine": "^3.7.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.7.1",
"@types/nodemailer": "^6.4.17",
"@types/react-syntax-highlighter": "^15.5.13",
"@vercel/og": "^0.6.8",
"ai": "^5.0.52",
"axios": "^1.12.0",
"beasties": "^0.3.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"critters": "^0.0.25",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"embla-carousel-auto-scroll": "^8.5.2",
"embla-carousel-react": "^8.5.2",
"framer-motion": "^11.18.2",
"fs-extra": "^11.3.0",
"highlight.js": "^11.11.1",
"lowlight": "^3.3.0",
"lucide-react": "^0.473.0",
"motion": "^12.12.2",
"next": "15.5.10",
"next-nprogress-bar": "^2.4.7",
"next-seo": "^6.6.0",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.11",
"novel": "^1.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-syntax-highlighter": "^15.6.1",
"react-use-measure": "^2.1.7",
"recharts": "^2.15.2",
"simplex-noise": "^4.0.3",
"sonner": "^2.0.3",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^4.1.1",
"tailwindcss-animate": "^1.0.7",
"tiptap-extension-auto-joiner": "^0.1.3",
"tiptap-markdown": "^0.8.10",
"use-debounce": "^10.0.5",
"vaul": "^1.1.2",
"zod": "^3.24.2"
},
"overrides": {
"prismjs": "^1.30.0"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eslint": "^9.24.0",
"eslint-config-next": "^15.3.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.0.0",
"open-next": "^0.0.1",
"postcss": "^8.5.3",
"typescript": "^5",
"typescript-eslint": "^8.30.1"
}
}