Skip to content

Commit a63a575

Browse files
author
weinStag
committed
Add libs, for chart and data transforming
1 parent bbe6398 commit a63a575

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,16 @@
3939
"@babel/runtime-corejs3": "7.27.4",
4040
"bcryptjs": "3.0.2",
4141
"body-parser": "2.2.0",
42+
"chart.js": "^4.5.0",
43+
"chartjs-adapter-date-fns": "^3.0.0",
4244
"commander": "13.1.0",
4345
"connect-flash": "0.1.1",
4446
"cookie-session": "2.1.0",
4547
"copy-to-clipboard": "3.3.3",
4648
"core-js": "3.42.0",
4749
"csurf": "1.11.0",
48-
"express": "4.21.2",
50+
"date-fns": "^4.1.0",
51+
"express": "^4.21.2",
4952
"fast-deep-equal": "3.1.3",
5053
"graphiql": "2.0.8",
5154
"graphql": "16.11.0",
@@ -56,13 +59,15 @@
5659
"otpauth": "8.0.3",
5760
"package-json": "7.0.0",
5861
"parse": "3.5.1",
62+
"parse-server": "^8.2.1",
5963
"passport": "0.5.3",
6064
"passport-local": "1.0.0",
6165
"prismjs": "1.30.0",
6266
"prop-types": "15.8.1",
6367
"qrcode": "1.5.4",
6468
"react": "16.14.0",
6569
"react-ace": "14.0.1",
70+
"react-chartjs-2": "^5.3.0",
6671
"react-dnd": "10.0.2",
6772
"react-dnd-html5-backend": "16.0.1",
6873
"react-dom": "16.14.0",

0 commit comments

Comments
 (0)