package.json 4.1 KB
Newer Older
1 2
{
    "name": "@visualdl/core",
P
Peter Pan 已提交
3
    "version": "2.2.0-1",
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
        "dev:reload": "yarn dev --reload",
28
        "build": "snowpack build && node builder/post-build.js",
29 30
        "snowpack": "snowpack",
        "test": "web-test-runner \"test/**/*.tsx\""
31
    },
32 33 34
    "type": "module",
    "main": "index.js",
    "types": "index.d.ts",
35
    "files": [
36 37 38
        "index.js",
        "index.d.ts",
        "dist"
39
    ],
40
    "dependencies": {
41
        "@tippyjs/react": "4.2.5",
42
        "@visualdl/icons": "2.2.0-1",
P
Peter Pan 已提交
43 44
        "@visualdl/netron": "2.2.0-1",
        "@visualdl/wasm": "2.2.0-1",
P
Peter Pan 已提交
45
        "bignumber.js": "9.0.1",
P
Peter Pan 已提交
46
        "classnames": "2.3.1",
47
        "d3": "6.7.0",
48
        "d3-format": "3.0.1",
49
        "echarts": "4.9.0",
P
Peter Pan 已提交
50
        "echarts-gl": "1.1.2",
51
        "eventemitter3": "4.0.7",
P
Peter Pan 已提交
52
        "file-saver": "2.0.5",
53
        "i18next": "20.3.1",
54
        "i18next-browser-languagedetector": "6.1.1",
55
        "i18next-fetch-backend": "3.0.0",
56 57
        "jszip": "3.6.0",
        "lodash": "4.17.21",
58
        "mime-types": "2.1.31",
P
Peter Pan 已提交
59
        "moment": "2.29.1",
60
        "nprogress": "0.2.0",
P
Peter Pan 已提交
61
        "numeric": "1.2.6",
62
        "polished": "4.1.3",
63 64 65
        "query-string": "7.0.0",
        "react": "17.0.2",
        "react-content-loader": "6.0.3",
P
Peter Pan 已提交
66 67
        "react-dnd": "14.0.2",
        "react-dnd-html5-backend": "14.0.0",
68
        "react-dom": "17.0.2",
69
        "react-helmet": "6.1.0",
70
        "react-i18next": "11.10.0",
71
        "react-input-range": "1.3.0",
P
Peter Pan 已提交
72
        "react-rangeslider": "2.2.0",
73
        "react-redux": "7.2.4",
74
        "react-router-dom": "5.2.0",
75
        "react-spinners": "0.11.0",
76
        "react-table": "7.7.0",
P
Peter Pan 已提交
77
        "react-table-sticky": "1.1.3",
78 79 80 81
        "react-toastify": "7.0.4",
        "redux": "4.1.0",
        "styled-components": "5.3.0",
        "swr": "0.5.6",
82
        "three": "0.129.0",
83
        "tippy.js": "6.3.1",
P
Peter Pan 已提交
84
        "umap-js": "1.3.3"
85 86
    },
    "devDependencies": {
87 88
        "@baiducloud/sdk": "1.0.0-rc.28",
        "@simbathesailor/use-what-changed": "2.0.0",
89 90 91 92 93
        "@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",
94
        "@testing-library/react": "11.2.7",
95 96
        "@types/chai": "4.2.18",
        "@types/d3": "6.7.0",
P
Peter Pan 已提交
97
        "@types/d3-format": "2.0.0",
98
        "@types/echarts": "4.9.7",
99
        "@types/file-saver": "2.0.2",
100
        "@types/lodash": "4.14.170",
101
        "@types/mime-types": "2.1.0",
102
        "@types/nprogress": "0.2.0",
P
Peter Pan 已提交
103
        "@types/numeric": "1.2.1",
104 105
        "@types/react": "17.0.9",
        "@types/react-dom": "17.0.6",
106
        "@types/react-helmet": "6.1.1",
P
Peter Pan 已提交
107
        "@types/react-rangeslider": "2.2.3",
P
Peter Pan 已提交
108
        "@types/react-redux": "7.1.16",
109
        "@types/react-router-dom": "5.1.7",
110
        "@types/react-table": "7.7.1",
P
Peter Pan 已提交
111
        "@types/snowpack-env": "2.3.3",
112
        "@types/styled-components": "5.1.9",
113
        "@types/three": "0.129.1",
P
Peter Pan 已提交
114
        "@visualdl/mock": "2.2.0-1",
115 116 117 118
        "@web/test-runner": "0.13.5",
        "chai": "4.3.4",
        "chalk": "4.1.1",
        "dotenv": "10.0.0",
119
        "enhanced-resolve": "5.8.2",
120
        "html-minifier": "4.0.0",
121 122 123
        "snowpack": "3.5.5",
        "snowpack-plugin-copy": "1.0.1",
        "typescript": "4.3.2"
124 125
    },
    "engines": {
P
Peter Pan 已提交
126
        "node": ">=14",
127 128 129 130
        "npm": ">=6"
    },
    "publishConfig": {
        "access": "public"
P
Peter Pan 已提交
131
    }
132
}