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-10-06 21:42:32 +00:00
|
|
|
"build-storybook": "build-storybook -s public",
|
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",
|
2020-09-03 17:26:36 +00:00
|
|
|
"storybook": "start-storybook -p 6006 -s public",
|
2021-01-12 17:04:52 +00:00
|
|
|
"test": "jest",
|
2021-02-19 06:37:22 +00:00
|
|
|
"start:cypress": "cypress open",
|
|
|
|
"start:cypress-tests": "cypress run"
|
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-06-02 17:56:56 +00:00
|
|
|
"i18next": "^20.3.1",
|
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-06-07 19:53:40 +00:00
|
|
|
"react": "^16.14.0",
|
2021-07-05 09:22:16 +00:00
|
|
|
"react-dom": "^16.14.0",
|
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-06-29 06:47:21 +00:00
|
|
|
"react-i18next": "^11.11.0",
|
2020-10-01 14:25:29 +00:00
|
|
|
"react-router-dom": "^5.2.0",
|
2021-06-02 17:13:14 +00:00
|
|
|
"use-react-router-breadcrumbs": "^2.0.0"
|
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",
|
2020-09-01 12:21:47 +00:00
|
|
|
"@snowpack/app-scripts-react": "^1.10.0",
|
2021-05-25 05:01:53 +00:00
|
|
|
"@snowpack/plugin-postcss": "1.4.0",
|
2021-05-04 08:15:24 +00:00
|
|
|
"@snowpack/plugin-webpack": "2.3.1",
|
2021-05-14 18:33:26 +00:00
|
|
|
"@storybook/addon-actions": "^6.2.9",
|
2020-12-04 18:58:28 +00:00
|
|
|
"@storybook/addon-essentials": "^6.1.7",
|
2020-09-03 17:26:36 +00:00
|
|
|
"@storybook/addon-info": "^5.3.21",
|
2021-05-25 05:02:21 +00:00
|
|
|
"@storybook/addon-links": "^6.2.9",
|
2021-04-30 16:44:31 +00:00
|
|
|
"@storybook/addons": "^6.2.9",
|
2020-12-04 18:58:28 +00:00
|
|
|
"@storybook/node-logger": "^6.1.7",
|
2021-05-18 13:18:45 +00:00
|
|
|
"@storybook/preset-create-react-app": "^3.1.7",
|
2020-09-03 17:26:36 +00:00
|
|
|
"@storybook/preset-typescript": "^3.0.0",
|
2021-04-30 17:32:33 +00:00
|
|
|
"@storybook/react": "^6.2.9",
|
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-05-25 03:48:02 +00:00
|
|
|
"@types/enzyme": "^3.10.8",
|
2021-04-30 12:26:06 +00:00
|
|
|
"@types/enzyme-adapter-react-16": "^1.0.6",
|
2021-04-30 16:44:18 +00:00
|
|
|
"@types/file-saver": "^2.0.2",
|
2021-06-07 19:53:57 +00:00
|
|
|
"@types/jest": "^26.0.23",
|
2021-06-14 09:06:42 +00:00
|
|
|
"@types/lodash": "^4.14.170",
|
2020-08-04 12:59:41 +00:00
|
|
|
"@types/react": "^16.9.23",
|
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-05-20 08:29:36 +00:00
|
|
|
"@types/snowpack-env": "^2.3.3",
|
2021-06-29 06:47:59 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^3.10.1",
|
2021-07-05 04:18:30 +00:00
|
|
|
"@typescript-eslint/parser": "^3.10.1",
|
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",
|
2020-08-31 08:23:57 +00:00
|
|
|
"enzyme": "^3.11.0",
|
2021-06-14 09:35:41 +00:00
|
|
|
"enzyme-adapter-react-16": "^1.15.6",
|
2021-06-07 19:54:25 +00:00
|
|
|
"enzyme-to-json": "^3.6.2",
|
2021-07-05 04:19:14 +00:00
|
|
|
"eslint": "^7.30.0",
|
2021-05-14 18:34:00 +00:00
|
|
|
"eslint-plugin-react": "^7.23.2",
|
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 09:22:29 +00:00
|
|
|
"prettier": "^2.2.1",
|
2020-09-23 08:05:15 +00:00
|
|
|
"snowpack": "2.11.1",
|
2021-04-30 12:26:06 +00:00
|
|
|
"ts-node": "^9.1.1",
|
2021-05-04 09:51:09 +00:00
|
|
|
"typescript": "^4.2.4"
|
2020-08-04 12:59:41 +00:00
|
|
|
}
|
|
|
|
}
|