mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-23 10:43:41 +01:00
43 lines
1.6 KiB
JSON
Executable File
43 lines
1.6 KiB
JSON
Executable File
{
|
|
"name": "linkace",
|
|
"version": "0.0.37",
|
|
"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": {
|
|
"cross-env": "^6.0.3",
|
|
"laravel-mix": "^5.0.4",
|
|
"resolve-url-loader": "^3.1.1",
|
|
"sass": "^1.26.7",
|
|
"sass-loader": "^8.0.2",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
|
"@fortawesome/free-brands-svg-icons": "^5.13.0",
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
"bootstrap": "^4.5.0",
|
|
"jquery": "^3.5.1",
|
|
"popper.js": "^1.16.1",
|
|
"selectize": "^0.12.6"
|
|
},
|
|
"scripts": {
|
|
"dev": "npm run development -- --watch",
|
|
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"watch": "npm run development -- --watch",
|
|
"watch-poll": "npm run watch -- --watch-poll",
|
|
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"prod": "npm run production",
|
|
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"test": "npm run production"
|
|
}
|
|
}
|