This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
82 lines (82 loc) · 3.11 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "launcher",
"version": "0.11.6",
"private": true,
"workspaces": [
"api",
"api_scripts"
],
"scripts": {
"start:dev": "npm run build -w @holochain/launcher-api-scripts && npm run tauri dev",
"start:dev2": "npm run build -w @holochain/launcher-api-scripts && npm run build:ui && cargo run --manifest-path ./src-tauri/Cargo.toml",
"dev": "vite",
"build:ui": "vue-tsc --noEmit && vite build && npm run build -w @holochain/launcher-api-scripts -w @holochain/launcher-api",
"build": "npm run build -w @holochain/launcher-api-scripts && npm run tauri -- build -v",
"preview": "vite preview",
"publish:apps": "ADMIN_PORT=10001 run-singleton \"node scripts/publish-apps.js --inspect\"",
"test:unit": "vue-cli-service test:unit",
"tauri": "tauri",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write",
"prepare": "npm run build -w @holochain/launcher-api && curl -L --output DevHub.webhapp https://github.com/holochain/devhub-gui/releases/download/v0.16.1/devhub.webhapp && curl -L --output AppStore.webhapp https://github.com/holochain/app-store-gui/releases/download/v0.4.0/appstore.webhapp"
},
"dependencies": {
"@fontsource/poppins": "^4.5.9",
"@holo-host/identicon": "^0.1.0",
"@holochain/client": "^0.16.11",
"@holochain/launcher-api": "file:./api",
"@material/mwc-button": "^0.25.1",
"@material/mwc-circular-progress": "0.25.1",
"@material/mwc-dialog": "^0.25.1",
"@material/mwc-fab": "^0.25.1",
"@material/mwc-formfield": "^0.25.3",
"@material/mwc-icon-button": "^0.25.1",
"@material/mwc-snackbar": "0.25.1",
"@material/mwc-textarea": "^0.25.1",
"@material/mwc-textfield": "^0.25.1",
"@msgpack/msgpack": "^2.7.1",
"@shoelace-style/shoelace": "^2.0.0-beta.86",
"@tauri-apps/api": "^1.4.0",
"@webcomponents/scoped-custom-element-registry": "^0.0.5",
"array-flat-polyfill": "^1.0.1",
"blob-polyfill": "^5.0.20210201",
"core-js": "^3.6.5",
"js-base64": "^3.7.2",
"lodash-es": "^4.17.21",
"mark.js": "^8.11.1",
"pretty-bytes": "^6.0.0",
"vue": "^3.2.45",
"vue-draggable-next": "^2.2.1",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@tauri-apps/cli": "=1.5.11",
"@types/lodash-es": "^4.17.6",
"@types/mark.js": "8.11.8",
"@types/node": "^18.7.10",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.0.0-0",
"adm-zip": "^0.5.10",
"concurrently": "^6.2.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"js-yaml": "^4.1.0",
"lint-staged": "^9.5.0",
"prettier": "3.0.1",
"replace-in-files-cli": "^1.0.0",
"run-singleton-cli": "^0.0.7",
"typescript": "^4.6.4",
"vite": "^4.3.5",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.0.11"
},
"type": "module"
}