-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 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
{
"name": "next-pages-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export"
},
"dependencies": {
"@iconify/icons-solar": "^1.2.3",
"@iconify/react": "^4.1.1",
"@marsidev/react-turnstile": "^0.5.3",
"@next/third-parties": "^14.1.3",
"@nextui-org/react": "^2.2.10",
"@reduxjs/toolkit": "^2.2.1",
"@types/node": "20.5.7",
"@types/react": "^18.2.58",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"axios": "^1.6.7",
"clsx": "^2.0.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"eventsource": "^2.0.2",
"framer-motion": "^10.16.4",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"hls.js": "^1.5.6",
"intl-messageformat": "^10.5.0",
"js-cookie": "^3.0.5",
"next": "14.1.3",
"next-theme": "^0.1.5",
"next-themes": "^0.2.1",
"nookies": "^2.5.2",
"ollama": "^0.5.0",
"ollama-experimental": "^0.1.41",
"ollama-node": "^0.1.27",
"openai": "^4.28.4",
"postcss": "8.4.31",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.0",
"react-syntax-highlighter": "^15.5.0",
"react-turnstile": "^1.1.3",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-directive": "^3.0.0",
"remark-directive-rehype": "^0.4.2",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"tailwind-variants": "^0.1.18",
"tailwindcss": "3.3.5",
"typescript": "5.0.4",
"uuid": "^9.0.1",
"video.js": "^8.10.0"
},
"devDependencies": {
"@heroicons/react": "^2.1.1",
"@types/js-cookie": "^3.0.6",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/uuid": "^9.0.8",
"daisyui": "^4.7.2",
"gh-pages": "^6.1.1",
"tailwind-scrollbar": "^3.1.0"
}
}