-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 958 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
{
"name": "pecastarter",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"preview": "vite preview",
"tauri": "cross-env RUST_BACKTRACE=1 tauri"
},
"dependencies": {
"@emotion/css": "^11.13.5",
"@fluentui/react": "^8.99.0",
"@fortawesome/free-regular-svg-icons": "6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-notification": "^2.2.1",
"@tauri-apps/plugin-os": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"modern-normalize": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.3.1",
"@vitejs/plugin-react": "^1.3.2",
"cross-env": "^7.0.3",
"type-fest": "^2.12.0",
"typescript": "~5.6.2",
"vite": "^6.0.3"
}
}