UNPKG

fullstack-form-app-sinclqir

Version:

Application de gestion des utilisateurs avec authentification JWT - Frontend React + Backend Python FastAPI

96 lines (95 loc) 2.6 kB
{ "name": "fullstack-form-app-sinclqir", "private": false, "version": "1.0.0", "type": "module", "description": "Application de gestion des utilisateurs avec authentification JWT - Frontend React + Backend Python FastAPI", "keywords": [ "react", "fastapi", "authentication", "jwt", "user-management", "fullstack", "form" ], "author": "sinclqir", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sinclqir/full-stack-form.git" }, "homepage": "https://sinclqir.github.io/full-stack-form", "bugs": { "url": "https://github.com/sinclqir/full-stack-form/issues" }, "main": "dist/index.js", "files": [ "dist", "src", "README.md", "DEPLOYMENT.md" ], "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "deploy": "npm run build && gh-pages -d dist", "cypress:open": "cypress open", "cypress:run": "cypress run", "test:ui": "cypress run --spec 'cypress/e2e/ui.cy.js'", "test:registration": "cypress run --spec 'cypress/e2e/registration.cy.js'", "test:login": "cypress run --spec 'cypress/e2e/login.cy.js'", "test:all": "cypress run --spec 'cypress/e2e/**/*.cy.js'", "test:headless": "cypress run --headless --browser chrome", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "coverage:upload": "codecov", "prepublishOnly": "npm run build" }, "dependencies": { "axios": "^1.10.0", "lucide-react": "^0.523.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^7.6.2" }, "devDependencies": { "@babel/core": "^7.27.4", "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "@vitejs/plugin-react": "^4.2.1", "babel-jest": "^30.0.2", "codecov": "^3.8.3", "cypress": "^14.5.0", "gh-pages": "^6.3.0", "identity-obj-proxy": "^3.0.0", "jest": "^30.0.3", "jest-environment-jsdom": "^30.0.2", "vite": "^4.5.0", "vite-plugin-gh-pages": "^1.0.1", "wait-on": "^8.0.3" }, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }