-
- Downloads
initial commit
parents
No related branches found
No related tags found
Showing
- .bolt/config.json 3 additions, 0 deletions.bolt/config.json
- .bolt/prompt 8 additions, 0 deletions.bolt/prompt
- .gitignore 24 additions, 0 deletions.gitignore
- eslint.config.js 28 additions, 0 deletionseslint.config.js
- index.html 17 additions, 0 deletionsindex.html
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 33 additions, 0 deletionspackage.json
- postcss.config.js 6 additions, 0 deletionspostcss.config.js
- src/App.tsx 23 additions, 0 deletionssrc/App.tsx
- src/components/ClientLogos.tsx 56 additions, 0 deletionssrc/components/ClientLogos.tsx
- src/components/Footer.tsx 45 additions, 0 deletionssrc/components/Footer.tsx
- src/components/Header.tsx 73 additions, 0 deletionssrc/components/Header.tsx
- src/components/Hero.tsx 38 additions, 0 deletionssrc/components/Hero.tsx
- src/components/Services.tsx 88 additions, 0 deletionssrc/components/Services.tsx
- src/components/Testimonials.tsx 45 additions, 0 deletionssrc/components/Testimonials.tsx
- src/index.css 44 additions, 0 deletionssrc/index.css
- src/main.tsx 10 additions, 0 deletionssrc/main.tsx
- src/vite-env.d.ts 1 addition, 0 deletionssrc/vite-env.d.ts
- tailwind.config.js 13 additions, 0 deletionstailwind.config.js
- tsconfig.app.json 24 additions, 0 deletionstsconfig.app.json
.bolt/config.json
0 → 100644
.bolt/prompt
0 → 100644
.gitignore
0 → 100644
eslint.config.js
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "vite-react-typescript-starter", | |||
"private": true, | |||
"version": "0.0.0", | |||
"type": "module", | |||
"scripts": { | |||
"dev": "vite", | |||
"build": "vite build", | |||
"lint": "eslint .", | |||
"preview": "vite preview" | |||
}, | |||
"dependencies": { | |||
"lucide-react": "^0.344.0", | |||
"react": "^18.3.1", | |||
"react-dom": "^18.3.1" | |||
}, | |||
"devDependencies": { | |||
"@eslint/js": "^9.9.1", | |||
"@types/react": "^18.3.5", | |||
"@types/react-dom": "^18.3.0", | |||
"@vitejs/plugin-react": "^4.3.1", | |||
"autoprefixer": "^10.4.18", | |||
"eslint": "^9.9.1", | |||
"eslint-plugin-react-hooks": "^5.1.0-rc.0", | |||
"eslint-plugin-react-refresh": "^0.4.11", | |||
"globals": "^15.9.0", | |||
"postcss": "^8.4.35", | |||
"tailwindcss": "^3.4.1", | |||
"typescript": "^5.5.3", | |||
"typescript-eslint": "^8.3.0", | |||
"vite": "^5.4.2" | |||
} | |||
} |
postcss.config.js
0 → 100644
src/App.tsx
0 → 100644
src/components/ClientLogos.tsx
0 → 100644
src/components/Footer.tsx
0 → 100644
src/components/Header.tsx
0 → 100644
src/components/Hero.tsx
0 → 100644
src/components/Services.tsx
0 → 100644
src/components/Testimonials.tsx
0 → 100644
src/index.css
0 → 100644
src/main.tsx
0 → 100644
src/vite-env.d.ts
0 → 100644
tailwind.config.js
0 → 100644
tsconfig.app.json
0 → 100644
Please register or sign in to comment