-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 1.01 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
40
41
{
"name": "keel-docs",
"version": "0.0.1",
"description": "Keel docs site",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "vitest"
},
"homepage": "https://docs.keel.so",
"dependencies": {
"clsx": "^2.1.0",
"next": "^13.4.4",
"nextra": "latest",
"nextra-theme-docs": "^2.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rudder-sdk-js": "^2.40.4",
"styled-components": "^6.0.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"all-contributors-cli": "^6.26.1",
"autoprefixer": "^10.4.18",
"case": "^1.6.3",
"get-all-files": "^4.1.0",
"postcss": "^8.4.35",
"remark-frontmatter": "^4.0.1",
"remark-parse": "^10.0.2",
"remark-stringify": "^10.0.3",
"slash": "^5.1.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.1.3",
"unified": "^10.1.2",
"unist-util-visit": "^5.0.0",
"vitest": "^0.34.1"
}
}