-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
59 lines (58 loc) · 1.78 KB
/
package.json
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
52
53
54
55
56
57
58
59
{
"name": "react-monitor-dag",
"version": "1.2.3",
"description": "一个基于React的运维/监控DAG图",
"main": "dist/index.js",
"pack": "pack/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c && cp -r ./src/static ./dist && cp -r ./src/static ./pack",
"dev": "rollup -w -c"
},
"repository": {
"type": "git",
"url": "[email protected]:DataQ-FE-Components/butterfly-monitor-dag.git"
},
"author": "无惟",
"license": "MIT",
"dependencies": {
},
"peerDependencies": {
"react": ">15.6.1",
"react-dom": ">15.6.1",
"lodash": "^4.17.20",
"jquery": ">=2.0.0",
"butterfly-dag": ">=4.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.17",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.12.13",
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.12.17",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.17",
"@types/lodash": "^4.14.168",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"babel-loader": "^8.2.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"butterfly-dag": "~4.3.0",
"less": "^3.12.2",
"postcss": "^8.1.14",
"rollup": "^2.38.5",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-extensions": "^0.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-typescript2": "^0.29.0",
"rollup-plugin-url": "^3.0.1",
"typescript": "~4.6.0"
}
}