-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
42
{
"name": "promptree",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gitgraph/react": "^1.6.0",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.5.0",
"axios": "^1.3.4",
"highlight.js": "^11.7.0",
"isomorphic-git": "^1.23.0",
"memfs": "^3.5.0",
"next": "^13.0.0",
"next-auth": "^4.16.0",
"openai": "^3.2.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.6",
"react-query": "^3.39.3",
"sass": "^1.60.0",
"tree-model": "^1.0.7",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/d3-hierarchy": "^3.1.2",
"@types/d3-shape": "^3.1.1",
"@types/node": "18.15.10",
"@types/react": "18.0.30",
"@types/react-dom": "18.0.11",
"@types/uuid": "^9.0.1",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"prisma": "^4.5.0",
"typescript": "5.0.2"
}
}