sbjw
2025-08-14 cfde4be494904e7c2f6e5f56a00c76ca87052992
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
    "name": "iclient3d-plot-diy-example",
    "version": "1.0.0",
    "scripts": {
        "start": "react-app-rewired start",
        "build": "react-app-rewired build",
        "update2": "pnpm update iclient3d-plot-diy --no-save --registry https://registry.npmjs.org"
    },
    "keywords": [],
    "author": "sbjw1234",
    "license": "ISC",
    "description": "",
    "peerDependencies": {
        "react": "^16.14.0",
        "react-dom": "^16.14.0"
    },
    "dependencies": {
        "@ant-design/icons": "^4.0.0",
        "antd": "^4.24.16",
        "echarts": "^5.6.0",
        "iclient3d-plot-diy": "^1.0.12",
        "iclient3d-plot-diy-attachment": "^1.0.1",
        "jquery": "^3.7.1",
        "react-draggable": "^3.3.2",
        "react-router-dom": "^5.3.4",
        "rxjs": "^7.8.2"
    },
    "devDependencies": {
        "@babel/core": "^7.28.0",
        "@babel/plugin-transform-runtime": "^7.28.0",
        "@babel/preset-env": "^7.28.0",
        "@babel/preset-react": "^7.27.1",
        "@types/react": "^16.14.65",
        "@types/react-dom": "^16.9.25",
        "copy-webpack-plugin": "^13.0.0",
        "react-app-rewired": "^2.2.1",
        "react-scripts": "^5.0.1"
    },
    "browserslist": {
        "production": [
            ">0.2%",
            "not dead",
            "not op_mini all"
        ],
        "development": [
            "last 1 chrome version",
            "last 1 firefox version",
            "last 1 safari version"
        ]
    }
}