-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
{
"name": "iguide-ux-dev",
"private": true,
"version": "0.0.0",
"type": "module",
"proxy": "http://localhost:80",
"scripts": {
"dev": "npx eslint & vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.3",
"@mui/joy": "^5.0.0-beta.48",
"@mui/material": "^6.1.3",
"@uiw/react-markdown-preview": "^5.1.3",
"@uiw/react-md-editor": "^4.0.4",
"axios": "^1.7.7",
"jdenticon": "^3.3.0",
"jodit-react": "^4.1.2",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-avatar-editor": "^13.0.2",
"react-code-blocks": "^0.1.6",
"react-cookie": "^7.2.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-multi-carousel": "^2.8.5",
"react-router": "^7.0.1",
"react-share": "^5.1.1",
"react-zoom-pan-pinch": "^3.6.1",
"reagraph": "^4.19.3"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/eslint-parser": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@types/react": "^18.3.11",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.12.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"vite": "^5.4.8",
"vite-plugin-compression2": "^1.3.0",
"vite-plugin-eslint": "^1.8.1"
}
}