-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 KB
/
package.json
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
{
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.16",
"@heroicons/react": "^2.0.18",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.13",
"@react-spring/web": "^9.7.2",
"@types/mdx": "^2.0.6",
"@types/next": "^9.0.0",
"@vercel/blob": "^0.23.2",
"next": "^14.2.14",
"next-mdx-remote": "^4.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"server-only": "^0.0.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@types/node": "20.3.1",
"@types/react": "^18.2.13",
"autoprefixer": "^10.4.14",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.13",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "5.1.3"
}
}