This repository was archived by the owner on Aug 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.7 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.7 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"author": {
"name": "netop://ウエハ",
"url": "https://webb.page"
},
"dependencies": {
"@peculiar/x509": "^1.9.5",
"@tauri-apps/api": "^1.5.1",
"@toml-tools/parser": "^1.0.0",
"buffer": "^6.0.3",
"copy-text-to-clipboard": "^3.2.0",
"dedent": "^1.5.1",
"dnsz": "^4.0.0",
"smol-toml": "^1.1.3",
"tauri-plugin-fs-extra-api": "github:tauri-apps/tauri-plugin-fs-extra#v1"
},
"description": "Domain Ownership License Orchestrator",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"@tauri-apps/cli": "^1.5.6",
"@tsconfig/svelte": "^5.0.2",
"chronver": "*",
"del-cli": "^5.1.0",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"sass": "^1.69.5",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"updates": "^15.0.4",
"vite": "^4.5.0"
},
"name": "dolo-desktop",
"private": true,
"scripts": {
"build": "npm i && npm run clean && npm run render && vite build",
"clean": "del-cli './dist' './public/style*'",
"dev": "vite",
"icon": "npm run tauri icon",
"increment": "chronver --increment package",
"pre-commit": "npm run increment && git add -A :/",
"release": "npm run tauri build",
"render": "sass sass:public --style compressed",
"tauri": "tauri",
"test": "run-s test:*",
"test:dependencies": "updates --update ./",
"test:svelte": "svelte-check",
"test:typescript": "tsc --noEmit",
"watch": "npm run render && run-p watch:*",
"watch:develop": "npm run tauri dev",
"watch:sass": "sass --watch sass:public --style compressed"
},
"type": "module",
"version": "2023.12.01.2"
}