-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.29 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
{
"name": "receiving",
"version": "4.2.1",
"private": true,
"description": "HotWax Commerce Receiving App",
"scripts": {
"dev": "vite",
"build": "vite build",
"test:unit": "vitest",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"serve": "vite preview"
},
"dependencies": {
"@capacitor/android": "catalog:",
"@capacitor/core": "catalog:",
"@ionic/core": "catalog:",
"@ionic/vue": "catalog:",
"@ionic/vue-router": "catalog:",
"firebase": "catalog:",
"luxon": "catalog:",
"mitt": "catalog:",
"pinia": "catalog:",
"pinia-plugin-persistedstate": "catalog:",
"register-service-worker": "catalog:",
"vue": "catalog:",
"vue-barcode-reader": "catalog:",
"vue-router": "catalog:"
},
"devDependencies": {
"@capacitor/cli": "catalog:",
"@types/luxon": "catalog:",
"@typescript-eslint/eslint-plugin": "~5.26.0",
"@typescript-eslint/parser": "~5.26.0",
"@vitejs/plugin-legacy": "catalog:",
"@vitejs/plugin-vue": "catalog:",
"@vue/test-utils": "^2.0.0-0",
"cypress": "^8.3.0",
"eslint": "catalog:",
"eslint-plugin-vue": "^8.0.3",
"terser": "^5.14.2",
"typescript": "catalog:",
"vite": "catalog:",
"vite-plugin-pwa": "catalog:",
"vitest": "catalog:"
}
}