adding npm workspaces (#12)

This commit was merged in pull request #12.
This commit is contained in:
2024-05-21 18:19:37 -05:00
committed by GitHub
parent 4fc0401ddf
commit 3b68021d93
14 changed files with 14109 additions and 37 deletions

View File

@@ -1 +0,0 @@
npx lint-staged

View File

@@ -7,13 +7,11 @@
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky"
"preview": "vite preview"
},
"dependencies": {
"@azure/msal-react": "^2.0.15",
"@nextui-org/react": "^2.3.6",
"eslint-config-prettier": "^9.1.0",
"framer-motion": "^11.1.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -23,22 +21,11 @@
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}