-
- Downloads
kurssitiedot1
parents
Branches
No related tags found
Showing
- .eslintrc.cjs 21 additions, 0 deletions.eslintrc.cjs
- .gitignore 24 additions, 0 deletions.gitignore
- README.md 8 additions, 0 deletionsREADME.md
- index.html 13 additions, 0 deletionsindex.html
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 26 additions, 0 deletionspackage.json
- public/vite.svg 2 additions, 0 deletionspublic/vite.svg
- src/App.css 42 additions, 0 deletionssrc/App.css
- src/App.jsx 46 additions, 0 deletionssrc/App.jsx
- src/assets/react.svg 2 additions, 0 deletionssrc/assets/react.svg
- src/index.css 68 additions, 0 deletionssrc/index.css
- src/main.jsx 5 additions, 0 deletionssrc/main.jsx
- vite.config.js 7 additions, 0 deletionsvite.config.js
.eslintrc.cjs
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "web1", | ||
"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.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.2.55", | ||
"@types/react-dom": "^18.2.19", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"eslint": "^8.56.0", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.5", | ||
"vite": "^5.1.0" | ||
} | ||
} |
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