package.json 1.01 KB
Newer Older
涂茜's avatar
涂茜 committed
1
{
邓晓峰's avatar
邓晓峰 committed
2
    "name": "@wisdom-components/ec_configurationview",
3
    "version": "1.5.10",
邓晓峰's avatar
邓晓峰 committed
4 5 6 7
    "description": "> TODO: description",
    "author": "tuqian <webtuqian@163.com>",
    "homepage": "",
    "license": "ISC",
8 9 10 11
    "sideEffects": [
        "*.less"
    ],
    "module": "es/index.js",
邓晓峰's avatar
邓晓峰 committed
12
    "main": "lib/index.js",
13 14 15 16 17
    "files": [
        "lib",
        "es",
        "dist"
    ],
邓晓峰's avatar
邓晓峰 committed
18 19
    "directories": {
        "lib": "lib",
20 21
        "es": "es",
        "dist": "dist",
邓晓峰's avatar
邓晓峰 committed
22 23 24 25 26 27 28 29 30 31 32 33 34
        "test": "__tests__"
    },
    "publishConfig": {
        "registry": "https://g.civnet.cn:4873/"
    },
    "repository": {
        "type": "git",
        "url": "https://g.civnet.cn:8443/ReactWeb5/wisdom-components.git"
    },
    "scripts": {
        "test": "echo \"Error: run tests from root\" && exit 1"
    },
    "dependencies": {
邓晓峰's avatar
邓晓峰 committed
35
        "@babel/runtime": "^7.17.9",
36 37 38
        "@wisdom-components/empty": "^1.3.9",
        "@wisdom-components/loadbox": "^1.1.5",
        "@wisdom-components/mqttview": "^1.3.7",
邓晓峰's avatar
邓晓峰 committed
39
        "cross-env": "^7.0.3"
邓晓峰's avatar
邓晓峰 committed
40
    }
41
}