2023-02-07 11:29:30 +00:00
|
|
|
{
|
|
|
|
"name": "ui-shared",
|
|
|
|
"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": {
|
2023-03-28 11:09:22 +00:00
|
|
|
"@patternfly/react-core": "^4.276.8",
|
2023-05-05 16:03:24 +00:00
|
|
|
"@patternfly/react-icons": "^4.93.6",
|
2023-02-13 07:18:16 +00:00
|
|
|
"react": "^18.2.0",
|
2023-05-05 16:03:24 +00:00
|
|
|
"react-dom": "^18.2.0",
|
2023-08-21 14:40:57 +00:00
|
|
|
"react-hook-form": "7.45.4"
|
2023-02-07 11:29:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-21 16:18:14 +00:00
|
|
|
"@types/react": "^18.2.20",
|
2023-07-14 14:14:02 +00:00
|
|
|
"@types/react-dom": "^18.2.7",
|
2023-06-06 16:35:06 +00:00
|
|
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
2023-02-07 11:29:30 +00:00
|
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
2023-08-02 08:46:46 +00:00
|
|
|
"vite": "^4.4.8",
|
2023-08-21 10:04:10 +00:00
|
|
|
"vite-plugin-checker": "^0.6.2",
|
2023-08-01 10:27:10 +00:00
|
|
|
"vite-plugin-dts": "^3.4.0",
|
2023-08-21 12:40:45 +00:00
|
|
|
"vitest": "^0.34.2"
|
2023-02-07 11:29:30 +00:00
|
|
|
}
|
|
|
|
}
|