{ "name": "@visualdl/core", "version": "2.0.0-beta.43", "title": "VisualDL", "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/core" }, "scripts": { "dev": "next", "build": "echo 'This package does not need to build. Please use @visualdl/server or @visualdl/serverless to build from source.'; echo 'If you want to test build function, please run `build:next` instead.'", "build:next": "next build", "export": "next export", "start": "next start", "test": "echo \"Error: no test specified\" && exit 0" }, "dependencies": { "@tippyjs/react": "4.0.4", "@visualdl/i18n": "2.0.0-beta.43", "@visualdl/netron": "2.0.0-beta.43", "@visualdl/wasm": "2.0.0-beta.43", "bignumber.js": "9.0.0", "d3-format": "1.4.4", "echarts": "4.8.0", "echarts-gl": "1.1.1", "eventemitter3": "4.0.4", "file-saver": "2.0.2", "isomorphic-unfetch": "3.0.0", "lodash": "4.17.15", "mime-types": "2.1.27", "moment": "2.27.0", "next": "9.4.4", "nprogress": "0.2.0", "polished": "3.6.5", "prop-types": "15.7.2", "query-string": "6.13.1", "react": "16.13.1", "react-dom": "16.13.1", "react-input-range": "1.3.0", "react-is": "16.13.1", "react-spinners": "0.9.0", "react-toastify": "6.0.6", "save-svg-as-png": "1.4.17", "styled-components": "5.1.1", "swr": "0.2.3", "tippy.js": "6.2.3" }, "devDependencies": { "@babel/core": "7.10.3", "@types/d3-format": "1.3.1", "@types/echarts": "4.6.2", "@types/file-saver": "2.0.1", "@types/lodash": "4.14.156", "@types/mime-types": "2.1.0", "@types/node": "14.0.13", "@types/nprogress": "0.2.0", "@types/react": "16.9.38", "@types/react-dom": "16.9.8", "@types/styled-components": "5.1.0", "@visualdl/mock": "2.0.0-beta.43", "babel-plugin-emotion": "10.0.33", "babel-plugin-styled-components": "1.10.7", "babel-plugin-typescript-to-proptypes": "1.3.2", "copy-webpack-plugin": "6.0.2", "core-js": "3.6.5", "cross-env": "7.0.2", "css-loader": "3.6.0", "enhanced-resolve": "4.2.0", "ora": "4.0.4", "typescript": "3.9.5", "worker-plugin": "4.0.3" }, "engines": { "node": ">=10", "npm": ">=6" }, "publishConfig": { "access": "public" }, "husky": { "hooks": { "pre-commit": "lint-staged" } } }