-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
34 lines (34 loc) · 816 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
{
"name": "100x-docs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"start": "next start -p 4000",
"build": "next build",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@langchain/google-genai": "^0.0.5",
"@react-aria/ssr": "3.1.2",
"classnames": "^2.3.2",
"lru-cache": "^10.1.0",
"mdx-embed": "^1.1.2",
"next": "12.1.0",
"nextra": "2.0.0-alpha.50",
"nextra-theme-docs": "2.0.0-alpha.53",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-tweet": "^3.2.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^18.7.13",
"@types/react": "17.0.37",
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "3.0.15",
"typescript": "^4.8.2"
}
}