@intersect.mbo/govtool-delegation-pillar
Version:
Delegation Pillar of the GovTool project
132 lines (131 loc) • 3.95 kB
JSON
{
"name": "@intersect.mbo/govtool-delegation-pillar",
"description": "Delegation Pillar of the GovTool project",
"version": "0.0.2",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/src/DelegationPillar.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IntersectMBO/govtool-delegation-pillar.git"
},
"keywords": [
"GovTool",
"Delegation",
"Pillar"
],
"author": "IntersectMBO",
"bugs": {
"url": "https://github.com/IntersectMBO/govtool-delegation-pillar/issues"
},
"homepage": "https://github.com/IntersectMBO/govtool-delegation-pillar#readme",
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"format": "prettier --write src/**/*.ts src/**/*.tsx",
"lint": "eslint src/**/*.ts src/**/*.tsx --report-unused-disable-directives --max-warnings 0",
"prepare": "husky",
"prepublish": "rollup -c --bundleConfigAsCjs",
"start": "react-scripts start",
"test": "jest",
"test:watch": "jest --watch",
"tsc": "npx tsc --noEmit --skipLibCheck"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@emurgo/cardano-serialization-lib-asmjs": "^13.1.0",
"@mui/icons-material": "^6.1.5",
"@mui/material": "^6.1.5",
"@sentry/react": "^8.35.0",
"axios": "^1.7.7",
"bech32": "^2.0.0",
"i18next": "^23.16.3",
"react-hook-form": "^7.53.1",
"react-i18next": "^15.1.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.27.0",
"react-scripts": "5.0.1",
"util": "^0.12.5"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/runtime": "^7.26.0",
"@babel/runtime-corejs3": "^7.26.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"husky": "^9.1.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^24.1.1",
"lint-staged": "^15.2.8",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.19.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"ts-jest": "^29.2.4",
"typescript": "^4.4.2"
},
"peerDependencies": {
"@fontsource/roboto": "^5.0.14",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{json,md}": [
"prettier --write"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}