{ "name": "@visualdl/core", "version": "2.1.5", "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": "snowpack dev", "build": "snowpack build && node builder/post-build.js", "start": "yarn dev --reload", "test": "jest --passWithNoTests" }, "main": "dist/index.html", "files": [ "dist", "builder/environment.js" ], "dependencies": { "@tippyjs/react": "4.2.5", "@visualdl/netron": "2.1.5", "@visualdl/wasm": "2.1.5", "bignumber.js": "9.0.1", "classnames": "2.3.1", "d3": "6.6.2", "d3-format": "2.0.0", "echarts": "4.9.0", "echarts-gl": "1.1.2", "eventemitter3": "4.0.7", "file-saver": "2.0.5", "i18next": "20.2.1", "i18next-browser-languagedetector": "6.1.0", "i18next-fetch-backend": "3.0.0", "jszip": "3.6.0", "lodash": "4.17.21", "mime-types": "2.1.30", "moment": "2.29.1", "nprogress": "0.2.0", "numeric": "1.2.6", "polished": "4.1.1", "query-string": "7.0.0", "react": "17.0.2", "react-content-loader": "6.0.3", "react-dnd": "14.0.2", "react-dnd-html5-backend": "14.0.0", "react-dom": "17.0.2", "react-helmet": "6.1.0", "react-i18next": "11.8.12", "react-input-range": "1.3.0", "react-is": "17.0.2", "react-rangeslider": "2.2.0", "react-redux": "7.2.3", "react-router-dom": "5.2.0", "react-spinners": "0.10.6", "react-table": "7.6.3", "react-table-sticky": "1.1.3", "react-toastify": "7.0.3", "redux": "4.0.5", "styled-components": "5.2.3", "swr": "0.5.5", "three": "0.127.0", "tippy.js": "6.3.1", "umap-js": "1.3.3" }, "devDependencies": { "@babel/core": "7.13.14", "@babel/plugin-proposal-class-properties": "7.13.0", "@babel/preset-env": "7.13.12", "@babel/preset-react": "7.13.13", "@baiducloud/sdk": "1.0.0-rc.28", "@simbathesailor/use-what-changed": "2.0.0", "@snowpack/app-scripts-react": "1.12.6", "@snowpack/plugin-dotenv": "2.0.5", "@snowpack/plugin-optimize": "0.2.10", "@snowpack/plugin-run-script": "2.3.0", "@svgr/core": "5.5.0", "@testing-library/jest-dom": "5.11.10", "@testing-library/react": "11.2.6", "@types/d3": "6.3.0", "@types/d3-format": "2.0.0", "@types/echarts": "4.9.7", "@types/file-saver": "2.0.1", "@types/jest": "26.0.22", "@types/loadable__component": "5.13.3", "@types/lodash": "4.14.168", "@types/mime-types": "2.1.0", "@types/nprogress": "0.2.0", "@types/numeric": "1.2.1", "@types/react": "17.0.3", "@types/react-dom": "17.0.3", "@types/react-helmet": "6.1.0", "@types/react-rangeslider": "2.2.3", "@types/react-redux": "7.1.16", "@types/react-router-dom": "5.1.7", "@types/react-table": "7.0.29", "@types/snowpack-env": "2.3.3", "@types/styled-components": "5.1.9", "@types/three": "0.127.0", "@visualdl/mock": "2.1.5", "babel-plugin-styled-components": "1.12.0", "dotenv": "8.2.0", "enhanced-resolve": "5.7.0", "express": "4.17.1", "fs-extra": "9.1.0", "html-minifier": "4.0.0", "http-proxy-middleware": "1.1.0", "jest": "26.6.3", "snowpack": "2.18.5", "typescript": "4.2.3", "yargs": "16.2.0" }, "engines": { "node": ">=14", "npm": ">=6" }, "publishConfig": { "access": "public" } }