-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 835 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 835 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
32
{
"devDependencies": {
"@tauri-apps/cli": "^2.0.0-alpha.10",
"internal-ip": "^8.0.0"
},
"name": "plan2go_desktop",
"description": "Plan2Go is an open source calender software made for the YH4F 2023.",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tauri": "tauri",
"dev": "tauri dev",
"build": "tauri build"
},
"repository": {
"type": "git",
"url": "https://edugit.org/thedutchprogrammers/plan2go.git"
},
"keywords": [
"plan2go",
"yh4f"
],
"author": "Miniontoby",
"license": "ISC",
"dependencies": {
"@tauri-apps/api": "^2.0.0-alpha.6",
"@tauri-apps/plugin-dialog": "^2.0.0-beta.0",
"@tauri-apps/plugin-notification": "^2.0.0-beta.0",
"@tauri-apps/plugin-updater": "^2.0.0-beta.0"
}
}