{ "name": "@visualdl/core", "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/packages/core" }, "scripts": { "dev": "snowpack dev", "build": "snowpack build", "start": "yarn dev --reload", "test": "jest" }, "main": "dist/index.html", "files": [ "dist" ], "dependencies": { "@tippyjs/react": "4.1.0", "@visualdl/netron": "2.0.0", "@visualdl/wasm": "2.0.0", "bignumber.js": "9.0.0", "d3-format": "2.0.0", "echarts": "4.9.0", "echarts-gl": "1.1.1", "eventemitter3": "4.0.7", "file-saver": "2.0.2", "i18next": "19.7.0", "i18next-browser-languagedetector": "6.0.1", "i18next-fetch-backend": "3.0.0", "lodash": "4.17.20", "mime-types": "2.1.27", "moment": "2.27.0", "nprogress": "0.2.0", "polished": "3.6.6", "query-string": "6.13.1", "react": "16.13.1", "react-dom": "16.13.1", "react-helmet": "6.1.0", "react-i18next": "11.7.2", "react-input-range": "1.3.0", "react-is": "16.13.1", "react-rangeslider": "2.2.0", "react-router-dom": "5.2.0", "react-spinners": "0.9.0", "react-toastify": "6.0.8", "styled-components": "5.1.1", "swr": "0.3.0", "tippy.js": "6.2.6" }, "devDependencies": { "@babel/core": "7.11.6", "@babel/preset-react": "7.10.4", "@snowpack/app-scripts-react": "1.10.0", "@snowpack/plugin-dotenv": "2.0.1", "@snowpack/plugin-run-script": "2.1.1", "@svgr/core": "5.4.0", "@testing-library/jest-dom": "5.11.4", "@testing-library/react": "11.0.2", "@types/d3-format": "1.3.1", "@types/echarts": "4.6.5", "@types/file-saver": "2.0.1", "@types/jest": "26.0.13", "@types/loadable__component": "5.13.0", "@types/lodash": "4.14.161", "@types/mime-types": "2.1.0", "@types/nprogress": "0.2.0", "@types/react": "16.9.49", "@types/react-dom": "16.9.8", "@types/react-helmet": "6.1.0", "@types/react-rangeslider": "2.2.3", "@types/react-router-dom": "5.1.5", "@types/snowpack-env": "2.3.0", "@types/styled-components": "5.1.3", "@visualdl/mock": "2.0.0", "babel-plugin-styled-components": "1.11.1", "enhanced-resolve": "4.3.0", "express": "4.17.1", "fs-extra": "9.0.1", "jest": "26.4.2", "snowpack": "2.10.1", "typescript": "4.0.2", "yargs": "15.4.1" }, "engines": { "node": ">=12", "npm": ">=6" }, "publishConfig": { "access": "public" } }