package.json 4.1 KB
Newer Older
1 2
{
    "name": "@visualdl/core",
P
Peter Pan 已提交
3
    "version": "2.2.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",
P
Peter Pan 已提交
42 43 44
        "@visualdl/icons": "2.2.1",
        "@visualdl/netron": "2.2.1",
        "@visualdl/wasm": "2.2.1",
P
Peter Pan 已提交
45
        "bignumber.js": "9.0.1",
P
Peter Pan 已提交
46
        "classnames": "2.3.1",
P
Peter Pan 已提交
47
        "d3": "7.0.1",
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.6.0",
P
Peter Pan 已提交
54
        "i18next-browser-languagedetector": "6.1.2",
55
        "i18next-fetch-backend": "3.0.0",
P
Peter Pan 已提交
56
        "jszip": "3.7.1",
57
        "lodash": "4.17.21",
P
Peter Pan 已提交
58
        "mime-types": "2.1.32",
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",
P
Peter Pan 已提交
63
        "query-string": "7.0.1",
64 65
        "react": "17.0.2",
        "react-content-loader": "6.0.3",
P
Peter Pan 已提交
66 67
        "react-dnd": "14.0.3",
        "react-dnd-html5-backend": "14.0.1",
68
        "react-dom": "17.0.2",
69
        "react-helmet": "6.1.0",
P
Peter Pan 已提交
70
        "react-i18next": "11.11.4",
71
        "react-input-range": "1.3.0",
P
Peter Pan 已提交
72
        "react-rangeslider": "2.2.0",
73 74
        "react-redux": "7.2.5",
        "react-router-dom": "5.3.0",
75
        "react-spinners": "0.11.0",
76
        "react-table": "7.7.0",
P
Peter Pan 已提交
77
        "react-table-sticky": "1.1.3",
78
        "react-toastify": "8.0.2",
P
Peter Pan 已提交
79
        "redux": "4.1.1",
80 81
        "styled-components": "5.3.1",
        "swr": "1.0.1",
82
        "three": "0.137.0",
83
        "tippy.js": "6.3.1",
P
Peter Pan 已提交
84
        "umap-js": "1.3.3"
85 86
    },
    "devDependencies": {
P
Peter Pan 已提交
87
        "@baiducloud/sdk": "1.0.0-rc.31",
88
        "@simbathesailor/use-what-changed": "2.0.0",
89
        "@snowpack/plugin-dotenv": "2.2.0",
90 91 92 93
        "@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",
P
Peter Pan 已提交
94 95 96 97 98 99 100 101
        "@testing-library/react": "12.0.0",
        "@types/chai": "4.2.21",
        "@types/d3": "7.0.0",
        "@types/d3-format": "3.0.1",
        "@types/echarts": "4.9.10",
        "@types/file-saver": "2.0.3",
        "@types/lodash": "4.14.172",
        "@types/mime-types": "2.1.1",
102
        "@types/nprogress": "0.2.0",
P
Peter Pan 已提交
103
        "@types/numeric": "1.2.2",
104
        "@types/react": "17.0.20",
P
Peter Pan 已提交
105 106 107 108 109 110 111
        "@types/react-dom": "17.0.9",
        "@types/react-helmet": "6.1.2",
        "@types/react-rangeslider": "2.2.4",
        "@types/react-redux": "7.1.18",
        "@types/react-router-dom": "5.1.8",
        "@types/react-table": "7.7.2",
        "@types/snowpack-env": "2.3.4",
112
        "@types/styled-components": "5.1.14",
P
Peter Pan 已提交
113 114
        "@types/three": "0.131.0",
        "@visualdl/mock": "2.2.1",
115
        "@web/test-runner": "0.13.17",
116
        "chai": "4.3.4",
P
Peter Pan 已提交
117
        "chalk": "4.1.2",
118
        "dotenv": "10.0.0",
119
        "enhanced-resolve": "5.8.2",
120
        "html-minifier": "4.0.0",
121
        "snowpack": "3.8.8",
122
        "snowpack-plugin-copy": "1.0.1",
123
        "typescript": "4.4.2"
124 125
    },
    "engines": {
P
Peter Pan 已提交
126
        "node": ">=14",
127 128 129 130
        "npm": ">=6"
    },
    "publishConfig": {
        "access": "public"
P
Peter Pan 已提交
131
    }
132
}