First
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
eslint.config.js
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | |||
"name": "my-vite-app", | |||
"private": true, | |||
"version": "0.0.0", | |||
"type": "module", | |||
"scripts": { | |||
"dev": "vite", | |||
"build": "tsc -b && vite build", | |||
"lint": "eslint .", | |||
"preview": "vite preview" | |||
}, | |||
"dependencies": { | |||
"react": "^18.3.1", | |||
"react-dom": "^18.3.1" | |||
}, | |||
"devDependencies": { | |||
"@eslint/js": "^9.9.0", | |||
"@types/react": "^18.3.3", | |||
"@types/react-dom": "^18.3.0", | |||
"@vitejs/plugin-react": "^4.3.1", | |||
"eslint": "^9.9.0", | |||
"eslint-plugin-react-hooks": "^5.1.0-rc.0", | |||
"eslint-plugin-react-refresh": "^0.4.9", | |||
"globals": "^15.9.0", | |||
"typescript": "^5.5.3", | |||
"typescript-eslint": "^8.0.1", | |||
"vite": "^5.4.1" | |||
} | |||
} |
public/vite.svg
0 → 100644
src/App.css
0 → 100644
src/App.tsx
0 → 100644
src/assets/react.svg
0 → 100644
src/index.css
0 → 100644
src/main.tsx
0 → 100644
src/vite-env.d.ts
0 → 100644
tsconfig.app.json
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644
Please register or sign in to comment