-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 914 Bytes
/
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
{
"name": "MagicResizer",
"private": true,
"version": "0.1.8",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.4.0",
"bootstrap": "^5.3.1",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-easy-crop": "^5.0.0",
"react-image-crop": "^10.1.5",
"react-native-document-picker": "^9.0.1",
"react-resizable": "^3.0.5"
},
"devDependencies": {
"@iconify/icons-fa": "^1.2.3",
"@iconify/icons-gis": "^1.2.6",
"@iconify/icons-line-md": "^1.2.24",
"@iconify/icons-lucide": "^1.2.117",
"@iconify/icons-system-uicons": "^1.2.7",
"@iconify/icons-vaadin": "^1.2.4",
"@iconify/react": "^4.1.1",
"@tauri-apps/cli": "^1.4.0",
"@vitejs/plugin-react": "^4.0.3",
"vite": "^4.4.4"
}
}