Initial commit
parents
Showing
.gitignore
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "burger-builder-template", | |||
| "private": true, | |||
| "version": "0.0.0", | |||
| "type": "module", | |||
| "scripts": { | |||
| "dev": "vite", | |||
| "build": "tsc && vite build", | |||
| "preview": "vite preview" | |||
| }, | |||
| "dependencies": { | |||
| "react": "^18.2.0", | |||
| "react-dom": "^18.2.0" | |||
| }, | |||
| "devDependencies": { | |||
| "@types/node": "^20.12.6", | |||
| "@types/react": "^18.0.28", | |||
| "@types/react-dom": "^18.0.11", | |||
| "@vitejs/plugin-react": "^3.1.0", | |||
| "typescript": "^4.9.3", | |||
| "vite": "^4.2.0" | |||
| } | |||
| } |
public/favicon.ico
0 → 100644
560 Bytes
src/App.tsx
0 → 100644
src/helpers/IngPrice.ts
0 → 100644
src/index.css
0 → 100644
src/main.tsx
0 → 100644
src/vite-env.d.ts
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644