-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 KB
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
{
"name": "Irri",
"version": "0.0.1",
"description": "Automated irrigation",
"productName": "Irri",
"cordovaId": "org.cordova.quasar.app",
"author": "",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0",
"start-alax": "node build/dev-server.js",
"start": "quasar dev"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-stage-2": "^7.0.0",
"@babel/runtime-corejs2": "^7.0.0",
"@quasar/extras": "^1.0.0",
"axios": "^0.18.1",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"quasar": "^1.4.0",
"stylus": "^0.54.7",
"v-calendar": "^1.0.0-beta.22"
},
"devDependencies": {
"@quasar/app": "^1.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0",
"vuex-persist": "^2.1.1"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}