-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 809 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 809 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
{
"name": "document-authoring-demo",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "bash build-vercel",
"dev": "vite serve",
"test": "playwright test",
"typecheck": "tsc --noEmit",
"vercel:install": "npm ci"
},
"dependencies": {
"@ai-sdk/openai": "3.0.53",
"@ai-sdk/react": "3.0.170",
"ai": "6.0.174",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "10.1.0",
"zod": "4.3.6",
"@nutrient-sdk/document-authoring": "1.21.0",
"@nutrient-sdk/document-authoring-ai": "2.0.0"
},
"devDependencies": {
"@playwright/test": "1.62.1",
"@types/node": "22.19.17",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"typescript": "5.5.4",
"vite": "8.0.16",
"esbuild": "0.28.1"
},
"overrides": {
"csstype": "3.1.3"
}
}