linkding/package.json

42 lines
1.2 KiB
JSON
Raw Normal View History

2019-06-29 12:03:29 +00:00
{
2020-12-31 05:16:52 +00:00
"name": "linkding",
2024-09-16 11:21:39 +00:00
"version": "1.34.0",
2019-06-29 12:03:29 +00:00
"description": "",
"main": "index.js",
"scripts": {
"build": "npm run build-js && npm run build-theme-light && npm run build-theme-dark",
"build-js": "rollup -c",
"build-theme-light": "postcss -o bookmarks/static/theme-light.css bookmarks/styles/theme-light.css",
"build-theme-dark": "postcss -o bookmarks/static/theme-dark.css bookmarks/styles/theme-dark.css",
2019-12-27 11:32:44 +00:00
"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": "MIT",
2019-06-29 12:03:29 +00:00
"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": {
"@hotwired/turbo": "^8.0.6",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
2024-03-18 21:50:07 +00:00
"@rollup/wasm-node": "^4.13.0",
"cssnano": "^7.0.6",
"postcss": "^8.4.45",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.0",
"rollup-plugin-svelte": "^7.2.0",
"svelte": "^4.0.0"
},
"devDependencies": {
"prettier": "^3.0.2"
},
"web-types": "./web-types.json"
2019-06-29 12:03:29 +00:00
}