-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.3 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.3 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
69
70
71
{
"name": "palm-ip",
"version": "0.0.1",
"description": "Palm Valley Nigeria Limited Agricultural Innovation Platfrom for Rice and Maize Produce.",
"productName": "Palm IP",
"author": "Isah Raphael <33344810+realralphg@users.noreply.github.com>",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{js,cjs,mjs,vue}\"",
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build",
"postinstall": "quasar prepare"
},
"dependencies": {
"@alova/adapter-axios": "^2.0.12",
"@awesome-cordova-plugins/core": "^6.13.0",
"@awesome-cordova-plugins/open-native-settings": "^6.13.0",
"@capacitor/core": "^6.2.0",
"@capacitor/geolocation": "^6.1.0",
"@quasar/extras": "^1.16.15",
"@quasar/quasar-ui-qcalendar": "^4.0.0-beta.19",
"@quasar/quasar-ui-qiconpicker": "^2.0.7",
"@toneflix/vue-auth": "^1.8.3",
"alova": "^3.2.7",
"axios": "^1.7.9",
"leaflet": "^1.9.4",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.2.0",
"quasar": "^2.17.5",
"register-service-worker": "^1.7.2",
"rxjs": "^7.8.1",
"swiper": "^10.2.0",
"vue": "^3.5.13",
"vue-countdown": "^1.0.4",
"vue-i18n": "^10.0.5",
"vue-picture-cropper": "^0.6.2",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^7.0.0",
"@quasar/app-vite": "^2.0.4",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.2.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vite-plugin-checker": "^0.8.0",
"vue-tsc": "^2.2.0",
"workbox-build": "^7.0.0",
"workbox-cacheable-response": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0"
},
"engines": {
"node": "^30 || ^28 || ^26 || ^24 || ^22 || ^20 || ^18",
"npm": ">= 6.14.12",
"yarn": ">= 1.17.3"
},
"packageManager": "yarn@4.5.3"
}