-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 755 Bytes
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
{
"name": "cryptotraker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/montserrat": "^5.0.8",
"@mui/icons-material": "^5.14.3",
"@mui/lab": "^5.0.0-alpha.140",
"@mui/material": "^5.14.5",
"@mui/x-charts": "^6.0.0-alpha.7",
"axios": "^1.4.0",
"chart.js": "^4.3.3",
"faker": "^6.6.6",
"html-react-parser": "^4.2.1",
"next": "13.4.19",
"react": "18.2.0",
"react-alice-carousel": "^2.7.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"styled-components": "^6.0.7"
}
}