forked from hydroshare/discovery-atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.88 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.88 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
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "hs-landing-page",
"version": "0.0.1",
"private": true,
"scripts": {
"serve": "vite --open",
"build": "vite build",
"lint": "eslint .",
"build-prod": "vite build --mode=production",
"serve-prod": "vite --mode production",
"deploy": "node scripts/gh-pages-deploy.js",
"up": "taze major -I"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.846.0",
"@cznethub/cznet-vue-core": "^0.2.39",
"@unhead/vue": "^2.0.11",
"@vueuse/core": "^13.5.0",
"@vueuse/head": "^2.0.0",
"@vuex-orm/core": "^0.36.4",
"axios": "^1.10.0",
"deepmerge": "^4.3.1",
"dompurify": "^3.2.6",
"google-maps": "^4.3.3",
"lodash.isequal": "^4.5.0",
"pretty-bytes": "^7.0.0",
"rxjs": "^7.8.2",
"vite-plugin-vuetify": "^2.1.1",
"vue": "^3.5.17",
"vue-browser-detect-plugin": "^0.1.18",
"vue-cookies": "^1.8.6",
"vue-demi": "^0.14.10",
"vue-facing-decorator": "^4.0.1",
"vue-i18n": "^11.1.9",
"vue-router": "^4.5.1",
"vue-timeago3": "^2.3.2",
"vuetify": "^3.8.12",
"vuex": "^4.1.0",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.16.2",
"@fortawesome/fontawesome-free": "^6.7.2",
"@iconify-json/carbon": "^1.2.10",
"@mdi/font": "^7.4.47",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"eslint": "^9.30.1",
"eslint-plugin-format": "^1.0.1",
"lint-staged": "^16.1.2",
"sass": "^1.89.2",
"shiki": "^3.7.0",
"taze": "^19.1.0",
"typescript": "^5.8.3",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"unplugin-vue-macros": "^2.14.5",
"vite": "^7.0.2",
"vite-plugin-pwa": "^1.0.1",
"vite-ssg": "^28.0.0",
"vite-ssg-sitemap": "^0.9.0",
"vitest": "^3.2.4",
"vue-tsc": "^3.0.1"
},
"lint-staged": {
"*": "eslint --fix"
}
}