-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.63 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
{
"name": "fc4e-cat-ui",
"private": true,
"version": "3.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "tsc -b && eslint .",
"preview": "vite preview",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"stylelint": "stylelint \"./**/*.css\"",
"stylelint:fix": "stylelint \"./**/*.css\" --fix"
},
"dependencies": {
"@hookform/error-message": "^2.0.1",
"@react-pdf/renderer": "^4.3.0",
"@tanstack/react-query": "^5.85.0",
"axios": "^1.11.0",
"bootstrap": "^5.3.7",
"i18next": "^25.3.4",
"keycloak-js": "^26.2.0",
"react": "^19.1.1",
"react-bootstrap": "^2.10.10",
"react-copy-to-clipboard-ts": "^1.3.0",
"react-dom": "^19.1.1",
"react-hook-form": "^7.62.0",
"react-hot-toast": "^2.5.2",
"react-i18next": "^15.6.1",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^6.30.1",
"react-select": "^5.10.2"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/node": "^24.2.1",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"prettier": "3.6.2",
"stylelint": "^16.23.1",
"stylelint-config-recess-order": "^7.2.0",
"stylelint-config-standard-scss": "^15.0.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2"
}
}