mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
42b5fa1fa3
Adapted from @k-vyn/coloralgorithm Generate colors for our reference palette.
21 lines
440 B
JSON
21 lines
440 B
JSON
{
|
|
"name": "styles",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "ts-node ./src/buildThemes.ts",
|
|
"build-licenses": "ts-node ./src/buildLicenses.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",
|
|
"toml": "^3.0.0",
|
|
"ts-node": "^10.7.0"
|
|
}
|
|
}
|