16 lines
430 B
JSON
16 lines
430 B
JSON
|
|
{
|
||
|
|
"name": "@design-system/theming",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"main": "src/index.ts",
|
||
|
|
"author": "Valera Melnikov <valera@appsmith.com>, Pawan Kumar <pawan@appsmith.com>",
|
||
|
|
"license": "MIT",
|
||
|
|
"scripts": {
|
||
|
|
"lint:ci": "eslint --cache .",
|
||
|
|
"prettier:ci": "prettier --check .",
|
||
|
|
"build:tokens": "npx ts-node ./src/utils/buildTokens.ts"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
||
|
|
}
|
||
|
|
}
|