0930778390
Co-authored-by: jenny-s51 <jshandel@redhat.com>
98 lines
3 KiB
JSON
98 lines
3 KiB
JSON
{
|
|
"name": "keycloak-admin-ui",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"homepage": "https://github.com/keycloak/keycloak-admin-ui",
|
|
"bugs": "https://github.com/keycloak/keycloak-admin-ui/issues",
|
|
"repository": {
|
|
"url": "https://github.com/keycloak/keycloak-admin-ui",
|
|
"type": "git"
|
|
},
|
|
"license": "Apache",
|
|
"engines": {
|
|
"node": "16"
|
|
},
|
|
"scripts": {
|
|
"build": "snowpack build",
|
|
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\"",
|
|
"postinstall": "grunt",
|
|
"start": "snowpack dev",
|
|
"test": "jest",
|
|
"start:cypress": "cypress open",
|
|
"start:cypress-tests": "cypress run",
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@patternfly/patternfly": "^4.122.2",
|
|
"@patternfly/react-core": "4.135.0",
|
|
"@patternfly/react-icons": "4.11.0",
|
|
"@patternfly/react-table": "4.29.0",
|
|
"file-saver": "^2.0.5",
|
|
"i18next": "^20.3.2",
|
|
"keycloak-admin": "1.14.18",
|
|
"lodash": "^4.17.20",
|
|
"moment": "^2.29.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-error-boundary": "^3.1.3",
|
|
"react-hook-form": "^6.15.8",
|
|
"react-i18next": "^11.11.1",
|
|
"react-router-dom": "^5.2.0",
|
|
"use-react-router-breadcrumbs": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.5",
|
|
"@babel/preset-typescript": "^7.14.5",
|
|
"@jest/types": "^27.0.6",
|
|
"@snowpack/app-scripts-react": "^1.12.6",
|
|
"@snowpack/plugin-postcss": "1.4.3",
|
|
"@snowpack/plugin-react-refresh": "^2.5.0",
|
|
"@snowpack/plugin-typescript": "^1.2.1",
|
|
"@snowpack/plugin-webpack": "3.0.0",
|
|
"@storybook/addon-actions": "^6.3.4",
|
|
"@storybook/addon-essentials": "^6.3.4",
|
|
"@storybook/addon-links": "^6.3.4",
|
|
"@storybook/addon-postcss": "^2.0.0",
|
|
"@storybook/builder-webpack5": "^6.3.2",
|
|
"@storybook/manager-webpack5": "^6.3.2",
|
|
"@storybook/react": "^6.3.4",
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
"@testing-library/react": "^12.0.0",
|
|
"@types/dot": "^1.1.4",
|
|
"@types/file-saver": "^2.0.3",
|
|
"@types/jest": "^26.0.24",
|
|
"@types/lodash": "^4.14.171",
|
|
"@types/react": "^17.0.14",
|
|
"@types/react-dom": "^17.0.9",
|
|
"@types/react-router-dom": "^5.1.8",
|
|
"@types/snowpack-env": "^2.3.4",
|
|
"@typescript-eslint/eslint-plugin": "^4.28.1",
|
|
"@typescript-eslint/parser": "^4.28.2",
|
|
"babel-loader": "^8.1.0",
|
|
"cypress": "7.7.0",
|
|
"decompress": "^4.2.1",
|
|
"decompress-targz": "^4.1.1",
|
|
"eslint": "^7.30.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-react": "^7.24.0",
|
|
"grunt": "^1.4.1",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"husky": "^7.0.1",
|
|
"jest": "^26.6.3",
|
|
"lint-staged": "^11.0.1",
|
|
"mutationobserver-shim": "^0.3.7",
|
|
"postcss": "^8.3.5",
|
|
"postcss-cli": "^8.3.1",
|
|
"postcss-import": "^14.0.2",
|
|
"prettier": "^2.3.2",
|
|
"snowpack": "2.18.5",
|
|
"ts-node": "^10.1.0",
|
|
"typescript": "4.2.4"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": "eslint --cache --fix"
|
|
}
|
|
}
|