-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
57 lines (57 loc) · 1.72 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
{
"name": "shopify-admin-helper-app",
"version": "1.4.0",
"description": "HotWax Commerce shopify admin helper app",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hotwax/shopify-admin-helper-app.git"
},
"author": "HotWax Commerce",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hotwax/shopify-admin-helper-app/issues"
},
"homepage": "https://github.com/hotwax/shopify-admin-helper-app#readme",
"dependencies": {
"@capacitor/core": "3.2.3",
"@capacitor/network": "^1.0.3",
"@ionic/vue": "^5.4.0",
"@ionic/vue-router": "^5.4.0",
"@shopify/app-bridge-utils": "^2.0.4",
"@types/luxon": "^2.3.2",
"axios": "^0.21.1",
"axios-cache-adapter": "^2.7.3",
"core-js": "^3.6.5",
"http-status-codes": "^2.1.4",
"luxon": "^2.4.0",
"mitt": "^2.1.0",
"vue": "^3.2.1",
"vue-i18n": "9.1.10",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.1",
"vuex-persistedstate": "^4.0.0-beta.3"
},
"devDependencies": {
"@capacitor/cli": "3.2.3",
"@shopify/app-bridge": "^2.0.3",
"@typescript-eslint/eslint-plugin": "~5.26.0",
"@typescript-eslint/parser": "~5.26.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-e2e-cypress": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.0.0-0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^2.0.0-0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"typescript": "^4.3.5"
}
}