-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.91 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
{
"name": "vease",
"version": "0.0.0",
"private": true,
"description": "Desktop and cloud software for data visualization",
"main": "dist-electron/main.js",
"scripts": {
"dev": "npx [email protected] dev --no-fork",
"generate": "nuxt generate",
"compile_back": "node node_scripts/run_script_file.js compile back",
"compile_viewer": "node node_scripts/run_script_file.js compile viewer",
"install_back": "node node_scripts/run_script_file.js install back",
"install_viewer": "node node_scripts/run_script_file.js install viewer",
"build_back": "node node_scripts/run_script_file.js back/build",
"build_viewer": "node node_scripts/run_script_file.js viewer/build",
"build_microservices": "npm run build_back && npm run build_viewer",
"build": "nuxi build --prerender",
"test": "vitest",
"package": "npm run build && electron-builder build --publish=never",
"postinstall": "npm run install_back && npm run install_viewer"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Geode-solutions/Vease.git"
},
"keywords": [
"Geology",
"Visualization",
"Web",
"Desktop",
"Meshing"
],
"author": "Geode-solutions",
"license": "MIT",
"bugs": {
"url": "https://github.com/Geode-solutions/Vease/issues"
},
"homepage": "https://github.com/Geode-solutions/Vease#readme",
"devDependencies": {
"@geode/opengeodeweb-front": "^9.2.1",
"electron": "^32.1.2",
"electron-builder": "^25.0.5",
"nuxt": "^3.13.2",
"nuxt-electron": "^0.7.0",
"vuetify": "^3.7.2",
"vuetify-nuxt-module": "^0.18.3"
},
"dependencies": {
"@fontsource/michroma": "^5.1.0",
"@nuxt/kit": "^3.13.2",
"@pinia/nuxt": "^0.5.4",
"@vueuse/nuxt": "^11.1.0",
"draggable": "^4.2.0",
"electron-updater": "^6.3.4",
"get-port-please": "^3.1.2",
"h3-formidable": "^1.0.0",
"js-file-download": "^0.4.12",
"pinia": "^2.2.2"
}
}