-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.25 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.25 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"type": "module",
"name": "access-frontend",
"version": "0.1.0",
"proxy": "http://localhost:8081",
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.4.9",
"@chakra-ui/react-use-size": "^2.0.7",
"@chakra-ui/system": "^2.3.8",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/courier-prime": "^4.5.9",
"@fontsource/dm-sans": "^4.5.9",
"@fontsource/manrope": "^4.5.13",
"@fontsource/source-code-pro": "^4.5.14",
"@hookform/resolvers": "^2.9.11",
"@monaco-editor/react": "^4.5.1",
"@react-hook/window-size": "^3.1.1",
"@react-keycloak/web": "^3.4.0",
"@tanstack/react-query": "^4.24.4",
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@types/react-avatar-editor": "^13.0.0",
"@types/react-dom": "^18.0.10",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"axios": "^1.3.2",
"chakra-react-select": "^4.4.3",
"date-fns": "^2.30.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"extended-eventsource": "^2.1.0",
"framer-motion": "^9.0.2",
"i18next": "^23.8.2",
"i18next-http-backend": "^2.4.3",
"js-file-download": "^0.4.12",
"jszip": "^3.10.1",
"keycloak-js": "^20.0.3",
"lodash": "^4.17.21",
"monaco-editor": "^0.41.0",
"prettier": "^3.2.5",
"radash": "^10.7.0",
"react": "^18.2.0",
"react-avatar-editor": "^13.0.0",
"react-complex-tree": "^2.0.4",
"react-countdown": "^2.3.5",
"react-day-picker": "^8.5.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.1",
"react-i18next": "^14.0.5",
"react-icons": "^4.7.1",
"react-is": "^18.2.0",
"react-katex": "^3.0.1",
"react-markdown": "^8.0.5",
"react-router-dom": "^6.8.1",
"react-syntax-highlighter": "^15.5.0",
"react-transition-group": "^4.4.5",
"recharts": "^2.4.1",
"rehype-katex": "^6.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-rehype": "^10.1.0",
"styled-components": "^5.3.6",
"typewriter-effect": "^2.19.0",
"use-local-storage": "^2.3.6",
"yup": "^1.0.0"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.12.12",
"@types/ua-parser-js": "^0.7.39",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^5.2.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0",
"vite": "^5.2.11",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^4.3.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}