-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.48 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.48 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
{
"name": "nextjs",
"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": "^6.7.0",
"@fortawesome/free-brands-svg-icons": "^6.7.0",
"@fortawesome/free-regular-svg-icons": "^6.7.0",
"@fortawesome/free-solid-svg-icons": "^6.7.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^2.2.0",
"@markdoc/markdoc": "^0.5.1",
"@markdoc/next.js": "^0.4.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.13.10",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"boring-avatars": "^2.0.1",
"eslint": "^9.22.0",
"eslint-config-next": "15.4.5",
"fast-xml-parser": "^5.0.9",
"html-react-parser": "^5.1.10",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"next": "15.4.10",
"next-auth": "^5.0.0-beta.19",
"next-themes": "^0.4.6",
"react": "19.1.1",
"react-dom": "19.1.1",
"typescript": "^5.8.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/typography": "^0.5.13",
"@types/jsonwebtoken": "^9.0.9",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11"
},
"overrides": {
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7"
}
}