|
@ -38,10 +38,8 @@ |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@ant-design/icons": "^4.0.6", |
|
|
"@ant-design/icons": "^4.0.6", |
|
|
"@antv/x6": "^0.10.59", |
|
|
"@antv/x6": "^0.10.59", |
|
|
"@antv/x6-components": "^0.10.1", |
|
|
|
|
|
"ace-builds": "^1.4.12", |
|
|
"ace-builds": "^1.4.12", |
|
|
"antd": "^4.5.3", |
|
|
"antd": "^4.5.3", |
|
|
"babel-runtime": "^6.26.0", |
|
|
|
|
|
"react-ace": "^9.1.3", |
|
|
"react-ace": "^9.1.3", |
|
|
"react-color": "^2.18.1", |
|
|
"react-color": "^2.18.1", |
|
|
"react-json-view": "^1.19.1" |
|
|
"react-json-view": "^1.19.1" |
|
@ -50,25 +48,15 @@ |
|
|
"@types/react": "^16.9.34", |
|
|
"@types/react": "^16.9.34", |
|
|
"@types/react-color": "^3.0.4", |
|
|
"@types/react-color": "^3.0.4", |
|
|
"@types/react-dom": "^16.9.7", |
|
|
"@types/react-dom": "^16.9.7", |
|
|
"autoprefixer": "^9.8.6", |
|
|
|
|
|
"awesome-typescript-loader": "^5.2.1", |
|
|
"awesome-typescript-loader": "^5.2.1", |
|
|
"babel-loader": "^8.1.0", |
|
|
|
|
|
"css-loader": "^4.2.1", |
|
|
|
|
|
"file-loader": "^6.0.0", |
|
|
|
|
|
"less": "^3.12.2", |
|
|
|
|
|
"less-loader": "^6.2.0", |
|
|
|
|
|
"postcss-loader": "^3.0.0", |
|
|
|
|
|
"rollup": "^2.6.1", |
|
|
"rollup": "^2.6.1", |
|
|
"rollup-plugin-jsx": "^1.0.3", |
|
|
|
|
|
"rollup-plugin-postcss": "^3.1.3", |
|
|
"rollup-plugin-postcss": "^3.1.3", |
|
|
"rollup-plugin-postcss-modules": "^2.0.1", |
|
|
|
|
|
"rollup-plugin-typescript": "^1.0.1", |
|
|
"rollup-plugin-typescript": "^1.0.1", |
|
|
"watch": "^1.0.2" |
|
|
"watch": "^1.0.2" |
|
|
}, |
|
|
}, |
|
|
"peerDependencies": { |
|
|
"peerDependencies": { |
|
|
"@ant-design/icons": "^4.0.6", |
|
|
"@ant-design/icons": "^4.0.6", |
|
|
"@antv/x6": "0.10.59", |
|
|
"@antv/x6": "0.10.59", |
|
|
"@antv/x6-components": "^0.10.1", |
|
|
|
|
|
"antd": "^4.5.3", |
|
|
"antd": "^4.5.3", |
|
|
"react": "^16.13.1", |
|
|
"react": "^16.13.1", |
|
|
"react-dom": "^16.13.1" |
|
|
"react-dom": "^16.13.1" |
|
|