-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·74 lines (74 loc) · 2.14 KB
/
package.json
File metadata and controls
executable file
·74 lines (74 loc) · 2.14 KB
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
{
"name": "app",
"private": true,
"devDependencies": {
"autoprefixer": "^10.4.20",
"esbuild": "^0.23.1",
"esbuild-sass-plugin": "^3.3.1",
"postcss": "^8.4.40"
},
"scripts": {
"build": "node esbuild.config.js"
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.5",
"@mui/material": "^5.11.0",
"@mui/styled-engine-sc": "^5.11.0",
"@reduxjs/toolkit": "^1.8.5",
"antd": "^5.3.0",
"axios": "^1.7.4",
"bootstrap": "^5.1.3",
"concurrently": "^5.3.0",
"dayjs": "^1.11.13",
"fetch-jsonp": "^1.1.3",
"i18next": "^21.6.3",
"immutability-helper": "^3.1.1",
"install": "^0.13.0",
"lodash": "^4.17.20",
"postcss-normalize": "^10.0.1",
"rc-tween-one": "^3.0.6",
"rc-virtual-list": "^3.4.11",
"react": "^18.2.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-bootstrap": "^2.10.4",
"react-color": "^2.19.3",
"react-copy-to-clipboard": "^5.1.0",
"react-countup": "^6.4.2",
"react-css-theme-switcher": "^0.1.5",
"react-custom-scrollbars-2": "^4.5.0",
"react-datepicker": "^4.16.0",
"react-dom": "^18.2.0",
"react-frame-component": "^4.1.3",
"react-i18next": "^11.18.6",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^8.0.3",
"react-medium-image-zoom": "^5.1.5",
"react-modal-video": "^2.0.1",
"react-number-format": "^4.4.1",
"react-query": "^3.0.0",
"react-query-devtools": "^3.0.0-beta.1",
"react-redux": "^8.1.2",
"react-responsive-masonry": "^2.1.7",
"react-router-dom": "^6.26.0",
"react-scripts": "^5.0.1",
"react-slick": "^0.29.0",
"react-sticky": "^6.0.3",
"react-toastify": "^9.1.2",
"react-tooltip": "^4.2.11",
"react-window": "^1.8.6",
"reactstrap": "^9.1.9",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"remount": "^1.0.0",
"sass": "^1.62.1",
"simple-react-validator": "^1.6.2",
"slick-carousel": "^1.8.1",
"swiper": "^9.3.0",
"web-vitals": "^2.1.4"
}
}