-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.64 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
{
"name": "nullgpt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@mantine/carousel": "^6.0.6",
"@mantine/core": "^6.0.6",
"@mantine/dates": "^6.0.6",
"@mantine/dropzone": "^6.0.6",
"@mantine/form": "^6.0.6",
"@mantine/hooks": "^6.0.6",
"@mantine/modals": "^6.0.6",
"@mantine/notifications": "^6.0.6",
"@mantine/nprogress": "^6.0.6",
"@mantine/prism": "^6.0.6",
"@mantine/spotlight": "^6.0.6",
"@mantine/tiptap": "^6.0.6",
"@tabler/icons-react": "^2.14.0",
"@tiptap/extension-link": "^2.0.2",
"@tiptap/react": "^2.0.2",
"@tiptap/starter-kit": "^2.0.2",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"axios": "^1.3.5",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"embla-carousel-react": "^7.1.0",
"eventsource-parser": "^1.0.0",
"fuse.js": "^6.6.2",
"gpt-3-encoder": "^1.1.4",
"lodash": "^4.17.21",
"next": "13.3.0",
"openai": "^3.2.1",
"postcss": "8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.6",
"react-use": "^17.4.0",
"rehype-raw": "^6.1.1",
"rehype-react": "^7.1.2",
"remark-gfm": "^3.0.1",
"slug": "^8.2.2",
"tailwindcss": "3.3.1",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/lodash": "^4.14.192",
"@types/slug": "^5.0.3",
"prettier": "^2.8.7",
"ts-node": "^10.9.1"
}
}