{ "name": "visualdl", "private": true, "workspaces": [ "packages/*" ], "version": "2.0.0", "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" }, "scripts": { "bootstrap": "lerna bootstrap", "build": "./scripts/build.sh", "clean": "rimraf output *.log packages/*/dist packages/core/out packages/wasm/target packages/*/*.log", "lint": "eslint --ext .tsx,.jsx.ts,.js --ignore-path .gitignore .", "format": "prettier --write \"**/*.ts\" \"**/*.tsx\" \"**/*.js\"", "test": "yarn workspaces run test", "prepublishOnly": "yarn lint && yarn test && yarn build", "preversion": "yarn lint", "version": "yarn format && git add -A" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "3.8.0", "@typescript-eslint/parser": "3.8.0", "eslint": "7.6.0", "eslint-config-prettier": "6.11.0", "eslint-plugin-prettier": "3.1.4", "eslint-plugin-react": "7.20.5", "eslint-plugin-react-hooks": "4.0.8", "husky": "4.2.5", "lerna": "3.22.1", "lint-staged": "10.2.11", "prettier": "2.0.5", "rimraf": "3.0.2", "typescript": "3.9.7", "yarn": "1.22.4" }, "engines": { "node": ">=10", "npm": ">=6" }, "husky": { "hooks": { "pre-commit": "lint-staged" } } }