{ "name": "@visualdl/server", "version": "2.0.0-beta.38", "description": "A platform to visualize the deep learning process and result.", "keywords": [ "visualdl", "paddlepaddle", "visualization", "deep learning" ], "homepage": "https://github.com/PaddlePaddle/VisualDL", "bugs": { "url": "https://github.com/PaddlePaddle/VisualDL/issues" }, "license": "Apache-2.0", "author": "PeterPanZH (https://github.com/PeterPanZH)", "contributors": [ "Niandalu (https://github.com/Niandalu)" ], "repository": { "type": "git", "url": "https://github.com/PaddlePaddle/VisualDL.git", "directory": "frontend/packages/server" }, "scripts": { "dev": "cross-env NODE_ENV=development nodemon --watch index.ts --watch webpack.config.js --exec \"ts-node index.ts\"", "build": "cross-env API_URL=/api ts-node --script-mode build.ts", "start": "pm2-runtime ecosystem.config.js", "test": "echo \"Error: no test specified\" && exit 0" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "ecosystem.config.js", "ecosystem.config.d.ts" ], "dependencies": { "@visualdl/core": "2.0.0-beta.38", "@visualdl/i18n": "2.0.0-beta.38", "express": "4.17.1", "http-proxy-middleware": "1.0.3", "next": "9.3.6", "pm2": "4.4.0" }, "devDependencies": { "@types/express": "4.17.6", "@types/node": "13.13.5", "@types/shelljs": "0.8.7", "@types/webpack": "4.41.12", "@types/webpack-dev-middleware": "3.7.0", "@visualdl/mock": "2.0.0-beta.38", "cross-env": "7.0.2", "nodemon": "2.0.3", "shelljs": "0.8.4", "ts-loader": "7.0.3", "ts-node": "8.10.1", "typescript": "3.8.3", "webpack": "4.43.0", "webpack-cli": "3.3.11", "webpack-dev-middleware": "3.7.2" }, "engines": { "node": ">=10", "npm": ">=6" }, "publishConfig": { "access": "public" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "gitHead": "9bc69c4af2e8c1bbd5f38001e8b143fd8b008396" }