-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
76 lines (76 loc) · 2.23 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
{
"name": "@geode/opengeodeweb-front",
"scripts": {
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"test": "vitest",
"coverage": "vitest run --coverage",
"geode_objects": "node scripts/generate_geode_objects.js && prettier ./assets/geode_objects.js --write"
},
"devDependencies": {
"@nuxt/test-utils": "^3.15.1",
"@pinia/testing": "^0.1.7",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vuetify": "^2.4.0",
"happy-dom": "^15.11.7",
"jsdom": "^24.1.3",
"nuxt": "^3.13.2",
"playwright-core": "^1.44.1",
"prettier": "3.3.2",
"resize-observer-polyfill": "^1.5.1",
"vite": "^5.4.11",
"vite-plugin-vuetify": "^2.0.4",
"vitest": "^2.1.8",
"vitest-environment-nuxt": "^1.0.1",
"vuetify": "^3.7.5",
"wslink": "1.12.4"
},
"overrides": {
"vue": "latest"
},
"description": "OpenSource Vue/Vuetify framework for web applications",
"type": "module",
"version": "0.0.0-semantically-released",
"main": "./nuxt.config.js",
"dependencies": {
"@geode/opengeodeweb-back": "5.4.0",
"@geode/opengeodeweb-viewer": "1.1.0",
"@kitware/vtk.js": "30.3.1",
"@mdi/font": "^7.4.47",
"@pinia/nuxt": "^0.5.4",
"@types/node": "^22.5.1",
"@vueuse/components": "^11.0.3",
"@vueuse/nuxt": "^11.0.3",
"ajv": "^8.17.1",
"is-electron": "^2.2.2",
"js-file-download": "^0.4.12",
"pinia": "^2.2.2",
"sass": "^1.77.8",
"semver": "^7.6.3",
"vue-recaptcha": "^2.0.3",
"vue3-carousel": "^0.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Geode-solutions/OpenGeodeWeb-Front.git"
},
"author": {
"name": "Geode-solutions",
"email": "[email protected]",
"url": "https://geode-solutions.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Geode-solutions/OpenGeodeWeb-Front/issues"
},
"homepage": "https://github.com/Geode-solutions/OpenGeodeWeb-Front",
"publishConfig": {
"access": "public"
}
}