-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.57 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
{
"name": "react-sidebar-with-dropdown",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@mui/icons-material": "^5.10.9",
"@mui/lab": "^5.0.0-alpha.131",
"@mui/material": "^5.10.12",
"@mui/x-date-pickers": "^6.5.0",
"@react-buddy/ide-toolbox": "^2.3.1",
"@react-buddy/palette-mui": "^5.0.1",
"@reduxjs/toolkit": "^1.8.6",
"@svgr/webpack": "^8.0.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@types/websocket": "^1.0.5",
"antd": "^5.5.1",
"axios": "^1.4.0",
"bulma": "^0.9.4",
"fastapi": "^0.0.8",
"framer-motion": "^10.12.16",
"i18next": "^22.5.0",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-xhr-backend": "^3.2.2",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.3",
"react-dom": "^18.2.0",
"react-i18next": "^12.3.1",
"react-infinite-scroller": "^1.2.6",
"react-redux": "^8.0.4",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.11.2",
"react-scripts": "5.0.1",
"react-scroll": "^1.8.9",
"react-scroll-parallax": "^3.4.2",
"react-slick": "^0.29.0",
"slick": "^1.12.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.11",
"typescript": "^4.9.5",
"web-vitals": "^2.1.0",
"websocket": "^1.0.34"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"generate-client": "openapi --input http://172.104.229.42:8000/api/v1/openapi.json --output src/client --client axios"
},
"overrides": {
"@svgr/webpack": "$@svgr/webpack"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-scroll": "^1.8.7",
"@types/react-slick": "^0.23.10",
"openapi-typescript-codegen": "^0.24.0"
},
"homepage": "http://139.162.139.182"
}