File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
src/quant_research_starter/frontend/cauweb Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @qrs/cauweb" ,
3+ "version" : " 1.0.0" ,
4+ "type" : " module" ,
5+ "scripts" : {
6+ "dev" : " vite" ,
7+ "build" : " vite build" ,
8+ "preview" : " vite preview" ,
9+ "lint" : " eslint src --ext .ts,.tsx"
10+ },
11+ "dependencies" : {
12+ "@tailwindcss/vite" : " ^4.1.17" ,
13+ "chart.js" : " ^4.5.1" ,
14+ "lucide-react" : " ^0.263.1" ,
15+ "react" : " ^18.2.0" ,
16+ "react-chartjs-2" : " ^5.3.1" ,
17+ "react-dom" : " ^18.2.0" ,
18+ "react-router-dom" : " ^6.8.0"
19+ },
20+ "devDependencies" : {
21+ "@tailwindcss/cli" : " ^4.1.17" ,
22+ "@tailwindcss/postcss" : " ^4.1.17" ,
23+ "@types/react" : " ^18.3.26" ,
24+ "@types/react-dom" : " ^18.3.7" ,
25+ "@vitejs/plugin-react" : " ^4.1.0" ,
26+ "autoprefixer" : " ^10.4.21" ,
27+ "postcss" : " ^8.5.6" ,
28+ "tailwindcss" : " ^4.1.17" ,
29+ "typescript" : " ^5.9.3" ,
30+ "vite" : " ^5.0.0"
31+ }
32+ }
You can’t perform that action at this time.
0 commit comments