93 lines
2.6 KiB
JSON
93 lines
2.6 KiB
JSON
{
|
|
"name": "aoe_technology_radar",
|
|
"version": "3.4.2",
|
|
"description": "AOE Technology Radar",
|
|
"author": "AOE GmbH <contact-de@aoe.com> (http://www.aoe.com)",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/AOEpeople/aoe_technology_radar.git"
|
|
},
|
|
"bin": {
|
|
"aoe_technology_radar-buildRadar": "dist_scripts/scripts/buildRadar.js",
|
|
"aoe_technology_radar-createStaticFiles": "dist_scripts/scripts/createStaticFiles.js",
|
|
"aoe_technology_radar-generateJson": "dist_scripts/scripts/generateJson.js"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky install && npm run build:scripts",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"build:scripts": "tsc --project tsconfig.scripts.json",
|
|
"test": "react-scripts test --watchAll=false",
|
|
"ts:check": "tsc --noEmit",
|
|
"lint": "npm run ts:check && eslint src/**/*.tsx"
|
|
},
|
|
"dependencies": {
|
|
"@apideck/better-ajv-errors": "0.3.6",
|
|
"@svgr/webpack": "6.5.1",
|
|
"@testing-library/jest-dom": "5.16.5",
|
|
"@testing-library/react": "13.4.0",
|
|
"@types/d3": "7.4.0",
|
|
"@types/fs-extra": "9.0.13",
|
|
"@types/jest": "29.2.5",
|
|
"@types/react": "18.0.26",
|
|
"@types/react-dom": "18.0.10",
|
|
"@types/react-modal": "3.13.1",
|
|
"@types/sanitize-html": "2.8.0",
|
|
"@types/walk": "2.3.1",
|
|
"classnames": "2.3.2",
|
|
"d3": "7.8.0",
|
|
"front-matter": "4.0.2",
|
|
"fs-extra": "11.1.0",
|
|
"highlight.js": "11.7.0",
|
|
"husky": "8.0.2",
|
|
"marked": "4.2.4",
|
|
"moment": "2.29.4",
|
|
"postcss-normalize": "10.0.1",
|
|
"query-string": "8.1.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-icons": "4.7.1",
|
|
"react-modal": "3.16.1",
|
|
"react-router-dom": "6.6.1",
|
|
"react-scripts": "5.0.1",
|
|
"react-tooltip": "4.5.1",
|
|
"sanitize-html": "2.8.1",
|
|
"sass": "1.57.1",
|
|
"typescript": "4.9.4",
|
|
"walk": "2.3.15",
|
|
"xml-sitemap": "^0.3.2",
|
|
"yaml": "2.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "4.0.0",
|
|
"@types/marked": "4.0.8",
|
|
"@types/node": "18.11.18",
|
|
"@typescript-eslint/parser": "5.46.1",
|
|
"eslint": "8.31.0",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-config-react-app": "7.0.1",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"eslint-plugin-react": "7.31.11",
|
|
"yallist": "4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"overrides": {
|
|
"@svgr/webpack": "$@svgr/webpack"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|