zed/styles/package.json

34 lines
894 B
JSON
Raw Normal View History

{
"name": "styles",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "ts-node ./src/buildThemes.ts",
2023-06-08 07:37:00 +03:00
"build-licenses": "ts-node ./src/buildLicenses.ts",
"build-tokens": "ts-node ./src/buildTokens.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
2023-06-08 07:37:00 +03:00
"@tokens-studio/types": "^0.2.3",
2023-02-25 19:53:01 +03:00
"@types/chroma-js": "^2.4.0",
"@types/node": "^18.14.1",
2023-04-11 19:22:49 +03: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",
"ts-deepmerge": "^6.0.3",
"ts-node": "^10.9.1",
"utility-types": "^3.10.0"
},
"prettier": {
"semi": false,
"printWidth": 80,
"htmlWhitespaceSensitivity": "strict",
"tabWidth": 4
}
}