aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-11-18 21:21:22 -0800
committerPinapelz <yukais@pinapelz.com>2023-11-18 21:21:22 -0800
commitadc88dbdf3274d4d0cf15b5f2cf7b0bbb939bfe0 (patch)
tree96089396e548f3f57121674362b6170c7b76693b /package.json
parent96019367e8f72eac26abd3b7a908c2b914bd1ae1 (diff)
v3: re-write frontend using next js
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 16 insertions, 4 deletions
diff --git a/package.json b/package.json
index 4747b7f..9bbc027 100644
--- a/package.json
+++ b/package.json
@@ -9,19 +9,31 @@
"lint": "next lint"
},
"dependencies": {
+ "@canvasjs/react-charts": "^1.0.0",
+ "@radix-ui/react-icons": "^1.3.0",
+ "axios": "^1.6.2",
+ "chart.js": "^4.4.0",
+ "class-variance-authority": "^0.7.0",
+ "clsx": "^2.0.0",
+ "lucide-react": "^0.292.0",
+ "next": "14.0.3",
"react": "^18",
+ "react-bootstrap": "^2.9.1",
+ "react-chartjs-2": "^5.2.0",
"react-dom": "^18",
- "next": "14.0.3"
+ "tailwind-merge": "^2.0.0",
+ "tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
- "typescript": "^5",
+ "@faker-js/faker": "^8.3.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
+ "eslint": "^8",
+ "eslint-config-next": "14.0.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
- "eslint": "^8",
- "eslint-config-next": "14.0.3"
+ "typescript": "^5"
}
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage