use new Version of aoe_technology_radar (with createReactApp)

This commit is contained in:
dennis.ludwig
2021-06-11 22:42:21 +02:00
parent 710a17b6d8
commit 72ae43f927
4 changed files with 5264 additions and 4451 deletions

View File

@@ -3,6 +3,13 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"generateJson": "aoe_technology_radar-generateJson",
"prebuild": "yarn generateJson",
"build": "aoe_technology_radar-buildRadar",
"prebuild:static": "yarn build",
"build:static": "aoe_technology_radar-createStaticFiles"
},
"dependencies": {
"aoe_technology_radar": "https://github.com/aoepeople/aoe_technology_radar.git"
},