mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
30 lines
726 B
JSON
30 lines
726 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.4.0",
|
|
"@types/node": "^18.14.1",
|
|
"ayu": "^8.0.1",
|
|
"bezier-easing": "^2.1.0",
|
|
"case-anything": "^2.1.10",
|
|
"chroma-js": "^2.4.2",
|
|
"deepmerge": "^4.3.0",
|
|
"toml": "^3.0.0",
|
|
"ts-node": "^10.9.1"
|
|
},
|
|
"prettier": {
|
|
"semi": false,
|
|
"printWidth": 80,
|
|
"htmlWhitespaceSensitivity": "strict",
|
|
"tabWidth": 4
|
|
}
|
|
}
|