@pwc-ra/components
Version:
PwC RA shared components library
61 lines (60 loc) • 1.54 kB
JSON
{
"name": "@pwc-ra/components",
"version": "1.0.22",
"description": "PwC RA shared components library",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"templates"
],
"scripts": {
"build": "rollup -c rollup.config.cjs",
"dev": "rollup -c rollup.config.cjs -w",
"clean": "rimraf dist",
"prebuild": "npm run clean",
"prepare": "npm run build"
},
"keywords": [
"pwc",
"ra",
"components",
"react"
],
"author": "PwC RA Team",
"license": "ISC",
"peerDependencies": {
"@ant-design/icons": "^5.0.0",
"antd": "^5.0.0",
"axios": "^1.0.0",
"keycloak-js": "^26.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0",
"react-i18next": "^15.4.1",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.4"
},
"devDependencies": {
"@ant-design/icons": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"antd": "^5.0.0",
"axios": "^1.7.9",
"keycloak-js": "^26.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0",
"rimraf": "^5.0.0",
"rollup": "^4.0.0",
"rollup-plugin-dts": "^6.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"tslib": "^2.8.1",
"typescript": "^5.0.0"
}
}