-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.81 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/device": "^3.1.0",
"@nuxtjs/html-validator": "^1.2.4",
"@nuxtjs/i18n": "8.0.0-beta.10",
"@nuxtjs/tailwindcss": "^6.6.6",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@types/node": "^18",
"nuxt": "^3.4.1",
"nuxt-icon": "^0.3.3",
"nuxt-lodash": "^2.4.1",
"nuxt-svgo": "^1.1.0",
"nuxt-typed-router": "^3.0.4"
},
"dependencies": {
"@apollo/client": "^3.7.10",
"@graphql-tools/utils": "^9.2.1",
"@headlessui/vue": "^1.7.13",
"@nuxt/image-edge": "1.0.0-28020728.5df24eb",
"@pinia/nuxt": "^0.4.7",
"@rollup/plugin-graphql": "^2.0.3",
"@supermap/iclient-leaflet": "11.1.0-beta",
"@tailwindcss/typography": "^0.5.9",
"@vue-leaflet/vue-leaflet": "^0.9.0",
"@vue/apollo-composable": "4.0.0-beta.4",
"@vueuse/core": "^10.0.2",
"@vueuse/nuxt": "^9.13.0",
"@zxing/library": "^0.20.0",
"aos": "^2.3.4",
"apollo-link-ws": "^1.0.20",
"apollo-utilities": "^1.3.4",
"firebase": "^9.18.0",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.12.1",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.28",
"jwt-decode": "^3.1.2",
"leaflet": "^1.9.3",
"leaflet-routing-machine": "^3.2.12",
"leaflet-search": "^3.0.9",
"magic-regexp": "^0.6.3",
"nuxt-csurf": "^1.2.0",
"nuxt-swiper": "^1.0.1",
"qrcode-reader": "^1.0.4",
"qrcode.vue": "^3.4.0",
"subscriptions-transport-ws": "^0.9.16",
"vee-validate": "^4.8.6",
"vue": "^3.2.36",
"vue-composable": "1.0.0-beta.24",
"vue3-qr-reader": "^1.0.0",
"vue3-qrcode-reader": "^0.0.1"
}
}