-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 964 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 964 Bytes
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
{
"name": "convoy-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "node prebuild.js",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@docsearch/react": "^3.5.1",
"@formspree/react": "^2.5.1",
"@markdoc/markdoc": "^0.3.0",
"@markdoc/next.js": "^0.2.3",
"@next/third-parties": "^15.1.6",
"@types/node": "20.4.7",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"clsx": "^2.1.1",
"dotenv": "^16.3.1",
"framer-motion": "^11.13.1",
"gray-matter": "^4.0.3",
"next": "^13.3.4",
"postcss": "8.4.27",
"posthog-js": "^1.335.5",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.5",
"tailwind-merge": "^2.6.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
},
"devDependencies": {
"eslint": "9.39.1",
"eslint-config-next": "16.0.1",
"sass": "^1.64.2"
}
}