-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
111 lines (111 loc) · 3.27 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/charts": "^1.4.2",
"@ant-design/plots": "^1.2.5",
"@antv/g2plot": "^2.4.31",
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/react": "^2.7.0",
"@coreui/coreui": "^4.2.6",
"@coreui/react-pro": "^4.12.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@mui/material": "^5.14.1",
"@mui/x-data-grid": "^6.10.1",
"@next/mdx": "^14.2.5",
"@nteract/markdown": "^4.6.2",
"@octokit/rest": "^19.0.13",
"@tanstack/react-table": "^8.10.7",
"@types/mdx": "^2.0.10",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"autoprefixer": "^10.4.20",
"axios": "^1.4.0",
"chart.js": "^4.3.0",
"cheerio": "^1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"clipboard-copy": "^4.0.1",
"clsx": "^2.0.0",
"cors": "^2.8.5",
"d3-interpolate": "^3.0.1",
"dayjs": "^1.11.13",
"dotenv": "^16.3.1",
"eipw-lint-js": "^0.9.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.6",
"ethers": "^6.13.4",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"framer-motion": "^10.12.16",
"github-markdown-render": "^2.1.0",
"lucide-react": "^0.294.0",
"mongoose": "^7.3.1",
"next": "13.4.6",
"next-mdx-remote": "^4.4.1",
"next-redux-wrapper": "^8.1.0",
"next-transpile-modules": "^10.0.1",
"null-loader": "^4.0.1",
"octokit": "^2.1.0",
"postcss": "^8.4.24",
"postcss-loader": "^8.1.1",
"react": "18.2.0",
"react-awesome-slider": "^4.1.0",
"react-awesome-slider-fc": "^1.0.0",
"react-chartjs-2": "^5.2.0",
"react-cookie-consent": "^9.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-csv": "^2.2.2",
"react-date-range": "^2.0.1",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-github-markdown": "^1.0.0-beta.4",
"react-icons": "^4.9.0",
"react-markdown": "^8.0.7",
"react-paginate": "^8.2.0",
"react-redux": "^8.1.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^7.1.0",
"react-search-box": "^3.0.0",
"react-slick": "^0.29.0",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.4.0",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"remark-highlight.js": "^7.0.1",
"simple-git": "^3.19.1",
"styled-components": "^6.0.2",
"swiper": "^10.0.3",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.1.3",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/file-saver": "^2.0.7",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-csv": "^1.1.10",
"@types/react-slick": "^0.23.12",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-table": "^7.7.14",
"css-loader": "^7.1.2",
"style-loader": "^4.0.0"
}
}