generated from Amery2010/nextjs-typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 232
/
package.json
88 lines (88 loc) · 2.73 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
{
"name": "talk-with-gemini",
"version": "0.12.3",
"private": true,
"author": "Amery2010 <amery@xiangfa.org>",
"license": "GPL-3.0-only",
"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": {
"@formkit/auto-animate": "^0.8.2",
"@google/generative-ai": "^0.12.0",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@serwist/next": "^9.0.3",
"@traptitech/markdown-it-katex": "^3.6.0",
"@xiangfa/polly": "^0.3.6",
"ai": "^2.2.37",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.0",
"clipboard": "^2.0.11",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"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.10",
"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.4",
"next-themes": "^0.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"react-use-pwa-install": "^1.0.1",
"siriwave": "^2.4.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.1",
"yet-another-react-lightbox": "^3.19.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.14",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^13.0.8",
"@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.0.3",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"serwist": "^9.0.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}