-
-
Notifications
You must be signed in to change notification settings - Fork 473
/
package.json
59 lines (59 loc) · 1.95 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
{
"name": "pot",
"private": true,
"version": "3.0.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"updater": "node updater/updater.mjs",
"updater:fixRuntime": "node updater/updater-for-fix-runtime.mjs"
},
"dependencies": {
"@nextui-org/react": "^2.4.2",
"@nextui-org/theme": "^2.2.6",
"@react-spring/web": "^9.7.3",
"@tauri-apps/api": "^1.5.6",
"crypto-js": "^4.2.0",
"flag-icons": "^7.2.3",
"framer-motion": "^11.2.10",
"i18next": "^23.11.5",
"jose": "^5.4.0",
"jotai": "^2.8.3",
"jsqr": "^1.4.0",
"md5": "^2.3.0",
"nanoid": "^5.0.7",
"next-themes": "^0.3.0",
"ollama": "^0.5.2",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-i18next": "^14.1.2",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.23.1",
"react-spinners": "^0.13.8",
"react-use-measure": "^2.1.1",
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart#v1",
"tauri-plugin-fs-watch-api": "github:tauri-apps/tauri-plugin-fs-watch#v1",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#v1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
"tesseract.js": "^5.1.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.14",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"node-fetch": "^3.3.2",
"postcss": "^8.4.38",
"prettier": "3.3.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.3.1"
}
}