-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 797 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 797 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
{
"name": "logtree",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.1",
"@prisma/client": "^3.10.0",
"@tensorflow/tfjs": "^3.13.0",
"@uiw/react-md-editor": "3.6.0",
"cors": "^2.8.5",
"framer-motion": "^6.2.8",
"next": "12.1.0",
"next-auth": "^4.2.1",
"next-remove-imports": "^1.0.6",
"prisma": "^3.10.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^8.0.0",
"swr": "^1.2.2"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.23"
}
}