Skip to content

Commit

Permalink
Merge pull request #16 from Black-Axe/vite
Browse files Browse the repository at this point in the history
Vite
  • Loading branch information
elsowiny authored Mar 22, 2023
2 parents 16947ef + 81ed153 commit e890006
Show file tree
Hide file tree
Showing 58 changed files with 1,607 additions and 1,218 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "developer-profile",
"version": "0.1.0",
"version": "2.0.0",
"private": true,
"homepage": "",
"dependencies": {
Expand All @@ -9,7 +9,6 @@
"@hookform/resolvers": "^2.9.11",
"@mui/material": "^5.11.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.3.4",
"bootstrap": "^5.2.3",
Expand Down Expand Up @@ -37,9 +36,10 @@
"start": "cross-env ESLINT_NO_DEV_ERRORS='true' vite",
"build": "vite build",
"serve": "vite preview",
"test": "jest --watchAll",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --quiet .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx --quiet --fix ."
"test": "vitest --watch",
"coverage": "vitest run --coverage",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx --fix ./src"
},
"eslintConfig": {
"extends": [
Expand Down Expand Up @@ -68,6 +68,8 @@
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"sass": "^1.59.3",
"vite": "^4.2.1"
"vite": "^4.2.1",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^0.29.7"
}
}
Loading

0 comments on commit e890006

Please sign in to comment.