-
Notifications
You must be signed in to change notification settings - Fork 141
/
package.json
41 lines (41 loc) · 1.16 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
{
"private": true,
"name": "smarthr-ui",
"description": "SmartHR ui components built with React.",
"author": "SmartHR-UI Team",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"eslint": "^8.57.0",
"eslint-config-smarthr": "^6.33.2",
"eslint-plugin-storybook": "^0.9.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-config-smarthr": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"stylelint": "^16.9.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-smarthr": "^3.0.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-styled-components": "^0.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
"scripts": {
"ui": "pnpm -F smarthr-ui",
"commitmsg": "commitlint -e $GIT_PARAMS",
"prepare": "husky"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@babel/helper-compilation-targets": "^7.25.2",
"@types/react": "^18.3.10",
"minimist": "1.2.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"micromatch@<4.0.8": ">=4.0.8"
}
}
}