-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.4 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
45
46
47
48
49
{
"name": "root",
"private": true,
"scripts": {
"build": "lerna run build",
"clean": "lerna run clean --parallel",
"create-package": "ts-node scripts/create-package",
"lint": "lerna run lint --parallel",
"lint:fix": "lerna run lint:fix --parallel",
"postinstall": "husky install",
"storybook": "lerna run storybook",
"test": "lerna run test -- --colors"
},
"devDependencies": {
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@types/jest": "29.5.12",
"@types/jest-axe": "3.5.9",
"@types/styled-components": "5.1.34",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.1.1",
"eslint": "8.57.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-simple-import-sort": "12.0.0",
"eslint-plugin-tsdoc": "0.2.17",
"husky": "9.0.11",
"jest": "29.7.0",
"jest-axe": "8.0.0",
"jest-environment-jsdom": "29.7.0",
"lerna": "8.1.2",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "6.1.8",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.4.2",
"yargs": "17.7.2"
},
"workspaces": [
"./packages/*"
],
"license": "MIT"
}