-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 2.43 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
{
"name": "@patternfly/ai-infra-ui-components-root",
"private": true,
"version": "0.0.0",
"description": "This library provides patternfly extensions",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn workspace @patternfly/ai-infra-ui-components build",
"build:docs": "yarn workspace @patternfly/ai-infra-ui-components docs:build",
"build:fed:packages": "yarn workspace @patternfly/ai-infra-ui-components build:fed:packages",
"start": "yarn build && concurrently --kill-others \"yarn workspace @patternfly/ai-infra-ui-components docs:develop\"",
"serve:docs": "yarn workspace @patternfly/ai-infra-ui-components docs:serve",
"clean": "yarn workspace @patternfly/ai-infra-ui-components clean",
"lint:js": "node --max-old-space-size=4096 node_modules/.bin/eslint packages --ext js,jsx,ts,tsx --cache",
"lint:md": "yarn eslint packages --ext md --no-eslintrc --config .eslintrc-md.json --cache",
"lint": "yarn lint:js && yarn lint:md",
"test": "TZ=EST jest packages",
"test:a11y": "yarn workspace @patternfly/ai-infra-ui-components test:a11y",
"serve:a11y": "yarn workspace @patternfly/ai-infra-ui-components serve:a11y"
},
"devDependencies": {
"react": "^18",
"react-dom": "^18",
"typescript": "^5.5.4",
"@types/jest": "^29.5.12",
"@types/react": "^18",
"@types/react-dom": "^18",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-config-love": "^62.0.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-config-prettier": "9.1.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"prettier": "3.3.3",
"jest": "^29.7.0",
"@octokit/rest": "^21.0.1",
"babel-jest": "^29.7.0",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@babel/preset-flow": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/dom": "^10.4.0",
"jest-environment-jsdom": "^29.7.0",
"serve": "^14.2.3",
"surge": "^0.24.6"
},
"packageManager": "yarn@1.22.22"
}