Skip to content

Commit 5cf45cc

Browse files
committed
graph deploy
1 parent 0915ec0 commit 5cf45cc

25 files changed

+1144
-539
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
REACT_APP_API_BASE_URL=http://127.0.0.1:8000

package-lock.json

Lines changed: 78 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"@testing-library/react": "^13.4.0",
88
"@testing-library/user-event": "^13.5.0",
99
"axios": "^1.7.7",
10+
"chart.js": "^4.4.6",
11+
"chartjs-plugin-zoom": "^2.0.1",
1012
"react": "^18.3.1",
13+
"react-chartjs-2": "^5.2.0",
1114
"react-dom": "^18.3.1",
1215
"react-scripts": "5.0.1",
1316
"web-vitals": "^2.1.4"
@@ -35,5 +38,10 @@
3538
"last 1 firefox version",
3639
"last 1 safari version"
3740
]
41+
},
42+
"devDependencies": {
43+
"autoprefixer": "^10.4.20",
44+
"postcss": "^8.4.49",
45+
"tailwindcss": "^3.4.15"
3846
}
3947
}

postcss.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
plugins: {
3+
tailwindcss: {},
4+
autoprefixer: {},
5+
},
6+
}

src/App.css

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)