{ "name": "@visualdl/core", "version": "2.2.0-1", "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", "dev:reload": "yarn dev --reload", "build": "snowpack build && node builder/post-build.js", "snowpack": "snowpack", "test": "web-test-runner \"test/**/*.tsx\"" }, "type": "module", "main": "index.js", "types": "index.d.ts", "files": [ "index.js", "index.d.ts", "dist" ], "dependencies": { "@tippyjs/react": "4.2.5", "@visualdl/icons": "2.2.0-1", "@visualdl/netron": "2.2.0-1", "@visualdl/wasm": "2.2.0-1", "bignumber.js": "9.0.1", "classnames": "2.3.1", "d3": "6.7.0", "d3-format": "3.0.1", "echarts": "4.9.0", "echarts-gl": "1.1.2", "eventemitter3": "4.0.7", "file-saver": "2.0.5", "i18next": "20.3.1", "i18next-browser-languagedetector": "6.1.1", "i18next-fetch-backend": "3.0.0", "jszip": "3.6.0", "lodash": "4.17.21", "mime-types": "2.1.31", "moment": "2.29.1", "nprogress": "0.2.0", "numeric": "1.2.6", "polished": "4.1.3", "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.10.0", "react-input-range": "1.3.0", "react-rangeslider": "2.2.0", "react-redux": "7.2.4", "react-router-dom": "5.2.0", "react-spinners": "0.11.0", "react-table": "7.7.0", "react-table-sticky": "1.1.3", "react-toastify": "7.0.4", "redux": "4.1.0", "styled-components": "5.3.0", "swr": "0.5.6", "three": "0.129.0", "tippy.js": "6.3.1", "umap-js": "1.3.3" }, "devDependencies": { "@baiducloud/sdk": "1.0.0-rc.28", "@simbathesailor/use-what-changed": "2.0.0", "@snowpack/plugin-dotenv": "2.1.0", "@snowpack/plugin-optimize": "0.2.13", "@snowpack/plugin-react-refresh": "2.5.0", "@snowpack/plugin-typescript": "1.2.1", "@snowpack/web-test-runner-plugin": "0.2.2", "@testing-library/react": "11.2.7", "@types/chai": "4.2.18", "@types/d3": "6.7.0", "@types/d3-format": "2.0.0", "@types/echarts": "4.9.8", "@types/file-saver": "2.0.2", "@types/lodash": "4.14.170", "@types/mime-types": "2.1.0", "@types/nprogress": "0.2.0", "@types/numeric": "1.2.1", "@types/react": "17.0.10", "@types/react-dom": "17.0.7", "@types/react-helmet": "6.1.1", "@types/react-rangeslider": "2.2.3", "@types/react-redux": "7.1.16", "@types/react-router-dom": "5.1.7", "@types/react-table": "7.7.1", "@types/snowpack-env": "2.3.3", "@types/styled-components": "5.1.10", "@types/three": "0.129.1", "@visualdl/mock": "2.2.0-1", "@web/test-runner": "0.13.6", "chai": "4.3.4", "chalk": "4.1.1", "dotenv": "10.0.0", "enhanced-resolve": "5.8.2", "html-minifier": "4.0.0", "snowpack": "3.5.6", "snowpack-plugin-copy": "1.0.1", "typescript": "4.3.2" }, "engines": { "node": ">=14", "npm": ">=6" }, "publishConfig": { "access": "public" } }