-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.2 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.2 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
{
"name": "eros-vibe",
"version": "0.0.1",
"description": "A sex toy manager powered by Quasar",
"productName": "Eros Vibe",
"author": "ParticleG <particle_g@outlook.com>",
"type": "module",
"private": true,
"scripts": {
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev-android": "tauri android dev",
"dev-desktop": "tauri dev",
"dev-ios": "tauri ios dev",
"dev-web": "quasar dev -m pwa",
"build-android": "tauri android build",
"build-desktop": "tauri build",
"build-ios": "tauri ios build",
"build-web": "quasar build -m pwa",
"postinstall": "quasar prepare"
},
"dependencies": {
"@quasar/extras": "^1.16.16",
"axios": "^1.7.9",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate": "^4.2.0",
"quasar": "^2.17.7",
"register-service-worker": "^1.7.2",
"tauri-plugin-bluetooth-api": "file:..\\..\\OtherProjects\\tauri-plugin-bluetooth",
"vue": "^3.5.13",
"vue-i18n": "^9.14.2",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@quasar/app-vite": "^2.0.8",
"@tauri-apps/cli": "^2.2.7",
"@types/node": "^20.17.17",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.4.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.20.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"prettier": "^3.5.0",
"typescript": "~5.5.4",
"vite-plugin-checker": "^0.8.0",
"vue-tsc": "~2.1.10",
"workbox-build": "^7.3.0",
"workbox-cacheable-response": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0"
},
"engines": {
"node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}