|
1 | 1 | {
|
2 | 2 | "name": "cross-vue",
|
3 |
| - "version": "1.0.0", |
| 3 | + "version": "1.0.1", |
4 | 4 | "description": "An all-in-one starter pack for vue with mobile and desktop apps",
|
5 | 5 | "main": "./src/main.ts",
|
6 | 6 | "scripts": {
|
|
22 | 22 | "lint": "node -e 'require(\"./scripts\").lint()'",
|
23 | 23 | "format": "node -e 'require(\"./scripts\").format()'",
|
24 | 24 | "project-setup": "node -e 'require(\"./scripts\").projectSetup()'",
|
25 |
| - |
| 25 | + |
26 | 26 | "test": "echo \"Error: no test specified\" && exit 1"
|
27 | 27 | },
|
28 | 28 | "repository": {
|
|
36 | 36 | },
|
37 | 37 | "homepage": "https://github.com/srav001/cross-web#readme",
|
38 | 38 | "dependencies": {
|
39 |
| - "@capacitor/android": "^4.1.0", |
| 39 | + "@capacitor/android": "^4.3.0", |
40 | 40 | "@capacitor/app": "4.0.1",
|
41 |
| - "@capacitor/core": "4.1.0", |
| 41 | + "@capacitor/core": "4.3.0", |
42 | 42 | "@capacitor/haptics": "4.0.1",
|
43 |
| - "@capacitor/ios": "^4.1.0", |
| 43 | + "@capacitor/ios": "^4.3.0", |
44 | 44 | "@capacitor/keyboard": "4.0.1",
|
45 | 45 | "@capacitor/status-bar": "4.0.1",
|
46 |
| - "@ionic/vue": "^6.2.4", |
47 |
| - "@ionic/vue-router": "^6.2.4", |
48 |
| - "@tauri-apps/api": "^1.0.2", |
49 |
| - "pinia": "^2.0.20", |
50 |
| - "vue": "^3.2.37", |
51 |
| - "vue-router": "^4.1.4" |
| 46 | + "@ionic/vue": "^6.2.8", |
| 47 | + "@ionic/vue-router": "^6.2.8", |
| 48 | + "@tauri-apps/api": "^1.1.0", |
| 49 | + "pinia": "^2.0.22", |
| 50 | + "vue": "^3.2.39", |
| 51 | + "vue-router": "^4.1.5" |
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 |
| - "@capacitor/cli": "4.1.0", |
55 |
| - "@commitlint/cli": "^17.0.3", |
56 |
| - "@commitlint/config-conventional": "^17.0.3", |
57 |
| - "@tauri-apps/cli": "^1.0.5", |
58 |
| - "@types/node": "^18.7.13", |
59 |
| - "@typescript-eslint/eslint-plugin": "^5.35.1", |
60 |
| - "@typescript-eslint/parser": "^5.35.1", |
61 |
| - "@unocss/transformer-directives": "^0.45.12", |
62 |
| - "@vitejs/plugin-vue": "^3.0.3", |
| 54 | + "@capacitor/cli": "4.3.0", |
| 55 | + "@commitlint/cli": "^17.1.2", |
| 56 | + "@commitlint/config-conventional": "^17.1.0", |
| 57 | + "@tauri-apps/cli": "^1.1.1", |
| 58 | + "@types/node": "^18.7.20", |
| 59 | + "@typescript-eslint/eslint-plugin": "^5.38.0", |
| 60 | + "@typescript-eslint/parser": "^5.38.0", |
| 61 | + "@unocss/transformer-directives": "^0.45.22", |
| 62 | + "@vitejs/plugin-legacy": "^2.2.0", |
| 63 | + "@vitejs/plugin-vue": "^3.1.0", |
63 | 64 | "@vue/eslint-config-airbnb": "^7.0.0",
|
64 |
| - "eslint": "^8.22.0", |
| 65 | + "eslint": "^8.24.0", |
65 | 66 | "eslint-config-prettier": "^8.5.0",
|
66 |
| - "eslint-import-resolver-typescript": "^3.5.0", |
67 |
| - "eslint-plugin-vue": "^9.4.0", |
| 67 | + "eslint-import-resolver-typescript": "^3.5.1", |
| 68 | + "eslint-plugin-vue": "^9.5.1", |
68 | 69 | "eslint-plugin-vuejs-accessibility": "^1.2.0",
|
69 | 70 | "husky": "^8.0.1",
|
70 | 71 | "prettier": "^2.7.1",
|
71 |
| - "taze": "^0.7.6", |
72 |
| - "unocss": "^0.45.12", |
73 |
| - "vite": "^3.0.9", |
74 |
| - "vite-plugin-pages": "^0.25.0", |
75 |
| - "vue-tsc": "^0.40.1" |
| 72 | + "taze": "^0.8.1", |
| 73 | + "unocss": "^0.45.22", |
| 74 | + "vite": "^3.1.3", |
| 75 | + "vite-plugin-pages": "^0.26.0", |
| 76 | + "vue-tsc": "^0.40.13" |
76 | 77 | }
|
77 | 78 | }
|
0 commit comments