1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-30 20:08:05 +01:00
LinkAce/package.json

36 lines
946 B
JSON
Raw Permalink Normal View History

2018-08-22 21:10:44 +02:00
{
"name": "linkace",
2024-02-05 22:01:59 +01:00
"version": "1.14.0",
2019-01-29 13:32:39 +01:00
"description": "A small, selfhosted bookmark manager with advanced features, built with Laravel and Docker",
2018-08-22 21:10:44 +02:00
"homepage": "https://github.com/Kovah/LinkAce",
"repository": {
"type": "git",
"url": "git+https://github.com/Kovah/LinkAce.git"
},
"author": "Kovah.de",
2020-06-01 16:43:52 +02:00
"license": "GPL-3.0-or-later",
2018-08-22 21:10:44 +02:00
"bugs": {
"url": "https://github.com/Kovah/LinkAce/issues"
},
"devDependencies": {
2021-10-05 23:00:54 +02:00
"laravel-mix": "^6.0.31",
"postcss": "^8.4.5",
"sass": "^1.46.0",
"sass-loader": "^13.2.0"
2018-08-22 21:10:44 +02:00
},
"dependencies": {
2023-07-20 09:36:27 +02:00
"bootstrap": "^5.2.3",
"tom-select": "^2.0.0"
},
"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"
2018-08-22 21:10:44 +02:00
}
}