-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
29 lines (29 loc) · 966 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "fidget-workspace",
"description": "FidgetUI workspace",
"scripts": {
"watch": "pnpm --dir packages/ui -r --parallel watch",
"build": "pnpm --dir packages/ui -r build",
"prepare": "husky install",
"format": "prettier --config --write \"packages/**/*.{js,jsx,ts,tsx}\"",
"eslint": "eslint packages/ --fix --cache --quiet --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@types/chroma-js": "^2.4.0",
"@types/lodash-es": "^4.17.8",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"tslib": "^2.6.0",
"typescript": "^4.9.5"
},
"license": "MIT"
}