-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.93 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
63
{
"name": "locallysourcedcuba-frontend",
"version": "0.0.1",
"description": "Cuba tourism tour agency.",
"productName": "locallysourcedcuba-frontend",
"author": "alcidesrh <alcidesrh@gmail.com>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"test": "echo \"No test specified\" && exit 0",
"graphql-generate": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.3.14",
"@quasar/extras": "^1.0.0",
"@types/lodash-es": "^4.17.4",
"@types/webpack-env": "^1.16.0",
"@vue/apollo-composable": "^4.0.0-alpha.12",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"dayjs": "^1.9.5",
"graphql": "^15.5.0",
"graphql-codegen-fragment-matcher": "^0.18.2",
"graphql-tag": "^2.11.0",
"lodash-es": "^4.17.21",
"omit-deep": "^0.3.0",
"quasar": "^2.0.0-beta.1"
},
"devDependencies": {
"@graphql-codegen/cli": "1.21.3",
"@graphql-codegen/fragment-matcher": "2.0.1",
"@graphql-codegen/introspection": "1.18.1",
"@graphql-codegen/typescript": "1.21.1",
"@graphql-codegen/typescript-graphql-files-modules": "^1.18.1",
"@quasar/app": "^3.0.0-beta.1",
"@types/node": "^10.17.15",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"autoprefixer": "^9.8.8",
"babel-eslint": "^10.0.1",
"eslint": "^7.14.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^7.0.0",
"postcss": "^7.0.39",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}