-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 1.95 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
70
71
72
73
74
75
{
"name": "Explore",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "firebase deploy",
"cordova-build-android": "vue-cli-service cordova-build-android",
"cordova-build-browser": "vue-cli-service cordova-build-browser",
"cordova-build-ios": "vue-cli-service cordova-build-ios",
"cordova-serve-android": "vue-cli-service cordova-serve-android",
"cordova-serve-browser": "vue-cli-service cordova-serve-browser",
"cordova-serve-ios": "vue-cli-service cordova-serve-ios"
},
"dependencies": {
"baffle": "^0.3.6",
"date-fns": "^1.29.0",
"file-saver": "^2.0.0",
"firebase": "^7.19.1",
"ical-generator": "^1.4.4",
"jspdf": "^1.5.3",
"license-checker": "^25.0.1",
"masonry-layout": "^4.2.2",
"qrcode": "^1.3.3",
"register-service-worker": "^1.0.0",
"tracking": "^1.1.3",
"v-autocomplete": "^1.8.2",
"vue": "^2.5.22",
"vue-i18n": "^8.7.0",
"vue-lazyload": "^1.3.3",
"vue-router": "^3.0.2",
"vue-social-sharing": "^2.4.6",
"vuex": "^3.1.0"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.3.0",
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-plugin-pwa": "^3.3.0",
"@vue/cli-service": "^3.3.1",
"@vue/eslint-config-standard": "^3.0.5",
"vue-cli-plugin-cordova": "^2.0.9",
"vue-cli-plugin-i18n": "^0.5.1",
"vue-template-compiler": "^2.6.12"
},
"peerDependencies": {
"vue-template-compiler": "^2.5.22"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"@vue/standard"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}