1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2025-02-22 14:19:53 -06:00
dotfiles/logseq/plugins/logseq-dev-theme/package.json
2023-01-26 23:45:42 -05:00

2 lines
946 B
JSON

{"name":"logseq-dev-theme","author":"pengx17","version":"v1.26.15","description":"A theme inspired by Dev.to & Figma.","logseq":{"themes":[{"name":"Dev theme","url":"./custom.css"},{"name":"Dev theme - WITHOUT bullet threading","url":"./no_bullet_threading.css","description":"Dev theme without bullet threading"}],"id":"pengx17_dev_theme","icon":"./logo.png"},"scripts":{"build:main":"yarn sass src/main.scss custom.css --no-source-map","build:bt":"yarn sass src/bullet_threading.scss bullet_threading.css --no-source-map","build:no-bt":"yarn sass src/no_bullet_threading.scss no_bullet_threading.css --no-source-map","build":"yarn build:main && yarn build:bt && yarn build:no-bt"},"devDependencies":{"@semantic-release/changelog":"^5.0.1","@semantic-release/git":"^9.0.0","@semantic-release/npm":"^7.1.3","sass":"^1.35.1"},"dependencies":{"@semantic-release/exec":"^6.0.1"},"repo":"pengx17/logseq-dev-theme","title":"Dev theme","effect":false}