package.json 4.0 KB
Newer Older
1 2
{
    "name": "@visualdl/core",
3
    "version": "2.0.9",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
    "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 <littlepanzh@gmail.com> (https://github.com/PeterPanZH)",
    "contributors": [
        "Niandalu <littlepanzh@gmail.com> (https://github.com/Niandalu)"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/PaddlePaddle/VisualDL.git",
P
Peter Pan 已提交
23
        "directory": "frontend/packages/core"
24 25
    },
    "scripts": {
26
        "dev": "snowpack dev",
27
        "build": "snowpack build && node builder/post-build.js",
28
        "start": "yarn dev --reload",
29
        "test": "jest --passWithNoTests"
30
    },
31 32
    "main": "dist/index.html",
    "files": [
33 34
        "dist",
        "builder/environment.js"
35
    ],
36
    "dependencies": {
P
Peter Pan 已提交
37
        "@tippyjs/react": "4.2.0",
38 39
        "@visualdl/netron": "2.0.9",
        "@visualdl/wasm": "2.0.9",
P
Peter Pan 已提交
40 41
        "bignumber.js": "9.0.1",
        "d3": "6.3.1",
42 43
        "d3-format": "2.0.0",
        "echarts": "4.9.0",
44
        "echarts-gl": "1.1.1",
45
        "eventemitter3": "4.0.7",
P
Peter Pan 已提交
46 47
        "file-saver": "2.0.5",
        "i18next": "19.8.4",
48 49 50
        "i18next-browser-languagedetector": "6.0.1",
        "i18next-fetch-backend": "3.0.0",
        "lodash": "4.17.20",
51
        "mime-types": "2.1.27",
P
Peter Pan 已提交
52
        "moment": "2.29.1",
53
        "nprogress": "0.2.0",
P
Peter Pan 已提交
54 55 56 57
        "polished": "4.0.5",
        "query-string": "6.13.7",
        "react": "17.0.1",
        "react-dom": "17.0.1",
58
        "react-helmet": "6.1.0",
P
Peter Pan 已提交
59
        "react-i18next": "11.8.4",
60
        "react-input-range": "1.3.0",
P
Peter Pan 已提交
61
        "react-is": "17.0.1",
P
Peter Pan 已提交
62
        "react-rangeslider": "2.2.0",
P
Peter Pan 已提交
63
        "react-redux": "7.2.2",
64
        "react-router-dom": "5.2.0",
P
Peter Pan 已提交
65
        "react-spinners": "0.9.0",
P
Peter Pan 已提交
66
        "react-toastify": "6.2.0",
P
Peter Pan 已提交
67
        "redux": "4.0.5",
P
Peter Pan 已提交
68 69 70 71 72
        "styled-components": "5.2.1",
        "swr": "0.3.9",
        "three": "0.123.0",
        "tippy.js": "6.2.7",
        "umap-js": "1.3.3"
73 74
    },
    "devDependencies": {
P
Peter Pan 已提交
75 76 77 78 79
        "@babel/core": "7.12.10",
        "@babel/plugin-proposal-class-properties": "7.12.1",
        "@babel/preset-env": "7.12.11",
        "@babel/preset-react": "7.12.10",
        "@baiducloud/sdk": "1.0.0-rc.25",
80
        "@simbathesailor/use-what-changed": "0.1.25",
P
Peter Pan 已提交
81 82 83 84 85 86 87 88 89 90
        "@snowpack/app-scripts-react": "1.12.6",
        "@snowpack/plugin-dotenv": "2.0.5",
        "@snowpack/plugin-optimize": "0.2.10",
        "@snowpack/plugin-run-script": "2.2.1",
        "@svgr/core": "5.5.0",
        "@testing-library/jest-dom": "5.11.6",
        "@testing-library/react": "11.2.2",
        "@types/d3": "6.2.0",
        "@types/d3-format": "2.0.0",
        "@types/echarts": "4.9.3",
91
        "@types/file-saver": "2.0.1",
P
Peter Pan 已提交
92 93 94
        "@types/jest": "26.0.19",
        "@types/loadable__component": "5.13.1",
        "@types/lodash": "4.14.165",
95
        "@types/mime-types": "2.1.0",
96
        "@types/nprogress": "0.2.0",
P
Peter Pan 已提交
97 98
        "@types/react": "17.0.0",
        "@types/react-dom": "17.0.0",
99
        "@types/react-helmet": "6.1.0",
P
Peter Pan 已提交
100
        "@types/react-rangeslider": "2.2.3",
P
Peter Pan 已提交
101 102 103 104
        "@types/react-redux": "7.1.12",
        "@types/react-router-dom": "5.1.6",
        "@types/snowpack-env": "2.3.2",
        "@types/styled-components": "5.1.5",
105
        "@visualdl/mock": "2.0.9",
P
Peter Pan 已提交
106
        "babel-plugin-styled-components": "1.12.0",
107
        "dotenv": "8.2.0",
P
Peter Pan 已提交
108
        "enhanced-resolve": "5.4.0",
109 110
        "express": "4.17.1",
        "fs-extra": "9.0.1",
111
        "html-minifier": "4.0.0",
P
Peter Pan 已提交
112 113 114 115 116
        "http-proxy-middleware": "1.0.6",
        "jest": "26.6.3",
        "snowpack": "2.18.4",
        "typescript": "4.0.5",
        "yargs": "16.2.0"
117 118
    },
    "engines": {
P
Peter Pan 已提交
119
        "node": ">=14",
120 121 122 123
        "npm": ">=6"
    },
    "publishConfig": {
        "access": "public"
P
Peter Pan 已提交
124
    }
125
}