-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.98 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
{
"name": "cycle-count",
"version": "5.2.0",
"private": true,
"type": "module",
"description": "HotWax Commerce Cycle Count App",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:e2e": "cypress run",
"test:unit": "vitest",
"lint": "eslint ."
},
"dependencies": {
"@capacitor/android": "catalog:",
"@capacitor/core": "catalog:",
"@capacitor/ios": "catalog:",
"@capacitor/network": "7.0.3",
"@ionic/core": "catalog:",
"@ionic/vue": "catalog:",
"@ionic/vue-router": "catalog:",
"@types/node-json-transform": "catalog:",
"axios": "catalog:",
"axios-cache-adapter": "catalog:",
"comlink": "^4.4.1",
"core-js": "^3.6.5",
"dexie": "^4.0.7",
"http-status-codes": "catalog:",
"lodash-es": "^4.17.21",
"luxon": "catalog:",
"node-json-transform": "catalog:",
"pinia": "catalog:",
"pinia-plugin-persistedstate": "catalog:",
"register-service-worker": "^1.7.1",
"rxjs": "^7.8.2",
"vue": "catalog:",
"vue-barcode-reader": "catalog:",
"vue-i18n": "catalog:",
"vue-logger-plugin": "catalog:",
"vue-router": "catalog:",
"vue-virtual-scroll-list": "^2.3.5",
"vue-virtual-scroller": "catalog:",
"vue3-virtual-scroll-list": "^0.2.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@capacitor/cli": "catalog:",
"@intlify/vue-i18n-loader": "^2.1.0",
"@types/file-saver": "catalog:",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "catalog:",
"@types/papaparse": "catalog:",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "~5.26.0",
"@typescript-eslint/parser": "~5.26.0",
"@vue/compiler-sfc": "^3.0.0-0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^2.0.0-0",
"cypress": "^8.3.0",
"eslint": "catalog:",
"eslint-plugin-vue": "^8.0.3",
"file-saver": "catalog:",
"papaparse": "catalog:",
"typescript": "catalog:",
"vite-plugin-pwa": "catalog:"
}
}