-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
89 lines (89 loc) · 2.59 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
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
{
"name": "cms",
"version": "6.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"analyze": "pnpm run build && source-map-explorer 'build/static/js/*.js'",
"lint": "eslint . --fix"
},
"dependencies": {
"@apollo/client": "^3.11.10",
"@date-io/luxon": "^3.0.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.1.9",
"@mui/material": "^6.1.9",
"@mui/styles": "^6.1.9",
"@mui/x-data-grid": "^7.22.3",
"@mui/x-date-pickers": "^7.22.3",
"@toast-ui/editor": "^3.2.2",
"@toast-ui/editor-plugin-chart": "^3.0.1",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/editor-plugin-color-syntax": "^3.1.0",
"@toast-ui/editor-plugin-table-merged-cell": "^3.1.0",
"@toast-ui/editor-plugin-uml": "^3.0.1",
"@toast-ui/react-editor": "^3.2.3",
"algoliasearch": "^5.15.0",
"axios": "^1.7.8",
"@repo/graphql-types": "workspace:*",
"chart.js": "^4.4.6",
"classnames": "^2.5.1",
"formik": "^2.4.6",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"keycloak-js": "^26.0.6",
"luxon": "^3.5.0",
"material-ui-popup-state": "^5.3.1",
"notistack": "^3.0.1",
"prismjs": "^1.29.0",
"query-string": "^9.1.1",
"react": "^18.3.1",
"react-calendar-heatmap": "^1.9.0",
"react-chartjs-2": "^5.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-lottie-player": "^2.1.0",
"react-router-dom": "^7.0.1",
"react-tooltip": "^5.28.0",
"tui-color-picker": "^2.2.8",
"yancey-js-util": "^3.2.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/luxon": "^3.4.2",
"@types/mui-datatables": "^4.3.12",
"@types/node": "^22.10.0",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.12",
"@types/react-calendar-heatmap": "^1.9.0",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"sass": "^1.81.0",
"sass-embedded": "^1.81.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^6.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}