{
"name": "keycloak-preview",
"version": "1.0.0",
"description": "keycloak-preview account management written in React",
"scripts": {
"build": "tsc --noImplicitAny --strictNullChecks --jsx react -p ./",
"build:watch": "tsc --noImplicitAny --strictNullChecks --jsx react -p ./ -w"
},
"keywords": [],
"author": "Stan Silvert",
"license": "Apache 2.0",
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.1.0",
"moment": "^2.22.2",
"patternfly": "^3.23.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-router-dom": "^4.3.1",
"systemjs": "^0.20.17",
"systemjs-plugin-babel": "0.0.25"
},
"devDependencies": {
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.8",
"@types/react-router-dom": "^4.3.1",
"typescript": "^3.1.1"
},
"repository": {}
}