-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.28 KB
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
43
44
45
46
47
48
49
50
{
"name": "hello-next",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@google-cloud/storage": "^7.8.0",
"@google-cloud/text-to-speech": "^5.3.0",
"@google-cloud/translate": "^8.1.0",
"@mantine/core": "^7.1.7",
"@mantine/dropzone": "^7.6.1",
"@mantine/form": "^7.2.1",
"@mantine/hooks": "^7.1.7",
"@next-auth/prisma-adapter": "^1.0.7",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^5.5.2",
"@react-hook/media-query": "^1.1.1",
"@tabler/icons-react": "^2.40.0",
"@vercel/analytics": "^1.3.1",
"axios": "^1.6.1",
"eslint-config-next": "^14.0.1",
"fs": "^0.0.1-security",
"lodash": "^4.17.21",
"next": "^14.0.1",
"next-auth": "4",
"openai": "^4.55.4",
"prisma": "^5.5.2",
"react": "^18.2.0",
"react-datasheet-grid": "^4.11.4",
"react-dom": "^18.2.0",
"react-markdown": "8.0.0",
"react-media-recorder": "1.6.5",
"request": "^2.88.2",
"swr": "^2.2.4",
"vercel": "^32.5.0"
},
"devDependencies": {
"@types/lodash": "^4.14.201",
"@types/node": "17.0.14",
"@types/react": "17.0.38",
"typescript": "^5.2.2"
}
}