-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 875 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
36
37
{
"name": "ai-design-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@observablehq/plot": "^0.6.14",
"@types/d3-array": "^3.2.1",
"@types/papaparse": "^5.3.14",
"@vercel/kv": "^1.0.1",
"ai": "^3.0.12",
"d3-array": "^3.2.4",
"firebase": "^9.23.0",
"next": "14.2.0-canary.22",
"openai": "^4.29.0",
"papaparse": "^5.4.1",
"react": "^18",
"react-dom": "^18",
"sqlite3": "^5.1.7",
"styled-components": "^6.1.8",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.0-canary.22",
"typescript": "^5.4.3"
}
}