Files
TechradarDev/package.json

32 lines
750 B
JSON

{
"name": "aoe",
"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#useCreateReactAppToSimplify"
},
"engines": {
"node": "~15.9"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}