mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-14 05:59:29 +02:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.46.4 to 3.49.0. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/compare/v3.46.4...v3.49.0) --- updated-dependencies: - dependency-name: svelte dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31 lines
731 B
JSON
31 lines
731 B
JSON
{
|
|
"name": "linkding",
|
|
"version": "1.11.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"dev": "rollup -c -w"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sissbruecker/linkding.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/sissbruecker/linkding/issues"
|
|
},
|
|
"homepage": "https://github.com/sissbruecker/linkding#readme",
|
|
"dependencies": {
|
|
"@rollup/plugin-commonjs": "^21.0.2",
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
"rollup": "^2.70.1",
|
|
"rollup-plugin-svelte": "^7.1.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"spectre.css": "^0.5.8",
|
|
"svelte": "^3.49.0"
|
|
}
|
|
}
|