This repository was archived by the owner on May 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.26 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.26 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "kickbase-plus",
"version": "1.7.2",
"description": "alternative web client for kickbase",
"scripts": {
"dev": "vue-cli-service serve --port 3200",
"serve": "vue-cli-service serve --port 3200",
"prod": "vue-cli-service build",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@chenfengyuan/vue-number-input": "^1.2.1",
"axios": "^0.27.2",
"chart.js": "^2.9.4",
"core-js": "^3.23.5",
"lodash.debounce": "^4.0.8",
"moment": "~2.29",
"numeral": "^2.0.6",
"vue": "^2.6.14",
"vue-chartjs": "^3.5.1",
"vue-numeral-filter": "^1.1.3",
"vue-numerals": "^3.1.1",
"vue-router": "^3.5.4",
"vuetify": "~2.6",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@fortawesome/fontawesome-free": "^5.15.4",
"@mdi/font": "^3.9.97",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"autoprefixer": "^10.4.7",
"copy-webpack-plugin": "^10.2.4",
"dns-packet": ">=1.3.2",
"eslint": "8.20",
"eslint-plugin-vue": "^9.2.0",
"path-parse": ">=1.0.7",
"postcss": "^8.4.14",
"sass": "^1.53.0",
"sass-loader": "^10.3.1",
"url-parse": "^1.5.10",
"vue-cli-plugin-vuetify": "~2.5",
"vue-template-compiler": "^2.7.7",
"vuetify-loader": "^1.9.1",
"ws": "^8.8.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "@babel/eslint-parser"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"license": "MIT",
"homepage": "https://github.com/fabfischer/kickbase-plus#readme",
"bugs": {
"url": "https://github.com/fabfischer/kickbase-plus/issues"
},
"keywords": [
"kickbase",
"api"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fabfischer/kickbase-plus.git"
},
"author": "Fabian Fischer",
"contributors": [
{
"name": "Fabian Fischer",
"email": "code@fabian-fischer.com",
"url": "https://wundershit.dev/"
}
]
}