-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
63 lines (63 loc) · 1.78 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": "oblyk",
"version": "1.0.0",
"private": true,
"engines": {
"node": "16.x.x"
},
"scripts": {
"dev": "nuxt",
"build": "node node_modules/nuxt/bin/nuxt.js build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js",
"analyze": "nuxt build --analyze"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@nuxtjs/auth-next": "5.0.0-1643278128.1c7fef7",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/i18n": "^7.2.0",
"@nuxtjs/localforage": "^1.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/robots": "^2.5.0",
"actioncable-vue": "^2.5.1",
"chart.js": "^2.9.4",
"core-js": "^3.15.1",
"leaflet": "^1.7.1",
"leaflet-textpath": "^1.2.3",
"luxon": "^3.4.0",
"marked": "^4.0.10",
"nuxt": "^2.15.7",
"nuxt-matomo": "^1.2.4",
"nuxt-route-meta": "^2.3.6",
"panzoom": "^9.4.3",
"suncalc": "^1.9.0",
"three": "^0.164.1",
"vue-chartjs": "^3.5.1",
"vue-cropper": "^0.5.8",
"vue-lazy-hydration": "^2.0.0-beta.4",
"vue2-leaflet": "^2.7.1",
"vue2-leaflet-editable": "^0.5.0",
"vue2-leaflet-markercluster": "^3.1.0",
"vuetify": "^2.7.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
"@mdi/js": "^6.5.95",
"@nuxt/types": "~2.15.0",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/vuetify": "^1.12.1",
"eslint": "^7.29.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.12.1",
"sass": "^1.44.0",
"sass-loader": "^10.2.0",
"webpack": "^4.46.0"
}
}