Skip to content

Commit

Permalink
Merge pull request #131 from S33G/feature/mocked-authentication-for-dev
Browse files Browse the repository at this point in the history
 Mocked NanoKVM Login Page for Development
  • Loading branch information
wj-xiao authored Nov 15, 2024
2 parents a0f0699 + 7e976e0 commit a8d6d61
Show file tree
Hide file tree
Showing 5 changed files with 3,754 additions and 3,820 deletions.
9 changes: 8 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"mocked": "vite --mode mocked",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
Expand Down Expand Up @@ -51,12 +52,18 @@
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"msw": "^2.6.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.13",
"typescript": "^5.4.5",
"vite": "^5.4.8",
"vite-tsconfig-paths": "^4.3.2"
},
"msw": {
"workerDirectory": [
"public"
]
}
}
}
Loading

0 comments on commit a8d6d61

Please sign in to comment.