totp/package.json

38 lines
1 KiB
JSON
Raw Normal View History

2024-04-06 22:54:44 -04:00
{
"name": "totp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
2024-04-07 00:13:19 -04:00
"@otplib/core": "^12.0.1",
"@otplib/plugin-crypto-js": "^12.0.1",
2024-04-06 22:54:44 -04:00
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
2024-04-07 00:13:19 -04:00
"classnames": "^2.5.1",
2024-04-06 22:54:44 -04:00
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
2024-04-07 01:45:31 -04:00
"@types/bootstrap": "^5.2.10",
2024-04-06 22:54:44 -04:00
"@types/node": "^20.12.5",
"@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",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"sass": "^1.74.1",
"typescript": "^5.2.2",
2024-04-07 00:13:19 -04:00
"vite": "^5.2.0",
"vite-plugin-node-polyfills": "^0.21.0"
2024-04-06 22:54:44 -04:00
}
}