-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 800 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 800 Bytes
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
{
"name": "shuiyuan-archiver",
"source": "gui/src/index.html",
"scripts": {
"tauri": "tauri",
"start": "parcel gui/src/index.html",
"build": "parcel build --no-source-maps"
},
"alias": {
"process": false
},
"devDependencies": {
"@tauri-apps/cli": "^1.3.1",
"@types/debounce-promise": "^3.1.6",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"parcel": "^2.9.1"
},
"dependencies": {
"@mantine/core": "^6.0.13",
"@mantine/hooks": "^6.0.13",
"@mantine/modals": "^6.0.13",
"@tauri-apps/api": "^1.3.0",
"debounce-promise": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recoil": "^0.7.7",
"tabler-icons-react": "^1.56.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store"
}
}