ci(nodejs): update techradar and switch to npm

This commit is contained in:
Bastian Ike
2022-05-20 11:05:40 +02:00
committed by Bastian
parent 39c9f9c4d9
commit c5a046b6bc
5 changed files with 27306 additions and 12165 deletions

View File

@@ -4,19 +4,19 @@
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "aoe_technology_radar-buildRadar",
"postbuild": "yarn generateJson",
"prebuild:static": "yarn build",
"build:static": "aoe_technology_radar-createStaticFiles",
"generateJson": "aoe_technology_radar-generateJson",
"prestart": "yarn build:static",
"start": "yarn start:server",
"prestart:static": "yarn build:static",
"start:static": "yarn start:server",
"build": "npx aoe_technology_radar-buildRadar",
"postbuild": "npm run generateJson",
"prebuild:static": "npm run build",
"build:static": "npx aoe_technology_radar-createStaticFiles",
"generateJson": "npx aoe_technology_radar-generateJson",
"prestart": "npm run build:static",
"start": "npm run start:server",
"prestart:static": "npm run build:static",
"start:static": "npm run start:server",
"start:server": "python3 -m http.server 8080"
},
"dependencies": {
"aoe_technology_radar": "^3.2.0"
"aoe_technology_radar": "3.3.0"
},
"browserslist": {
"production": [