PromucFlow_constructor/app/client/packages/wds/package.json
Valera Melnikov 96c42d75d4
chore: improve husky and lint-staged checks (#21679)
## Description

1. Update husky, prettier and lint-staged then move them to
devDependencies
2. Configure husky and lint-staged
3. Impriove rules for the lint commands
4.  Fix errors of eslint and prettier. 
5. Remove redundant files

## Type of change


- Chore (housekeeping or task changes that don't impact user perception)


Co-authored-by: Valera Melnikov <melnikov.vv@greendatasoft.ru>
2023-03-23 17:02:18 +05:30

27 lines
698 B
JSON

{
"name": "@design-system/wds",
"version": "1.0.0",
"main": "src/index.ts",
"author": "Valera Melnikov <valera@appsmith.com>, Pawan Kumar <pawan@appsmith.com>",
"license": "MIT",
"scripts": {
"build:tokens": "npx ts-node ./src/utils/buildTokens.ts",
"lint:ci": "eslint --cache .",
"prettier:ci": "prettier --check ."
},
"devDependencies": {
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"eslint": "*",
"eslint-plugin-storybook": "^0.6.10",
"prettier": "*"
},
"dependencies": {
"@capsizecss/core": "^3.1.0",
"@capsizecss/metrics": "^1.0.1",
"colorjs.io": "^0.4.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}