-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (32 loc) · 912 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
{
"name": "lavendeux",
"private": true,
"version": "0.30.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0-beta.14",
"@tauri-apps/plugin-dialog": "^2.0.0-beta.6",
"@tauri-apps/plugin-clipboard-manager": "^2.1.0-beta.4",
"@tauri-apps/plugin-global-shortcut": "^2.0.0-beta.6",
"@tauri-apps/plugin-shell": "^2.0.0-beta.7",
"@types/react-bootstrap": "^0.32.33",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1",
"react": "^18.2.0",
"react-bootstrap": "^2.9.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0-alpha.21",
"@types/react": "^18.2.28",
"@vitejs/plugin-react": "^4.0.3",
"vite": "^4.4.4"
}
}