-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.55 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
{
"name": "@anonacy/app",
"private": true,
"version": "2.1.10",
"author": "hewham",
"license": "AGPL",
"type": "module",
"scripts": {
"start": "ionic serve",
"serve": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"deploy": "npm run build && firebase deploy",
"tag": "git tag $npm_package_version && git push origin $npm_package_version",
"version": "echo $npm_package_name v$npm_package_version",
"v": "npm run version",
"test:e2e": "cypress run",
"test:unit": "vitest",
"lint": "eslint .",
"docker": "docker buildx build --push --platform linux/amd64,linux/arm64 -t anonacy/app:latest .",
"docker:builder": "docker buildx create --use"
},
"dependencies": {
"@capacitor/app": "5.0.7",
"@capacitor/core": "5.7.4",
"@capacitor/haptics": "5.0.7",
"@capacitor/keyboard": "5.0.8",
"@capacitor/status-bar": "5.0.7",
"@ionic/vue": "^7.0.0",
"@ionic/vue-router": "^7.0.0",
"axios": "^1.6.8",
"ionicons": "^7.0.0",
"vue": "^3.3.0",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@capacitor/cli": "5.7.4",
"@vitejs/plugin-legacy": "^5.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.3.0",
"cypress": "^13.5.0",
"eslint": "^8.35.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^22.1.0",
"terser": "^5.4.0",
"typescript": "^5.1.6",
"vite": "5.2.8",
"vitest": "^0.34.6",
"vue-tsc": "^1.0.24"
},
"description": "UI for @anonacy/postal-api"
}