forked from ielvisd/boostpow-meetings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.82 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
60
61
62
{
"name": "boostpow-daily-meetings",
"version": "0.0.1",
"description": "BoostPOW Daily meetings",
"productName": "BoostPOW Daily meetings",
"author": "Elvis Ibarra <[email protected]>",
"private": true,
"scripts": {
"dev": "quasar dev",
"build": "quasar build",
"deploy": "vercel",
"build:pwa": "quasar build -m pwa",
"lint": "eslint --ext .js,.vue ./",
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@emailjs/browser": "^3.6.2",
"@quasar/extras": "^1.0.0",
"@vueform/multiselect": "^2.4.2",
"@vueuse/core": "^9.2.0",
"chart.js": "^3.8.2",
"firebase": "^9.8.4",
"graphql": "^16.5.0",
"graphql-tag": "^2.12.6",
"pinia": "^2.0.14",
"plausible-tracker": "^0.3.8",
"quasar": "^2.6.0",
"stag-relayx": "^0.2.10",
"vercel": "^28.13.0",
"vue": "^3.2.45",
"vue-apollo": "^3.1.0",
"vue-chartjs": "^4.1.1",
"vue-router": "^4.0.0",
"vue-toastification": "^1.7.14",
"vue3-radial-progress": "^1.1.1",
"vue3-youtube": "^0.1.9"
},
"devDependencies": {
"@chenfengyuan/vue-number-input": "^2.0.1",
"@quasar/app-vite": "^1.0.0-alpha.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@unocss/transformer-directives": "^0.45.1",
"@vue/apollo-composable": "^4.0.0-alpha.18",
"autoprefixer": "^10.4.2",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^8.5.0",
"prettier": "^2.5.1",
"redaxios": "^0.5.0",
"typescript": "^4.9.5",
"unocss": "^0.30.11",
"vite-ssg": "^0.20.2"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}