forked from sissbruecker/linkding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "linkding",
"version": "1.36.0",
"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",
"dev": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sissbruecker/linkding.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sissbruecker/linkding/issues"
},
"homepage": "https://github.com/sissbruecker/linkding#readme",
"dependencies": {
"@hotwired/turbo": "^8.0.6",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/wasm-node": "^4.21.3",
"cssnano": "^7.0.6",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.0",
"rollup-plugin-svelte": "^7.2.2",
"spectre.css": "^0.5.9",
"svelte": "^4.2.19"
},
"devDependencies": {
"prettier": "^3.3.3"
},
"web-types": "./web-types.json"
}