-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 846 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
36
37
38
39
{
"name": "poc",
"private": false,
"version": "0.0.1",
"type": "module",
"author": "[email protected]",
"keywords": [
"tauri",
"rust",
"security",
"poc",
"typescript",
"react",
"react.js"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": ">=2.0.0-beta.0",
"@tauri-apps/plugin-fs": "2.0.0-beta.6",
"@tauri-apps/plugin-shell": ">=2.0.0-beta.7",
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tauri-apps/cli": ">=2.0.0-beta.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"sass": "^1.77.7",
"typescript": "^5.5.3",
"vite": "^5.3.3"
}
}