-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 850 Bytes
/
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
{
"name": "web",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@firebase/firestore": "^3.7.3",
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@vercel/analytics": "^0.1.4",
"date-fns": "^2.28.0",
"esbuild": "^0.14.14",
"github-slugger": "^1.4.0",
"gray-matter": "^4.0.3",
"mdx-bundler": "^8.0.1",
"next": "^14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-prism-plus": "^1.5.0",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "8.7.0",
"eslint-config-next": "^14.2.4",
"postcss": "^8.4.5",
"tailwindcss": "^3.1.8"
}
}