-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.16 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.16 KB
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
{
"name": "dashboard",
"module": "esnext",
"version": "1.0.0-alpha.2",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/patternfly/mission-control-dashboard.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@patternfly/patternfly": "^6.4.0",
"@patternfly/react-component-groups": "^6.4.0",
"@patternfly/react-core": "^6.4.1",
"@patternfly/react-icons": "^6.4.0",
"@patternfly/react-styles": "^6.4.0",
"@patternfly/react-table": "^6.4.1",
"@types/node": "^20.17.14",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.3.1",
"axios": "^1.13.5",
"eslint": "^9.1.0",
"eslint-config-next": "^16.0.0",
"next": "^16.1.5",
"next-auth": "^4.24.12",
"octokit": "^4.1.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.0"
},
"resolutions": {
"universal-github-app-jwt": "2.2.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}