forked from pot-app/pot-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.4 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
{
"name": "pot",
"private": true,
"version": "0.1.14",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"updater": "node updater/updater.mjs"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.5",
"@tauri-apps/api": "^1.4.0",
"@types/crypto-js": "^4.1.1",
"@types/md5": "^2.3.2",
"axios": "^1.4.0",
"crypto-js": "^4.1.1",
"flag-icons": "^6.7.0",
"i18next": "^22.5.1",
"jotai": "^2.2.0",
"jsqr": "^1.4.0",
"md5": "^2.3.0",
"nanoid": "^4.0.2",
"react": "^18.2.0",
"react-beautiful-dnd": "10.0.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^12.3.1",
"react-router-dom": "^6.13.0",
"react-spinners": "^0.13.8",
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart#v1",
"tesseract.js": "^4.1.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@vitejs/plugin-react": "^3.1.0",
"node-fetch": "^3.3.1",
"prettier": "2.8.8",
"vite": "^4.3.9"
}
}