-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.7 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
{
"name": "auto20-next",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@f3ve/vue-markdown-it": "^0.2.2",
"@types/leaflet.markercluster": "^1.5.4",
"@types/vue-i18n": "^7.0.0",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"axios": "^1.7.7",
"core-js": "^3.8.3",
"detect-inapp": "^1.4.0",
"firebase": "^10.11.1",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"postcss": "^8.4.31",
"pug": "^3.0.3",
"pug-plain-loader": "^1.1.0",
"qrcode": "^1.5.3",
"register-service-worker": "^1.7.2",
"sass": "^1.77.8",
"sass-loader": "^16.0.1",
"semantic-ui-css": "^2.5.0",
"vue": "^3.2.13",
"vue-gtag": "^2.0.1",
"vue-i18n": "9",
"vue-qrcode": "^2.2.2",
"vue-router": "^4.0.3",
"vue3-carousel": "^0.3.3"
},
"devDependencies": {
"@types/detect-inapp": "^1.4.3",
"@types/leaflet": "^1.9.12",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/language-plugin-pug": "^2.1.6",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"file-loader": "^6.2.0",
"gh-pages": "^6.1.1",
"typescript": "~4.5.5"
},
"_id": "[email protected]",
"readme": "ERROR: No README data found!"
}