-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.74 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "shakerite",
"version": "3.1.1",
"description": "The app for the Shakerite",
"author": "Ben Schattinger <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "LINT=true vue-cli-service lint",
"build:android": "npm-run-all build sync:android",
"build:ios": "npm-run-all build sync:ios",
"copy:android": "npx cap copy android",
"copy:ios": "npx cap copy ios",
"dev": "vue-cli-service build --mode development",
"dev:android": "npm-run-all dev copy:android",
"dev:ios": "npm-run-all dev copy:ios",
"sync:android": "npx cap sync android",
"sync:ios": "npx cap sync ios"
},
"dependencies": {
"@capacitor/android": "^2.0.0-beta.1",
"@capacitor/cli": "^2.0.0-beta.1",
"@capacitor/core": "^2.0.0-beta.1",
"@capacitor/ios": "^2.0.0-beta.1",
"@fortawesome/fontawesome-free": "^5.13.0",
"@ionic-native/core": "^5.23.0",
"@ionic-native/http": "^5.23.0",
"@ionic-native/keyboard": "^5.23.0",
"@ionic/core": "^5.0.7",
"@types/cordova": "^0.0.34",
"@types/cordova-ionic": "^0.0.29",
"@vue/web-component-wrapper": "^1.2.0",
"array-to-sentence": "^2.0.0",
"axios": "0.19.2",
"cordova-launch-review": "^3.1.1",
"cordova-plugin-advanced-http": "^2.3.1",
"cordova-plugin-file": "^6.0.2",
"core-js": "^3.6.1",
"he": "^1.2.0",
"li": "^1.3.0",
"lodash": "^4.17.11",
"mdn-polyfills": "^5.14.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"pako": "^1.0.7",
"sanitize-html": "^1.19.3",
"sha1": "^1.1.1",
"typeface-open-sans": "^0.0.75",
"typeface-roboto": "^0.0.75",
"typeface-zilla-slab": "^0.0.72",
"vue": "^2.6.11",
"vue-async-computed": "^3.8.2",
"vue-class-component": "^7.0.2",
"vue-custom-element": "^3.2.13",
"vue-fragment": "^1.5.1",
"vue-property-decorator": "^8.4.1",
"vue-router": "^3.0.1",
"vue-shave": "^1.0.3",
"vuex": "^3.1.2",
"wpapi": "^1.1.2"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@types/lodash": "^4.14.149",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"@vue/cli-plugin-babel": "^4.1.1",
"@vue/cli-plugin-eslint": "^4.1.1",
"@vue/cli-plugin-pwa": "^4.1.1",
"@vue/cli-plugin-typescript": "^4.1.1",
"@vue/cli-service": "^4.1.1",
"@vue/eslint-config-typescript": "^5.0.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.1.1",
"fibers": "^4.0.1",
"html-loader": "^1.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.2",
"sass": "^1.24.0",
"sass-loader": "^8.0.0",
"typescript": "3.8.3",
"vue-template-compiler": "^2.6.11"
},
"license": "Apache-2.0"
}