linkding/package.json

31 lines
730 B
JSON
Raw Permalink Normal View History

2019-06-29 12:03:29 +00:00
{
2020-12-31 05:16:52 +00:00
"name": "linkding",
2021-01-01 12:22:28 +00:00
"version": "1.1.1",
2019-06-29 12:03:29 +00:00
"description": "",
"main": "index.js",
"scripts": {
2019-12-27 11:32:44 +00:00
"build": "rollup -c",
"dev": "rollup -c -w"
2019-06-29 12:03:29 +00:00
},
"repository": {
"type": "git",
2020-12-31 05:16:52 +00:00
"url": "git+https://github.com/sissbruecker/linkding.git"
2019-06-29 12:03:29 +00:00
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
2020-12-31 05:16:52 +00:00
"url": "https://github.com/sissbruecker/linkding/issues"
2019-06-29 12:03:29 +00:00
},
2020-12-31 05:16:52 +00:00
"homepage": "https://github.com/sissbruecker/linkding#readme",
2019-06-29 12:03:29 +00:00
"dependencies": {
2019-12-27 11:32:44 +00:00
"spectre.css": "^0.5.8",
2020-12-31 06:34:33 +00:00
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"rollup": "^2.35.1",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.31.0"
2019-06-29 12:03:29 +00:00
}
}