-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.38 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
{
"name": "michmoney",
"version": "1.0.0",
"description": "Frontend (dashboard) for MichMoney",
"main": "michmoney/js/main.jsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "MichMoney Team",
"license": "ISC",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.14.18",
"@mui/x-charts": "^6.18.1",
"@visx/visx": "^3.8.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"chart.js": "^4.4.0",
"chroma-js": "^2.4.2",
"d3": "^7.8.5",
"d3-fetch": "^3.0.1",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-do": "^1.1.6",
"react-dom": "^18.2.0",
"react-google-charts": "^4.0.1",
"react-minimal-pie-chart": "^8.4.0",
"react-router-dom": "^6.21.3",
"react-scripts": "^5.0.1",
"react-simple-maps": "^3.0.0",
"react-tooltip": "^5.26.0"
},
"devDependencies": {
"css-loader": "^6.9.1",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.1",
"webpack-cli": "^5.1.4"
}
}