-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.21 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "ai-space",
"description": "Integrate AI applications",
"license": "GPL-3.0",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=18.0.0"
},
"author": "lesenelir <[email protected]>",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:ci": "vitest run",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@clerk/nextjs": "^4.29.3",
"@prisma/client": "5.7.0",
"@stackblitz/sdk": "^1.9.0",
"ai": "^2.2.30",
"cheerio": "1.0.0-rc.12",
"cloudinary": "^1.41.1",
"cloudinary-build-url": "^0.2.4",
"clsx": "^2.1.0",
"cookie": "^0.6.0",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.14",
"franc-min": "^6.1.0",
"html2canvas": "^1.4.1",
"jotai": "^2.6.0",
"js-cookie": "^3.0.5",
"js-tiktoken": "^1.0.8",
"next": "14.0.3",
"next-connect": "^1.0.0",
"next-i18next": "^15.1.1",
"next-themes": "^0.2.1",
"openai": "^4.33.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-speech-recognition": "^3.10.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.2",
"sonner": "^1.2.4",
"typewriter-effect": "^2.21.0",
"uuid": "^9.0.1",
"yup": "^1.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/cookie": "^0.6.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.10.0",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/react-speech-recognition": "^3.9.5",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.0.4",
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"eslint-config-next": "14.0.3",
"jsdom": "^23.0.1",
"postcss": "^8.4.31",
"prisma": "^5.7.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.0",
"vitest": "^1.0.4"
}
}