-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.98 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "@xionhub/root",
"packageManager": "yarn@4.1.1",
"scripts": {
"postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"check": "yarn workspaces list --json",
"push:origin": "git push origin $(git symbolic-ref --short HEAD)",
"test": "jest --watch --env=jsdom",
"test:hook": "jest --projects packages/react-hook --watch --env=jsdom",
"test:all": "jest --maxWorkers 4 --cache",
"coverage": "jest --coverage",
"react": "yarn workspace @xionhub/react-hook",
"util": "yarn workspace @xionhub/util",
"token": "yarn workspace @xionhub/token",
"ds": "yarn workspace @xionhub/xds",
"build": "ultra -r build",
"release": "yarn changeset publish",
"lint": "eslint packages/* --fix",
"storybook": "yarn workspace @xionhub/xds storybook",
"build-storybook": "yarn workspace @xionhub/xds build-storybook",
"chromatic": "yarn workspace @xionhub/xds chromatic"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.0",
"@types/react": "^18.2.39",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"cross-env": "^7.0.3",
"esbuild": "^0.19.8",
"esbuild-node-externals": "^1.11.0",
"eslint": "latest",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-workspaces": "^0.10.0",
"husky": "^8.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"pinst": "^3.0.0",
"prettier": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3",
"ultra-runner": "^3.10.5"
},
"workspaces": [
"packages/*",
"configs/**/*",
"plugins/*"
],
"engines": {
"yarn": "4.x"
},
"resolutions": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3",
"esbuild": "^0.19.8",
"esbuild-node-externals": "^1.11.0",
"eslint": "latest",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"ts-jest": "^29.1.1",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.0",
"@types/react": "^18.2.39",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"rollup": "^4.13.0"
},
"ultra": {
"concurrent": [
"build"
]
}
}