feat: use techradar v4 pre-release
This commit is contained in:
committed by
Mathias Schopmans
parent
3703209915
commit
70f510c394
32
package.json
32
package.json
@@ -1,36 +1,14 @@
|
||||
{
|
||||
"name": "aoe",
|
||||
"name": "aoe-techradar",
|
||||
"private": true,
|
||||
"version": "4.0.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"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"
|
||||
"build": "techradar build",
|
||||
"serve": "techradar serve"
|
||||
},
|
||||
"dependencies": {
|
||||
"aoe_technology_radar": "github:AOEpeople/aoe_technology_radar#aoe-blue"
|
||||
},
|
||||
"overrides": {
|
||||
"@svgr/webpack": "6.5.1"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
"aoe_technology_radar": "github:AOEpeople/aoe_technology_radar#feature/v4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user