-
-
Notifications
You must be signed in to change notification settings - Fork 205
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 739 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
{
"name": "linkace",
"version": "2.6.2",
"description": "A small, selfhosted bookmark manager with advanced features, built with Laravel and Docker",
"homepage": "https://github.com/Kovah/LinkAce",
"repository": {
"type": "git",
"url": "git+https://github.com/Kovah/LinkAce.git"
},
"author": "Kovah.de",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Kovah/LinkAce/issues"
},
"devDependencies": {
"laravel-vite-plugin": "^3.1.3",
"postcss": "^8.5.25",
"sass": "^1.102.0",
"vite": "^8.2.0"
},
"dependencies": {
"bootstrap": "^5.3.3",
"tom-select": "^2.6.2"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "npm run build"
}
}