-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 958 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 958 Bytes
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
{
"name": "kicket",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "Create perfect teams for foosball and other team sports with KICKET - the ultimate app.",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"format": "prettier --write src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomboe311/KICKET.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tomboe311/KICKET/issues"
},
"homepage": "https://kicket.tboehringer.de",
"dependencies": {
"bootstrap": "^5.3.8",
"vue": "^3.5.30",
"vue-i18n": "^11.3.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@vitejs/plugin-vue": "^6.0.4",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.4.0",
"prettier": "^3.8.1",
"vite": "^7.3.1"
}
}