This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.62 KB
/
package.json
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
{
"name": "app",
"version": "1.5.0",
"description": "Diabeto",
"productName": "Diabeto",
"cordovaId": "org.cordova.quasar.app",
"author": "Carlos Sechi <[email protected]>",
"private": true,
"scripts": {
"dev": "npx quasar dev",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"test": "echo \"No test specified\" && exit 0",
"deploy": "npm run build && firebase deploy --only hosting",
"build": "npx quasar build --mode pwa --modern",
"serve": "npx serve --single dist/pwa"
},
"dependencies": {
"@quasar/extras": "^1.12.4",
"@sentry/browser": "^5.29.1",
"@sentry/integrations": "^5.29.1",
"axios": "^0.21.4",
"chart.js": "^2.9.4",
"chartjs-plugin-annotation": "0.5.7",
"core-js": "^3.20.3",
"firebase": "^7.24.0",
"firebaseui": "^4.8.1",
"lodash": "^4.17.21",
"quasar": "^1.17.7",
"vue-i18n": "^8.27.0",
"vue-template-compiler": "2.6.11",
"vuejs-logger": "^1.5.5",
"vuelidate": "^0.7.7"
},
"devDependencies": {
"@quasar/app": "^2.2.11",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.4",
"eslint-plugin-vue": "^6.2.2",
"jest": "^27.4.7",
"serve": "^11.3.2",
"workbox-webpack-plugin": "^5.1.4"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Edge versions",
"last 2 Android versions",
"last 2 ChromeAndroid versions",
"last 2 FirefoxAndroid versions"
]
}