-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 1.88 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 1.88 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
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
{
"name": "horreum-web",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@monaco-editor/react": "4.7.0",
"@patternfly/patternfly": "6.3.1",
"@patternfly/react-core": "6.3.1",
"@patternfly/react-table": "6.3.1",
"@tanstack/react-table" : "8.21.3",
"@types/jsonpath": "0.2.4",
"@types/luxon": "3.2.0",
"@types/react": "19.2.2",
"@types/react-autosuggest": "10.1.11",
"@types/react-dom": "19.2.1",
"@types/react-redux": "7.1.20",
"@types/uuid": "10.0.0",
"@vitejs/plugin-react": "5.0.1",
"clsx": "2.1.0",
"fetchival": "0.3.3",
"github-markdown-css": "5.6.1",
"jshint": "2.13.6",
"jsonpath": "1.1.1",
"keycloak-js": "23.0.7",
"luxon": "3.3.0",
"moment": "2.30.1",
"monaco-editor": "0.54.0",
"react": "19.2.0",
"react-autosuggest": "10.1.0",
"react-dom": "19.2.0",
"react-markdown": "10.1.0",
"react-redux": "9.2.0",
"react-router": "7.9.1",
"react-router-dom": "7.9.1",
"react-to-print": "3.1.1",
"recharts": "3.1.2",
"redux": "5.0.1",
"redux-thunk": "3.1.0",
"typescript": "5.4.5",
"uuid": "10.0.0",
"vite": "7.1.3",
"vite-tsconfig-paths": "5.1.4"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build ",
"preview": "vite preview",
"lint": "eslint \"**/*.{ts,tsx}\"",
"prettier-format": "prettier --config .prettierrc \"**/*.{ts,tsx}\" --write"
},
"eslintConfig": {
"extends": "react-app",
"rules": {
"no-lone-blocks": 0
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "24.7.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.57.0",
"prettier": "3.3.3",
"react-error-overlay": "6.0.11"
},
"engines": {
"npm": "10",
"node": "20"
}
}