zed/styles/package.json

30 lines
726 B
JSON
Raw Normal View History

{
"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": {
2023-02-25 16:53:01 +00:00
"@types/chroma-js": "^2.4.0",
"@types/node": "^18.14.1",
2023-04-11 16:22:49 +00:00
"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",
2023-02-25 16:53:01 +00:00
"ts-node": "^10.9.1"
},
"prettier": {
"semi": false,
"printWidth": 80,
"htmlWhitespaceSensitivity": "strict",
"tabWidth": 4
}
}