-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 970 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
{
"name": "ucm-desktop",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"start": "tauri dev",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"test": "elm-test",
"ui-core-check-css": "ui-core-check-css",
"ui-core-install": "ui-core-install",
"ui-core-update": "ui-core-update",
"postinstall": "ui-core-install"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-store": "^2.1.0"
},
"devDependencies": {
"@octokit/core": "^4.0.5",
"@tauri-apps/cli": "^2.0.0",
"@unison-lang/ui-core-scripts": "^1.1.9",
"elm": "^0.19.1-6",
"elm-format": "^0.8.7",
"elm-git-install": "^0.1.4",
"elm-json": "^0.2.13",
"elm-review": "^2.12.0",
"elm-test": "^0.19.1-revision12",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vite-plugin-elm": "^3.0.1"
}
}