-
Notifications
You must be signed in to change notification settings - Fork 141
/
package.json
44 lines (44 loc) · 1.25 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
42
43
44
{
"private": true,
"name": "smarthr-ui",
"description": "SmartHR ui components built with React.",
"author": "SmartHR-UI Team",
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"eslint": "^8.57.0",
"eslint-config-smarthr": "^7.3.0",
"eslint-plugin-storybook": "^0.11.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"prettier": "^3.4.2",
"prettier-config-smarthr": "^1.0.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"stylelint": "^16.11.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-smarthr": "^3.0.2",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-styled-components": "^0.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.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.9",
"@types/react": "^18.3.17",
"minimist": "1.2.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"micromatch@<4.0.8": ">=4.0.8",
"cross-spawn@<7.0.5": ">=7.0.5",
"tar@<6.2.1": ">=6.2.1",
"nanoid": "3.3.8"
}
}
}