-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.46 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
49
50
51
52
53
54
55
56
57
{
"name": "Politicando",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@desislavsd/vue-select": "^0.5.0",
"@fortawesome/fontawesome-free": "^5.12.1",
"apexcharts": "^3.18.1",
"axios": "^0.19.2",
"core-js": "^3.6.4",
"date-fns": "^2.12.0",
"debounce": "^1.2.0",
"epic-spinners": "^1.1.0",
"vue": "^2.6.11",
"vue-apexcharts": "^1.5.3",
"vue-async": "^0.4.0",
"vue-async-computed": "^3.8.2",
"vue-axios": "^2.1.5",
"vue-carousel-3d": "^0.2.0",
"vue-good-table": "^2.19.1",
"vue-router": "^3.1.5",
"vue-select": "^3.9.4",
"vue-the-mask": "^0.11.1",
"vue-toastification": "^1.6.0",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-eslint": "~4.2.0",
"@vue/cli-plugin-router": "~4.2.0",
"@vue/cli-plugin-vuex": "~4.2.0",
"@vue/cli-service": "~4.2.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-vue": "^6.1.2",
"lint-staged": "^9.5.0",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]
}
}