-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 872 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 872 Bytes
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
{
"name": "megahack",
"version": "0.0.1",
"description": "A Quasar Framework app",
"productName": "Megahack App",
"cordovaId": "org.devnext.megahack",
"capacitorId": "",
"author": "Time 48",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"apollo-boost": "^0.4.7",
"axios": "^0.19.2",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.3",
"quasar": "^1.0.0",
"vue-apollo": "^3.0.3"
},
"devDependencies": {
"@quasar/app": "^1.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^6.2.2"
},
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}