-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) 路 1.61 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) 路 1.61 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "homepi",
"version": "0.1.0",
"description": "HomePi Vue-JS project",
"author": "Alireza Josheghani <josheghani.dev@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"animate.css": "^3.7.2",
"apexcharts": "^3.8.6",
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"bootstrap-select": "^1.13.10",
"chart.js": "^2.8.0",
"jquery": "^3.4.1",
"mini-css-extract-plugin": "^0.8.0",
"moment-timezone": "^0.5.31",
"popper.js": "^1.15.0",
"v-title": "^1.0.8",
"vue": "^2.5.2",
"vue-apexcharts": "^1.5.0",
"vue-chartjs": "^3.4.2",
"vue-click-outside": "^1.0.7",
"vue-jalali-moment": "^1.0.0",
"vue-loaders": "^3.0.2",
"vue-multiselect": "^2.1.6",
"vue-notification": "^1.3.16",
"vue-router": "^3.0.1",
"vue-top-progress": "^0.7.0",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^4.4.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"serialize-javascript": ">=2.1.1",
"shelljs": "^0.8.3",
"vue-template-compiler": "^2.6.10"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"license": "MIT"
}