-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.62 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
{
"name": "McInnes Design - Neto Addon Example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formspree/react": "^3.0.0",
"@fortawesome/fontawesome-svg-core": "^7.3.0",
"@fortawesome/free-brands-svg-icons": "^7.3.0",
"@fortawesome/free-regular-svg-icons": "^7.3.0",
"@fortawesome/free-solid-svg-icons": "^7.3.0",
"@fortawesome/react-fontawesome": "^3.4.0",
"@headlessui/react": "^2.2.10",
"@markdoc/markdoc": "^0.5.7",
"@markdoc/next.js": "^0.5.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.13.10",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"better-auth": "^1.6.19",
"boring-avatars": "^2.0.1",
"eslint": "10.7.0",
"eslint-config-next": "16.2.10",
"fast-xml-parser": "^5.0.9",
"html-react-parser": "^5.1.10",
"js-yaml": "^5.2.1",
"jsonwebtoken": "^9.0.2",
"next": "16.2.10",
"next-themes": "^0.4.6",
"react": "19.2.7",
"react-dom": "19.2.7",
"typescript": "^5.8.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.3.2",
"@tailwindcss/typography": "^0.5.20",
"@types/jsonwebtoken": "^9.0.9",
"postcss": "^8.5.6",
"tailwindcss": "^4.3.2"
},
"overrides": {
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3"
}
}
}