-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
61 lines (61 loc) · 1.93 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
60
61
{
"name": "react-lineage-dag",
"version": "2.0.35",
"description": "表格/字段血缘React组件",
"main": "dist/index.js",
"pack": "pack/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c && cp -r ./src/static ./dist && cp -r ./src/static ./pack && tsc -d --emitDeclarationOnly --target esnext --removeComments false --allowJs false --declarationDir ./dist",
"dev": "rollup -w -c"
},
"repository": {
"type": "git",
"url": "git@gitlab.alibaba-inc.com:DataQ-FE-Components/butterfly-data-mapping.git"
},
"keywords": [
"butterfly",
"lineage-dag",
"table-lineage-dag",
"field-lineage-dag"
],
"author": "无惟",
"license": "MIT",
"dependencies": {
"butterfly-dag": "^4.2.0"
},
"peerDependencies": {
"react": ">15.6.1",
"react-dom": ">15.6.1",
"lodash": "^4.17.20",
"jquery": ">3.5.1",
"butterfly-dag": ">=4.0.0"
},
"devDependencies": {
"@babel/core": "~7.12.0",
"@babel/plugin-proposal-class-properties": "~7.12.1",
"@babel/plugin-proposal-object-rest-spread": "~7.12.0",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "~7.12.0",
"@babel/preset-react": "~7.12.1",
"@babel/preset-typescript": "~7.12.7",
"@types/lodash": "~4.14.167",
"@types/react": "~17.0.0",
"@types/react-dom": "^17.0.0",
"babel-loader": "~8.2.0",
"babel-plugin-transform-es2015-modules-commonjs": "~6.26.2",
"less": "~3.12.2",
"postcss": "~8.4.12",
"rollup": "~2.38.0",
"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.1.3"
}
}