mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-18 05:38:40 +01:00
38 lines
1.0 KiB
JSON
Executable File
38 lines
1.0 KiB
JSON
Executable File
{
|
|
"name": "linkace",
|
|
"version": "1.6.3",
|
|
"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-mix": "^6.0.19",
|
|
"postcss": "^8.3.0",
|
|
"sass": "^1.34.1",
|
|
"sass-loader": "^10.2.0"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^4.6.0",
|
|
"jquery": "^3.6.0",
|
|
"popper.js": "^1.16.1",
|
|
"selectize": "github:selectize/selectize.js#master"
|
|
},
|
|
"scripts": {
|
|
"dev": "npm run development",
|
|
"development": "mix",
|
|
"watch": "mix watch",
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
"hot": "mix watch --hot",
|
|
"prod": "npm run production",
|
|
"production": "mix --production",
|
|
"test": "npm run production"
|
|
}
|
|
}
|