-
Notifications
You must be signed in to change notification settings - Fork 105
/
Copy pathpackage.json
93 lines (93 loc) · 2.62 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
{
"name": "ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@patternfly/patternfly": "^6.1.0",
"@patternfly/react-core": "^4.276.6",
"@seiboston/react-ghe-login": "^1.0.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.5.2",
"@types/enzyme": "^3.10.18",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.10",
"@types/react-dom": "^18.0.1",
"@types/react-router-dom": "^5.3.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"axios": "^1.7.9",
"core-js-compat": "^3.40.0",
"fuzzysort": "^3.1.0",
"micromatch": "^4.0.8",
"mobx": "^6.13.5",
"mobx-react": "^9.2.0",
"mobx-state-tree": "^7.0.0",
"moment": "^2.30.1",
"mst-persist": "^0.1.3",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hotkeys-hook": "^4.6.1",
"react-markdown": "^9.0.3",
"react-router-dom": "^6.28.0",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "^15.6.1",
"rehype-external-links": "^3.0.0",
"remark-gfm": "^4.0.0",
"typescript": "^5.7.3",
"use-debounce": "^10.0.4",
"webpack-dev-server": "^5.2.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"lint": "eslint './src/**/*.{ts,tsx}'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"overrides": {
"async":"3.2.6",
"nth-check": "2.1.1",
"postcss":"8.4.41"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/react-hooks": "^8.0.1",
"@types/react": "^16.14.28",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.1",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.8",
"enzyme-to-json": "^3.6.2",
"eslint-config-prettier": "^10.0.1",
"eslint-config-react": "^1.1.7",
"eslint-plugin-prettier": "^5.2.3",
"https-browserify": "^1.0.0",
"jest-mock-axios": "^4.8.0",
"os-browserify": "^0.3.0",
"prettier": "3.4.2",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.4"
}
}