UNPKG

@hippy/debug-server-next

Version:
147 lines (146 loc) 4.55 kB
{ "name": "@hippy/debug-server-next", "version": "0.5.6", "description": "Debug server for hippy.", "repository": "https://github.com/hippy-contrib/debug-server-next", "homepage": "http://hippyjs.org", "author": "chestershen@tencent.com", "license": "Apache-2.0", "main": "dist/index.js", "files": [ "dist" ], "bin": { "hippy-debug": "dist/index-debug.js", "debug-server": "dist/index-debug.js", "hippy-dev": "dist/index-dev.js" }, "scripts": { "dev": "cross-env TS_NODE_FILES=true node --inspect=127.0.0.1:7777 -r ts-node/register src/index-debug.ts", "build": "npm run build:client && npx gulp", "build:client": "cd src/webpack-dev-server && rimraf ./client/* && babel client-src/ --out-dir client/ --ignore \"client-src/webpack.config.js\" --ignore \"client-src/modules\" && webpack --config client-src/webpack.config.js", "watch": "gulp watch", "test": "npx jest --silent --coverage", "lint": "npx eslint --fix --ext .js,.ts ./src" }, "nodemonConfig": { "watch": [ "src" ], "ext": "ts" }, "keywords": [ "hippy", "debug", "debugger" ], "engines": { "node": ">=16.0.0" }, "types": "dist/@types/index.d.ts", "dependencies": { "@hippy/chrome-devtools": "^0.1.2", "@hippy/chrome-devtools-extensions": "0.5.0", "@hippy/devtools-protocol": "^0.0.4", "@hippy/hippy-hmr-plugin": "^0.1.0", "@hippy/hippy-react-devtools-plugin": "^0.1.0", "@hippy/hippy-vue-devtools-plugin": "^0.1.0", "@hippy/react-devtools": "^0.1.0", "@hippy/vanilla-js-devtools": "^0.1.13", "@hippy/vue-devtools": "^0.0.1", "@koa/cors": "^3.1.0", "axios": "^0.26.1", "bonjour": "^3.5.0", "chokidar": "~3.5.2", "color-normalize": "^1.5.2", "colors": "1.4.0", "compression": "^1.7.4", "connect-history-api-fallback": "^1.6.0", "cos-nodejs-sdk-v5": "^2.11.6", "default-gateway": "^6.0.3", "del": "^6.0.0", "detect-port": "^1.3.0", "dotenv": "^10.0.0", "express": "^4.17.1", "graceful-fs": "^4.2.6", "http-proxy-middleware": "^2.0.0", "ipaddr.js": "^2.0.1", "kill-port": "^1.6.1", "koa": "^2.13.1", "koa-bodyparser": "^4.3.0", "koa-router": "^10.0.0", "koa-static": "^5.0.0", "koa-static-cache": "^5.1.4", "lodash": "^4.17.21", "module-alias": "^2.2.2", "node-machine-id": "^1.1.12", "open": "^8.4.0", "p-retry": "^4.5.0", "portfinder": "^1.0.28", "qrcode": "^1.5.0", "redis": "4.0.0-rc.4", "request-promise": "^4.2.6", "schema-utils": "^4.0.0", "selfsigned": "^2.0.1", "serve-index": "^1.9.1", "sockjs": "^0.3.21", "spdy": "^4.0.2", "tslib": "^2.3.0", "url": "^0.11.0", "webpack-dev-middleware": "^5.2.1", "winston": "^3.3.3", "winston-daily-rotate-file": "^4.5.5", "ws": "^8.8.0", "yargs": "^17.2.1" }, "devDependencies": { "@babel/cli": "^7.14.5", "@babel/core": "^7.14.6", "@babel/eslint-parser": "^7.14.7", "@babel/plugin-transform-object-assign": "^7.14.5", "@babel/plugin-transform-runtime": "^7.14.5", "@babel/preset-env": "^7.14.5", "@babel/runtime": "^7.14.5", "@types/body-parser": "^1.19.2", "@types/colors": "^1.2.1", "@types/jest": "^27.4.1", "@types/koa": "^2.13.4", "@types/koa-router": "^7.4.4", "@types/koa-static": "^4.0.2", "@types/node": "^16.11.10", "@types/webpack": "^4.41.32", "@types/ws": "^7.4.6", "@types/yargs": "^17.0.5", "@typescript-eslint/eslint-plugin": "^4.29.1", "@typescript-eslint/parser": "^4.29.1", "babel-jest": "^27.0.6", "babel-loader": "^8.2.2", "cross-env": "^7.0.3", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-config-tencent": "^1.0.2", "eslint-config-webpack": "^1.2.5", "eslint-import-resolver-alias": "^1.1.2", "eslint-import-resolver-typescript": "^2.5.0", "eslint-plugin-chalk": "^1.0.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.25.3", "eslint-plugin-prettier": "^3.4.0", "gulp": "^4.0.2", "gulp-chmod": "^3.0.0", "gulp-clean": "^0.4.0", "gulp-typescript": "^6.0.0-alpha.1", "jest": "^27.0.6", "jest-transform-stub": "^2.0.0", "nodemon": "^2.0.12", "prettier": "^2.3.2", "rimraf": "^3.0.2", "ts-jest": "^27.0.3", "ts-node": "^10.4.0", "tsconfig-paths": "^3.10.1", "typescript": "^4.3.5", "webpack": "^4.46.0", "webpack-cli": "^4.7.2", "webpack-merge": "^5.8.0" } }