Commits on Source (2)
-
pratyush authored
Added Vite as the build tool with React and TypeScript integration. Included essential configurations like ESLint setup, CSS styling, and npm scripts. Provides a basic app structure with React components and HMR functionality.
c5438b05
This diff is collapsed.
| ... | ... | @@ -10,8 +10,16 @@ |
| "preview": "vite preview" | ||
| }, | ||
| "dependencies": { | ||
| "@fortawesome/fontawesome-svg-core": "^6.7.2", | ||
| "@fortawesome/free-brands-svg-icons": "^6.7.2", | ||
| "@fortawesome/free-regular-svg-icons": "^6.7.2", | ||
| "@fortawesome/free-solid-svg-icons": "^6.7.2", | ||
| "@fortawesome/react-fontawesome": "^0.2.2", | ||
| "apextree": "^1.3.0", | ||
| "mermaid": "^11.7.0", | ||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.0" | ||
| "react-dom": "^19.0.0", | ||
| "react-router-dom": "^7.6.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/js": "^9.21.0", | ||
| ... | ... |
src/Activity/ACTIVITY_TYPES.ts
0 → 100644
src/Activity/Activity.module.css
0 → 100644
src/Activity/Activity.tsx
0 → 100644
src/Mermaid.tsx
0 → 100644
src/Workflows/view.tsx
0 → 100644
src/aaaa/RenderContent.tsx
0 → 100644
vite.config.ts
0 → 100644