-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.57 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
{
"name": "@apicurio/common-ui-components",
"private": false,
"version": "2.0.7",
"type": "module",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "rimraf dist",
"dev": "vite",
"build": "tsc --p ./tsconfig-build.json && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"peerDependencies": {
"@patternfly/patternfly": "~5",
"@patternfly/react-core": "~5",
"@patternfly/react-icons": "~5",
"@patternfly/react-table": "~5",
"luxon": "~3",
"oidc-client-ts": "~3",
"react": "~18",
"react-dom": "~18",
"react-router-dom": "~6",
"use-resize-observer": "~9"
},
"devDependencies": {
"@apicurio/eslint-config": "0.3.0",
"@patternfly/patternfly": "5.4.2",
"@patternfly/react-core": "5.4.8",
"@patternfly/react-icons": "5.4.2",
"@patternfly/react-table": "5.4.9",
"@types/luxon": "3.4.2",
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@vitejs/plugin-react": "4.3.3",
"eslint": "8.57.1",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"luxon": "3.5.0",
"oidc-client-ts": "3.1.0",
"rimraf": "6.0.1",
"typescript": "5.6.3",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.28.0",
"use-resize-observer": "9.1.0"
}
}