-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.92 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
{
"name": "xdir-front-v2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "1.3.0",
"@fortawesome/free-brands-svg-icons": "6.0.0",
"@fortawesome/free-regular-svg-icons": "6.0.0",
"@fortawesome/free-solid-svg-icons": "6.0.0",
"@fortawesome/react-fontawesome": "0.1.17",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/styles": "^5.15.15",
"@mui/system": "^5.15.14",
"@reduxjs/toolkit": "^2.2.2",
"@rjsf/semantic-ui": "^5.18.2",
"@rjsf/validator-ajv8": "^5.18.2",
"@ximdex/xui-react": "^0.13.1-rc10",
"animate.css": "^4.1.1",
"axios": "^0.25.0",
"i": "^0.3.7",
"lodash": "^4.17.21",
"lucide-react": "^0.395.0",
"moment": "2.29.4",
"npm": "^10.5.2",
"react": "^17.0.2",
"react-cookie": "^7.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-lazyload": "^3.2.1",
"react-modal": "^3.16.1",
"react-moment": "1.1.2",
"react-redux": "^8.1.3",
"react-router-dom": "6.3.0",
"redux": "^5.0.1",
"semantic-ui-react": "^2.1.5",
"streamsaver": "^2.0.6",
"styled-components": "5.3.3",
"sweetalert2": "^11.10.7",
"web-streams-polyfill": "^4.0.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"vite": "^5.2.0"
},
"engines": {
"node": "20.9.0"
}
}