source: chapterx-frontend/package.json

main
Last change on this file was b62cefc, checked in by kikisrbinoska <srbinoskakristina07@…>, 4 months ago

Added frontend and imporoved AI Suggestions service

  • Property mode set to 100644
File size: 948 bytes
RevLine 
[b62cefc]1{
2 "name": "chapterx-frontend",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc -b && vite build",
9 "lint": "eslint .",
10 "preview": "vite preview"
11 },
12 "dependencies": {
13 "axios": "^1.13.6",
14 "lucide-react": "^0.577.0",
15 "react": "^19.2.4",
16 "react-dom": "^19.2.4",
17 "react-router-dom": "^7.13.1",
18 "recharts": "^3.8.0",
19 "zustand": "^5.0.12"
20 },
21 "devDependencies": {
22 "@eslint/js": "^9.39.4",
23 "@types/node": "^24.12.0",
24 "@types/react": "^19.2.14",
25 "@types/react-dom": "^19.2.3",
26 "@vitejs/plugin-react": "^6.0.1",
27 "autoprefixer": "^10.4.27",
28 "eslint": "^9.39.4",
29 "eslint-plugin-react-hooks": "^7.0.1",
30 "eslint-plugin-react-refresh": "^0.5.2",
31 "globals": "^17.4.0",
32 "postcss": "^8.5.8",
33 "tailwindcss": "^3.4.19",
34 "typescript": "~5.9.3",
35 "typescript-eslint": "^8.57.0",
36 "vite": "^8.0.1"
37 }
38}
Note: See TracBrowser for help on using the repository browser.