-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
114 lines (114 loc) · 3.65 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "blog-cms",
"version": "5.7.3",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"analyze": "pnpm run build && source-map-explorer 'build/static/js/*.js'",
"eslint": "eslint src --ext .ts,.tsx",
"lint-staged": "lint-staged"
},
"dependencies": {
"@apollo/client": "^3.6.6",
"@date-io/luxon": "^2.14.0",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.1.0",
"@mui/material": "^5.1.0",
"@mui/styles": "^5.1.0",
"@mui/x-data-grid": "^5.11.0",
"@mui/x-date-pickers": "^5.0.0-alpha.6",
"@toast-ui/editor": "^3.2.1",
"@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.2",
"algoliasearch": "^4.10.5",
"axios": "^1.7.2",
"chart.js": "^3.7.0",
"classnames": "^2.3.1",
"formik": "^2.2.9",
"graphql": "^16.5.0",
"graphql-tag": "^2.12.6",
"keycloak-js": "^24.0.4",
"luxon": "^3.0.3",
"material-ui-popup-state": "^4.0.2",
"notistack": "^2.0.3",
"prismjs": "^1.25.0",
"query-string": "^7.0.1",
"react": "^18.1.0",
"react-calendar-heatmap": "^1.8.1",
"react-chartjs-2": "^4.0.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^18.1.0",
"react-lottie-player": "^1.4.3",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.1",
"react-tooltip": "^4.2.14",
"tui-color-picker": "^2.2.8",
"yancey-js-util": "^3.0.0",
"yup": "^0.32.8"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.0.0",
"@types/luxon": "^3.0.1",
"@types/mui-datatables": "^3.7.9",
"@types/node": "^18.7.15",
"@types/prismjs": "^1.16.6",
"@types/react": "^18.0.18",
"@types/react-calendar-heatmap": "^1.6.2",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.1.6",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"babel-plugin-import": "^1.13.3",
"customize-cra": "^1.0.0",
"eslint": "^8.17.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^27.0.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.0",
"lint-staged": "^13.0.3",
"react-app-rewired": "^2.2.1",
"sass": "^1.34.0",
"source-map-explorer": "^2.5.2",
"typescript": "^4.5.4",
"web-vitals": "^3.0.1",
"workbox-background-sync": "^6.1.5",
"workbox-broadcast-update": "^6.1.5",
"workbox-cacheable-response": "^6.1.5",
"workbox-core": "^6.0.2",
"workbox-expiration": "^6.1.5",
"workbox-google-analytics": "^6.1.5",
"workbox-navigation-preload": "^6.1.2",
"workbox-precaching": "^6.1.5",
"workbox-range-requests": "^6.1.5",
"workbox-routing": "^6.0.2",
"workbox-strategies": "^6.0.2",
"workbox-streams": "^6.1.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}