forked from AvarchLLC/EIPsInsight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.43 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
{
"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.0.3",
"@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.14",
"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",
"dotenv": "^16.3.1",
"eslint": "8.42.0",
"eslint-config-next": "13.4.6",
"express": "^4.18.2",
"framer-motion": "^10.12.16",
"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",
"octokit": "^2.1.0",
"postcss": "8.4.24",
"react": "18.2.0",
"react-awesome-slider": "^4.1.0",
"react-awesome-slider-fc": "^1.0.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-icons": "^4.9.0",
"react-markdown": "^8.0.7",
"react-paginate": "^8.2.0",
"react-redux": "^8.1.0",
"react-search-box": "^3.0.0",
"react-slick": "^0.29.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.3.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.1.3"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/react-slick": "^0.23.12",
"@types/react-table": "^7.7.14"
}
}