Skip to content

Commit

Permalink
Merge pull request #62 from SciPhi-AI/Nolan/AddAuth
Browse files Browse the repository at this point in the history
Add auth into dashboard
  • Loading branch information
NolanTrem authored Jul 22, 2024
2 parents 4a38600 + f0345de commit eade9a8
Show file tree
Hide file tree
Showing 18 changed files with 1,469 additions and 1,142 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@nextui-org/react": "^2.4.2",
"@nextui-org/react": "^2.4.6",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
Expand All @@ -56,7 +56,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.2",
"framer-motion": "^11.3.8",
"fs": "0.0.1-security",
"lucide-react": "^0.395.0",
"neo4j-driver": "^5.22.0",
Expand All @@ -66,8 +66,8 @@
"nextra-theme-docs": "^2.13.4",
"pnpm": "^9.5.0",
"postcss": "^8.4.39",
"posthog-js": "^1.146.2",
"r2r-js": "^1.2.1",
"posthog-js": "^1.148.0",
"r2r-js": "^1.2.9",
"radix-ui": "^1.0.1",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
Expand All @@ -89,17 +89,17 @@
"@types/node": "20.14.6",
"@types/react": "18.3.3",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.6",
"typescript": "5.5.2"
}
}
Loading

0 comments on commit eade9a8

Please sign in to comment.