generated from Amery2010/nextjs-typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 362
/
Copy pathpackage.json
96 lines (96 loc) · 3 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "gemini-next-chat",
"version": "1.5.3",
"private": true,
"author": "Amery2010 <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"build:docker": "cross-env NEXT_PUBLIC_BUILD_MODE=standalone next build",
"build:export": "cross-env NEXT_PUBLIC_BUILD_MODE=export next build",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@serwist/next": "^9.0.10",
"@traptitech/markdown-it-katex": "^3.6.0",
"@xiangfa/polly": "^0.4.2",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.0",
"clipboard": "^2.0.11",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"fix-webm-duration": "^1.0.5",
"highlight.js": "^11.9.0",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-resources-to-backend": "^1.2.1",
"katex": "^0.16.18",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"lucide-react": "^0.390.0",
"markdown-it": "^14.1.0",
"markdown-it-highlightjs": "^4.1.0",
"nanoid": "^5.0.7",
"next": "^14.2.15",
"next-themes": "^0.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-i18next": "^14.1.2",
"react-use-pwa-install": "^1.0.1",
"serwist": "^9.0.10",
"simple-xml-to-json": "^1.2.3",
"siriwave": "^2.4.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"ts-md5": "^1.3.1",
"vaul": "^0.9.1",
"yaml": "^2.6.0",
"yet-another-react-lightbox": "^3.19.0",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tauri-apps/cli": "^2.1.0",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^14.1.1",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"openapi-types": "^12.1.3",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}