mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 14:06:11 +03:00
ec41dd9f18
* Generate the themes on build * In debug builds, watch the theme sources. When they change, re-generate the themes and reload the current theme, removing the need for the `theme_selector::Reload` command. Co-authored-by: Keith Simmons <keith@zed.dev>
21 lines
534 B
JSON
21 lines
534 B
JSON
{
|
|
"name": "styles",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npm run build-themes && npm run build-tokens",
|
|
"build-themes": "ts-node ./src/buildThemes.ts",
|
|
"build-tokens": "ts-node ./src/buildTokens.ts"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/chroma-js": "^2.1.3",
|
|
"@types/node": "^17.0.23",
|
|
"case-anything": "^2.1.10",
|
|
"chroma-js": "^2.4.2",
|
|
"ts-node": "^10.7.0"
|
|
}
|
|
}
|