-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.47 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
{
"name": "mapovanie",
"version": "0.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:android": "npm run build && ionic cap sync && ionic cap open android",
"build:ios": "npm run build && ionic cap sync && ionic cap open ios",
"lint": "vue-cli-service lint",
"lint:scss": "stylelint ./src/**/*.{vue,css,pcss} --fix",
"deploy": "npm install && npm run build && rm -rf ../htdocs/js/ && rm -rf ../htdocs/css/ && rm -rf ../htdocs/assets/ && rm ../htdocs/index.html && cp -r dist/. ../htdocs/"
},
"dependencies": {
"@capacitor-community/apple-sign-in": "^0.1.1",
"@capacitor-community/facebook-login": "^3.0.0",
"@capacitor/android": "^3.0.0",
"@capacitor/app": "^1.0.0",
"@capacitor/camera": "^1.0.0",
"@capacitor/core": "^3.0.0",
"@capacitor/device": "^1.0.0",
"@capacitor/geolocation": "^1.0.0",
"@capacitor/haptics": "^1.0.0",
"@capacitor/ios": "^3.0.0",
"@capacitor/keyboard": "^1.0.0",
"@capacitor/splash-screen": "^1.0.0",
"@capacitor/status-bar": "^1.0.0",
"@capacitor/storage": "^1.0.0",
"@ionic/pwa-elements": "^3.0.2",
"@ionic/vue": "^5.6.7",
"@ionic/vue-router": "^5.6.7",
"axios": "^0.21.1",
"core-js": "^3.12.1",
"geojson": "^0.5.0",
"ionicons": "^5.5.1",
"luxon": "^1.27.0",
"mapbox-gl": "^2.2.0",
"scriptjs": "^2.5.9",
"vue": "^3.0.9",
"vue-gtag": "^2.0.1",
"vue-router": "^4.0.8",
"vuex": "^4.0.1"
},
"devDependencies": {
"@capacitor/cli": "^3.0.0",
"@types/geojson": "^7946.0.7",
"@types/luxon": "^1.26.5",
"@types/mapbox-gl": "^2.1.2",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-plugin-eslint": "~4.5.13",
"@vue/cli-plugin-router": "^4.5.13",
"@vue/cli-plugin-typescript": "~4.5.13",
"@vue/cli-service": "4.5.13",
"@vue/compiler-sfc": "^3.0.11",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/eslint-config-typescript": "^7.0.0",
"autoprefixer": "^9.8.6",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.8.0",
"postcss": "^7.0.35",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.3",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.2",
"typescript": "^4.2.4"
},
"description": "An Ionic project"
}