-
- Downloads
initial commit
Showing
- .eslintrc.cjs 21 additions, 0 deletions.eslintrc.cjs
- .gitignore 24 additions, 0 deletions.gitignore
- README.md 11 additions, 0 deletionsREADME.md
- index.html 13 additions, 0 deletionsindex.html
- package-lock.json 4625 additions, 0 deletionspackage-lock.json
- package.json 26 additions, 0 deletionspackage.json
- public/vite.svg 1 addition, 0 deletionspublic/vite.svg
- src/App.css 42 additions, 0 deletionssrc/App.css
- src/App.jsx 35 additions, 0 deletionssrc/App.jsx
- src/assets/react.svg 1 addition, 0 deletionssrc/assets/react.svg
- src/index.css 68 additions, 0 deletionssrc/index.css
- src/main.jsx 10 additions, 0 deletionssrc/main.jsx
- vite.config.js 7 additions, 0 deletionsvite.config.js
.eslintrc.cjs
0 → 100644
.gitignore
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "ragchat-frontend", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"@vitejs/plugin-react": "^4.3.1", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-react": "^7.34.2", | ||
"eslint-plugin-react-hooks": "^4.6.2", | ||
"eslint-plugin-react-refresh": "^0.4.7", | ||
"vite": "^5.3.1" | ||
} | ||
} |
public/vite.svg
0 → 100644
src/App.css
0 → 100644
src/App.jsx
0 → 100644
src/assets/react.svg
0 → 100644
src/index.css
0 → 100644
src/main.jsx
0 → 100644
vite.config.js
0 → 100644
Please register or sign in to comment