keycloak-scim/libs/ui-shared/package.json

53 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "ui-shared",
"version": "999.0.0-dev",
"type": "module",
"main": "./dist/ui-shared.js",
"types": "./dist/ui-shared.d.ts",
"exports": {
".": {
"import": "./dist/ui-shared.js",
"types": "./dist/ui-shared.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "wireit",
"lint": "wireit"
},
"wireit": {
"build": {
"command": "vite build",
"files": [
"src/**",
"package.json",
"tsconfig.json",
"vite.config.ts"
],
"output": [
"dist/**"
]
},
"lint": {
"command": "eslint . --ext js,jsx,mjs,ts,tsx"
}
},
"dependencies": {
"@patternfly/react-core": "^4.267.6",
"react-hook-form": "7.42.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.18",
"@vitejs/plugin-react": "^2.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^3.2.5",
"vite-plugin-checker": "^0.5.5",
"vite-plugin-dts": "^1.7.1"
}
}