-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.55 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.55 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
{
"name": "appcheckwizard.com",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"serve": "serve out/",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@supabase/supabase-js": "^2.47.10",
"@vercel/analytics": "^1.6.1",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.1",
"lucide-react": "^0.453.0",
"next": "^16.0.7",
"next-plausible": "^3.12.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.1",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remark-toc": "^9.0.0",
"unified": "^11.0.5",
"zod": "^3.24.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^9.39.2",
"eslint-config-next": "16.0.7",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jiti": "^2.6.1",
"postcss": "^8",
"serve": "^14.2.4",
"tailwindcss": "^3.4.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5",
"typescript-eslint": "^8.49.0"
}
}