Merge branch 'boilerplate' into 'main'
Inserindo estrutura inicial do projeto See merge request !1
Showing
+4113 -16596
.vite/deps/_metadata.json
0 → 100644
.vite/deps/package.json
0 → 100644
eslint.config.js
0 → 100644
index.html
0 → 100644
This diff is collapsed.
{ | ||
"name": "coopera", | ||
"version": "0.1.0", | ||
"name": "vite-react-typescript-starter", | ||
"private": true, | ||
"dependencies": { | ||
"@testing-library/dom": "^10.4.0", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
"@testing-library/react": "^16.2.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"react-scripts": "5.0.1", | ||
"web-vitals": "^2.1.4" | ||
}, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
"dev": "vite", | ||
"build": "tsc -b && vite build", | ||
"lint": "eslint .", | ||
"preview": "vite preview" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
"dependencies": { | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
"devDependencies": { | ||
"@eslint/js": "^9.22.0", | ||
"@types/react": "^19.0.10", | ||
"@types/react-dom": "^19.0.4", | ||
"@vitejs/plugin-react": "^4.3.4", | ||
"eslint": "^9.22.0", | ||
"eslint-plugin-react-hooks": "^5.2.0", | ||
"eslint-plugin-react-refresh": "^0.4.19", | ||
"globals": "^16.0.0", | ||
"typescript": "~5.7.2", | ||
"typescript-eslint": "^8.26.0", | ||
"vite": "^6.2.1" | ||
} | ||
} |
public/vite.svg
0 → 100644
src/App.tsx
0 → 100644
src/assets/react.svg
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