UNPKG

@3kjos/fortress

Version:

3kjos fortress is an authentification ecosystem.

77 lines (76 loc) 1.91 kB
{ "name": "@3kjos/fortress", "version": "1.0.7", "description": "3kjos fortress is an authentification ecosystem.", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "vite --config vite.config.ts --port 3000", "build": "tsup" }, "repository": { "type": "git", "url": "git+https://github.com/jeankoffi543/3kjos-fortress.git" }, "keywords": [ "kjos", "3kjos", "fortress", "authentification", "authentication", "auth", "3kjos-fortress", "3kjos-auth", "3kjos-authentication", "3kjos-authentification", "3kjos-authentication-system", "3kjos-authentification-system", "3kjos-auth-system", "login", "register", "sign-in", "sign-up", "sign-in-up", "sign-in-up-system", "sign-in-up-system", "sign-in-system", "sign-up-system", "sign-in-up-sytem", "sign-in-sytem", "sign-up-sytem", "sign-in-sytem", "sign-up-sytem", "sign-in-system", "sign-up-system", "sign-in-system", "sign-up-system" ], "author": "KOFFI KONAN KAN JEAN SYLVAIN", "license": "ISC", "bugs": { "url": "https://github.com/jeankoffi543/3kjos-fortress/issues" }, "homepage": "https://github.com/jeankoffi543/3kjos-fortress#readme", "dependencies": { "@reduxjs/toolkit": "^2.2.5", "@types/react-redux": "^7.1.33", "add": "^2.0.6", "axios": "^1.6.8", "react-dom": "^18.3.1", "react-redux": "^9.1.2", "react-router-dom": "^6.23.1", "tsup": "^8.0.2" }, "devDependencies": { "@types/node": "^20.12.12", "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.2.1", "tsconfig-paths": "^4.2.0", "typescript": "^5.4.5", "vite": "^5.2.11", "vite-plugin-dts": "^3.9.1", "react": "^18.3.1" } }