-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.51 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
{
"name": "learn-quasar",
"version": "0.4",
"description": "Try this free app to learn the Quasar framework with Vue.js, step by step.",
"productName": "Learn Quasar App",
"author": "darren@paladyne.co.jp",
"private": true,
"scripts": {
"predeploy" : "npm run build",
"deploy" : "gh-pages -d dist",
"dev": "quasar dev",
"build": "quasar build",
"lint": "eslint --ext .js,.vue ./",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@emailjs/browser": "^3.6.2",
"@quasar/extras": "^1.16.3",
"@supabase/supabase-js": "^2.1.1",
"dotenv": "^16.0.3",
"pinia": "^2.0.11",
"quasar": "^2.12.0",
"uid": "^2.0.1",
"uuid": "^9.0.0",
"vanilla-cookieconsent": "^2.8.9",
"vue": "^3.2.41",
"vue-chartjs": "^4.1.1",
"vue-colcade": "^1.2.4",
"vue-cookie-comply": "^0.0.3",
"vue-cookieconsent": "^0.0.11",
"vue-flip": "^2.2.0",
"vue-i18n": "^9.0.0",
"vue-router": "^4.0.0",
"vue-social-sharing": "^4.0.0-alpha4",
"vue3-carousel": "^0.1.40"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
"@quasar/app-vite": "^1.3.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.10.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.0.0",
"gh-pages": "^5.0.0"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}