forked from jemu75/fhemApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "fhemapp",
"version": "3.24.0",
"private": true,
"author": "jemu75",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\""
},
"dependencies": {
"apexcharts": "^3.27.3",
"core-js": "^3.16.2",
"typeface-roboto": "^1.1.13",
"vue": "^2.6.14",
"vue-apexcharts": "^1.6.2",
"vue-i18n": "^8.25.0",
"vue-json-pretty": "^1.8.1",
"vue-router": "^3.5.2",
"vuetify": "^2.5.8"
},
"devDependencies": {
"@mdi/font": "^5.9.55",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-router": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.38.0",
"sass-loader": "^8.0.0",
"vue-cli-plugin-i18n": "^2.1.3",
"vue-cli-plugin-vuetify": "~2.0.9",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.2"
},
"bugs": {
"url": "https://github.com/jemu75/fhemApp/issues"
},
"homepage": "https://github.com/jemu75/fhemApp#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jemu75/fhemApp.git"
}
}