Skip to content

Commit

Permalink
Merge branch 'main' into ym-user-names-list
Browse files Browse the repository at this point in the history
  • Loading branch information
yiremorlans committed May 20, 2023
2 parents 28fe006 + 38af4d1 commit c37bd71
Show file tree
Hide file tree
Showing 14 changed files with 1,607 additions and 117 deletions.
524 changes: 516 additions & 8 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"husky": "^8.0.3",
"jsdom": "^21.1.1",
"lint-staged": "^13.2.0",
"postcss": "^8.4.23",
"prettier": "^2.8.7",
"tailwindcss": "^3.3.2",
"vite": "^4.2.1",
"vite-plugin-pwa": "^0.14.7",
"vite-plugin-svgr": "^2.4.0",
Expand All @@ -34,6 +37,7 @@
"scripts": {
"start": "vite",
"build": "vite build",
"build-css": "tailwindcss build src/index.css -o public/index.css",
"test": "vitest",
"preview": "vite preview",
"prepare": "husky install"
Expand Down
6 changes: 6 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};

0 comments on commit c37bd71

Please sign in to comment.