-
-
Notifications
You must be signed in to change notification settings - Fork 474
/
package.json
54 lines (54 loc) · 1.79 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
{
"name": "pot",
"private": true,
"version": "2.6.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "node --max_old_space_size=16384 ./node_modules/vite/bin/vite.js build",
"preview": "vite preview",
"tauri": "tauri",
"updater": "node updater/updater.mjs"
},
"dependencies": {
"@nextui-org/react": "^2.1.13",
"@nextui-org/theme": "^2.1.9",
"@tauri-apps/api": "^1.5.0",
"crypto-js": "^4.1.1",
"flag-icons": "^6.11.1",
"framer-motion": "^10.16.4",
"i18next": "^23.5.1",
"jose": "^4.15.2",
"jotai": "^2.4.3",
"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.2.2",
"react-icons": "^4.11.0",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.16.0",
"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.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.2",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.16",
"node-fetch": "^3.3.2",
"postcss": "^8.4.31",
"prettier": "2.8.8",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.11"
}
}