2023-02-07 11:29:30 +00:00
|
|
|
{
|
|
|
|
"name": "ui-shared",
|
2023-03-03 10:11:55 +00:00
|
|
|
"version": "999.0.0-SNAPSHOT",
|
2023-02-07 11:29:30 +00:00
|
|
|
"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-03-27 09:36:08 +00:00
|
|
|
"react-hook-form": "7.43.8",
|
2023-02-13 07:18:16 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
2023-02-07 11:29:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-29 10:39:34 +00:00
|
|
|
"@types/react": "^18.0.31",
|
2023-02-20 14:18:10 +00:00
|
|
|
"@types/react-dom": "^18.0.11",
|
2023-02-20 15:38:11 +00:00
|
|
|
"@vitejs/plugin-react-swc": "^3.2.0",
|
2023-02-07 11:29:30 +00:00
|
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
2023-02-28 13:17:42 +00:00
|
|
|
"vite": "^4.1.4",
|
2023-02-20 14:18:57 +00:00
|
|
|
"vite-plugin-checker": "^0.5.6",
|
2023-03-13 23:04:28 +00:00
|
|
|
"vite-plugin-dts": "^2.1.0"
|
2023-02-07 11:29:30 +00:00
|
|
|
}
|
|
|
|
}
|