-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "homeydash-future",
"version": "1.0.0",
"description": "Dashboard for Homey",
"productName": "HomeyDash",
"cordovaId": "homeyda.sh.app",
"author": "Bas Jansen <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev -t ios"
},
"dependencies": {
"axios": "^0.17.1",
"draggabilly": "^2.1.1",
"lodash": "^4.17.5",
"moment": "^2.21.0",
"query-string": "^5.1.0",
"vue-touch": "^2.0.0-beta.4",
"vuex-persistedstate": "^2.4.2"
},
"devDependencies": {
"babel-eslint": "8.2.1",
"eslint": "4.15.0",
"eslint-config-standard": "10.2.1",
"eslint-friendly-formatter": "3.0.0",
"eslint-loader": "1.7.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.2.0",
"eslint-plugin-promise": "3.4.0",
"eslint-plugin-standard": "3.0.1",
"eslint-plugin-vue": "4.0.0",
"pug": "^2.0.0",
"quasar-cli": "^0.15.6"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}