2020-08-04 12:59:41 +00:00
|
|
|
{
|
2020-11-24 20:45:12 +00:00
|
|
|
"name": "keycloak-admin-ui",
|
2021-06-17 10:01:00 +00:00
|
|
|
"version": "0.0.1",
|
2020-08-04 12:59:41 +00:00
|
|
|
"main": "index.js",
|
2021-06-17 10:01:00 +00:00
|
|
|
"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",
|
2021-04-30 08:43:23 +00:00
|
|
|
"engines": {
|
|
|
|
"node": "16"
|
|
|
|
},
|
2020-08-04 12:59:41 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "snowpack build",
|
2020-09-08 05:56:44 +00:00
|
|
|
"check-types": "tsc -p ./",
|
2020-08-17 07:22:40 +00:00
|
|
|
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
|
2020-10-06 21:42:32 +00:00
|
|
|
"format-check": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"",
|
2020-08-06 08:51:35 +00:00
|
|
|
"lint": "eslint ./src/**/*.ts*",
|
2020-10-06 21:42:32 +00:00
|
|
|
"postinstall": "grunt",
|
|
|
|
"start": "snowpack dev",
|
2021-01-12 17:04:52 +00:00
|
|
|
"test": "jest",
|
2021-02-19 06:37:22 +00:00
|
|
|
"start:cypress": "cypress open",
|
2021-07-05 12:52:55 +00:00
|
|
|
"start:cypress-tests": "cypress run",
|
|
|
|
"storybook": "start-storybook -p 6006",
|
|
|
|
"build-storybook": "build-storybook"
|
2020-08-04 12:59:41 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-07-02 11:45:08 +00:00
|
|
|
"@patternfly/patternfly": "^4.115.2",
|
|
|
|
"@patternfly/react-core": "4.135.0",
|
|
|
|
"@patternfly/react-icons": "4.11.0",
|
2021-06-29 12:08:47 +00:00
|
|
|
"@patternfly/react-table": "4.29.0",
|
2021-04-30 16:43:34 +00:00
|
|
|
"file-saver": "^2.0.5",
|
2021-07-05 10:38:26 +00:00
|
|
|
"i18next": "^20.3.2",
|
2021-06-28 06:02:35 +00:00
|
|
|
"keycloak-admin": "1.14.18",
|
2020-12-07 19:23:18 +00:00
|
|
|
"lodash": "^4.17.20",
|
2020-12-11 13:05:41 +00:00
|
|
|
"moment": "^2.29.1",
|
2021-07-07 12:04:44 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2021-06-02 06:21:12 +00:00
|
|
|
"react-error-boundary": "^3.1.3",
|
2021-07-05 10:23:59 +00:00
|
|
|
"react-hook-form": "^6.15.8",
|
2021-07-07 11:51:17 +00:00
|
|
|
"react-i18next": "^11.11.1",
|
2020-10-01 14:25:29 +00:00
|
|
|
"react-router-dom": "^5.2.0",
|
2021-07-05 10:26:03 +00:00
|
|
|
"use-react-router-breadcrumbs": "^2.0.2"
|
2020-08-04 12:59:41 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-07-05 09:45:28 +00:00
|
|
|
"@babel/core": "^7.11.5",
|
2021-06-22 12:14:08 +00:00
|
|
|
"@babel/preset-typescript": "^7.14.5",
|
2021-07-05 10:26:37 +00:00
|
|
|
"@jest/types": "^27.0.6",
|
2021-07-05 11:06:33 +00:00
|
|
|
"@snowpack/app-scripts-react": "^1.12.6",
|
2021-07-05 10:26:24 +00:00
|
|
|
"@snowpack/plugin-postcss": "1.4.3",
|
2021-07-05 10:39:37 +00:00
|
|
|
"@snowpack/plugin-webpack": "3.0.0",
|
2021-07-05 12:52:55 +00:00
|
|
|
"@storybook/addon-actions": "^6.3.2",
|
|
|
|
"@storybook/addon-essentials": "^6.3.2",
|
|
|
|
"@storybook/addon-links": "^6.3.2",
|
|
|
|
"@storybook/addon-postcss": "^2.0.0",
|
2021-07-07 14:48:13 +00:00
|
|
|
"@storybook/builder-webpack5": "^6.3.2",
|
|
|
|
"@storybook/manager-webpack5": "^6.3.2",
|
2021-07-05 12:52:55 +00:00
|
|
|
"@storybook/react": "^6.3.2",
|
2021-06-21 13:10:13 +00:00
|
|
|
"@testing-library/jest-dom": "^5.14.1",
|
2021-07-05 04:21:16 +00:00
|
|
|
"@testing-library/react": "^12.0.0",
|
2020-08-04 12:59:41 +00:00
|
|
|
"@types/dot": "^1.1.4",
|
2021-04-30 16:44:18 +00:00
|
|
|
"@types/file-saver": "^2.0.2",
|
2021-07-07 11:51:40 +00:00
|
|
|
"@types/jest": "^26.0.24",
|
2021-07-07 12:20:05 +00:00
|
|
|
"@types/lodash": "^4.14.171",
|
2021-07-05 10:39:25 +00:00
|
|
|
"@types/react": "^17.0.13",
|
2021-07-05 10:25:06 +00:00
|
|
|
"@types/react-dom": "^17.0.8",
|
2021-05-18 13:19:02 +00:00
|
|
|
"@types/react-router-dom": "^5.1.7",
|
2021-07-07 11:50:38 +00:00
|
|
|
"@types/snowpack-env": "^2.3.4",
|
2021-07-05 11:42:06 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.28.1",
|
2021-07-05 17:42:18 +00:00
|
|
|
"@typescript-eslint/parser": "^4.28.2",
|
2020-08-04 12:59:41 +00:00
|
|
|
"babel-loader": "^8.1.0",
|
2021-07-05 09:02:32 +00:00
|
|
|
"cypress": "7.6.0",
|
2020-08-06 09:31:45 +00:00
|
|
|
"decompress": "^4.2.1",
|
|
|
|
"decompress-targz": "^4.1.1",
|
2021-07-05 04:19:14 +00:00
|
|
|
"eslint": "^7.30.0",
|
2021-07-05 10:29:47 +00:00
|
|
|
"eslint-plugin-react": "^7.24.0",
|
2021-06-14 09:00:17 +00:00
|
|
|
"grunt": "^1.4.1",
|
2020-08-17 07:01:56 +00:00
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
2021-04-30 12:26:06 +00:00
|
|
|
"jest": "^26.6.3",
|
2020-10-28 18:17:15 +00:00
|
|
|
"mutationobserver-shim": "^0.3.7",
|
2021-07-05 09:21:35 +00:00
|
|
|
"postcss": "^8.3.5",
|
2021-06-21 13:09:38 +00:00
|
|
|
"postcss-cli": "^8.3.1",
|
2021-07-05 04:19:56 +00:00
|
|
|
"postcss-import": "^14.0.2",
|
2021-07-05 11:24:10 +00:00
|
|
|
"prettier": "^2.3.2",
|
2020-09-23 08:05:15 +00:00
|
|
|
"snowpack": "2.11.1",
|
2021-07-05 14:38:51 +00:00
|
|
|
"ts-node": "^10.0.0",
|
2021-07-07 14:48:13 +00:00
|
|
|
"typescript": "4.2.4"
|
2020-08-04 12:59:41 +00:00
|
|
|
}
|
|
|
|
}
|