1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-29 10:59:49 +01:00
LinkAce/package.json
dependabot[bot] c6ec1253b6
Bump the npm-major group with 1 update
Bumps the npm-major group with 1 update: [sass-loader](https://github.com/webpack-contrib/sass-loader).


Updates `sass-loader` from 13.3.3 to 14.1.0
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v13.3.3...v14.1.0)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 22:01:15 +00:00

36 lines
946 B
JSON

{
"name": "linkace",
"version": "1.14.0",
"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.31",
"postcss": "^8.4.5",
"sass": "^1.46.0",
"sass-loader": "^14.1.0"
},
"dependencies": {
"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"
}
}