-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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": "openaiimages",
"license": "Apache-2.0",
"version": "1.0.0",
"description": "A sample Tauri v2 app based on React",
"author": "Jason Levitt",
"type": "module",
"scripts": {
"format": "prettier --write .",
"lint": "eslint src/*.jsx",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-fs": "^2.0.0",
"@tauri-apps/plugin-http": "^2.0.0",
"@tauri-apps/plugin-os": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-store": "^2.0.0",
"bootstrap": "^5.3.3",
"prettier": "^3.4.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18.3.1",
"sweetalert2": "^11.14.5"
},
"devDependencies": {
"eslint": "^9.15.0",
"@tauri-apps/cli": "^2.0.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.0.0",
"vite": "^5.4.2"
},
"resolutions": {
"@humanwhocodes/config-array": "^0.11.14",
"@humanwhocodes/object-schema": "^2.0.3",
"rimraf": "^4.0.0",
"glob": "^9.0.0"
}
}