UNPKG

@jeffersonwilliammachado/vite-express

Version:
65 lines (64 loc) 1.72 kB
{ "name": "@jeffersonwilliammachado/vite-express", "version": "0.0.5", "description": "No description.", "main": "index.js", "types": "index.d.ts", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/jeffersonwilliammachado/vite-express.git" }, "bugs": { "url": "https://github.com/jeffersonwilliammachado/vite-express/issues" }, "homepage": "https://github.com/jeffersonwilliammachado/vite-express#readme", "keywords": [ "vite", "express", "vite-express" ], "dependencies": { "node-fetch": "^2.0.0" }, "peerDependencies": { "express": "^4.18.2", "vite": "^4.0.0", "picocolors": "^1.0.0" }, "devDependencies": { "@rollup/plugin-terser": "^0.2.0", "@rollup/plugin-typescript": "^10.0.1", "@types/express": "^4.17.14", "@types/node": "^18.11.12", "@types/node-fetch": "^2.6.2", "@types/socket.io": "^3.0.2", "@types/socket.io-client": "^3.0.0", "@types/supertest": "^2.0.12", "@typescript-eslint/eslint-plugin": "^5.48.2", "@typescript-eslint/parser": "^5.48.2", "@vitejs/plugin-react": "^3.0.0", "concurrently": "^7.6.0", "eslint": "^8.32.0", "eslint-plugin-simple-import-sort": "^9.0.0", "express": "^4.18.2", "husky": "^8.0.3", "lint-staged": "^13.1.0", "nodemon": "^2.0.20", "picocolors": "^1.0.0", "prettier": "^2.8.3", "puppeteer": "^19.6.2", "rimraf": "^4.1.2", "rollup": "^3.7.3", "socket.io": "^4.6.1", "socket.io-client": "^4.6.1", "supertest": "^6.3.3", "ts-node": "^10.9.1", "tslib": "^2.4.1", "typescript": "^4.9.4", "vite": "^4.0.0" } }