2018-08-22 21:10:44 +02:00
|
|
|
{
|
|
|
|
"name": "linkace",
|
2021-04-09 10:25:17 +02:00
|
|
|
"version": "1.5.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-04-09 10:13:47 +02:00
|
|
|
"laravel-mix": "^6.0.16",
|
|
|
|
"postcss": "^8.2.9",
|
2021-03-06 19:57:08 +01:00
|
|
|
"sass": "^1.32.8",
|
|
|
|
"sass-loader": "^10.1.1"
|
2018-08-22 21:10:44 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-01-20 21:12:49 +01:00
|
|
|
"bootstrap": "^4.6.0",
|
2021-03-06 19:57:08 +01:00
|
|
|
"jquery": "^3.6.0",
|
2020-03-08 20:31:18 +01:00
|
|
|
"popper.js": "^1.16.1",
|
2020-12-16 12:53:13 +01:00
|
|
|
"selectize": "github:selectize/selectize.js#master"
|
2019-07-16 23:05:55 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-03-06 19:57:08 +01:00
|
|
|
"dev": "npm run development",
|
|
|
|
"development": "mix",
|
|
|
|
"watch": "mix watch",
|
|
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
|
|
"hot": "mix watch --hot",
|
2019-07-16 23:05:55 +02:00
|
|
|
"prod": "npm run production",
|
2021-03-06 19:57:08 +01:00
|
|
|
"production": "mix --production",
|
2019-07-16 23:07:36 +02:00
|
|
|
"test": "npm run production"
|
2018-08-22 21:10:44 +02:00
|
|
|
}
|
|
|
|
}
|