forked from pot-app/pot-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.84 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
{
"name": "pot",
"private": true,
"version": "2.7.3",
"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.2.9",
"@nextui-org/theme": "^2.1.17",
"@tauri-apps/api": "^1.5.1",
"crypto-js": "^4.2.0",
"flag-icons": "^7.0.2",
"framer-motion": "^10.16.5",
"i18next": "^23.7.7",
"jose": "^4.15.4",
"jotai": "^2.6.0",
"jsqr": "^1.4.0",
"md5": "^2.3.0",
"nanoid": "^4.0.2",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^13.5.0",
"react-icons": "^4.12.0",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.20.0",
"react-spinners": "^0.13.8",
"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.0.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.6",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"node-fetch": "^3.3.2",
"postcss": "^8.4.31",
"prettier": "2.8.8",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2",
"vite": "^4.5.0"
}
}