viam-compliance-deposit-ui
Version:
A React component for deposit sar alerts.
104 lines (103 loc) • 3.19 kB
JSON
{
"name": "viam-compliance-deposit-ui",
"version": "0.1.0",
"private": false,
"description": "A React component for deposit sar alerts.",
"main": "build/index.js",
"author": "Diana Gonzalez (Viamericas Corp)",
"contributors": [
"Diana Gonzalez"
],
"license": "ISC",
"scripts": {
"debug": "webpack --watch --mode development --devtool inline-source-map",
"build": "webpack --mode production",
"test": "jest --coverage --watchAll=false",
"test:w": "jest --coverage --watchAll=true",
"lint": "pretty-quick --staged && eslint src/ --fix && git add .",
"start:dev": "webpack-dev-server --watch --config ./webpack.config.dev.js",
"build:debug": "webpack --mode production --colors --devtool source-map",
"analizedependences": "source-map-explorer 'build/*.js'",
"precommit": "lint-staged"
},
"husky": {
"hooks": {
"pre-commit": "npm run build && npm run lint"
}
},
"repository": {
"type": "git",
"url": "https://github.com/Viamericas/viam-compliance-deposit-ui.git"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"keywords": [
"react"
],
"peerDependencies": {
"axios": "0.24.0",
"i18next": "^23.16.8",
"i18next-http-backend": "^2.2.2",
"json-loader": "^0.5.7",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "15.1.1"
},
"dependencies": {
"@viamericas/viam-pagination-reports": "2.0.0",
"@viamericas/viam-utils": "4.0.0",
"@viamericas/viam-viatable-reports": "4.0.0",
"axios": "0.24.0",
"eslint-webpack-plugin": "^5.0.2",
"i18next": "^23.16.8",
"i18next-http-backend": "^2.2.2",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-bootstrap": "2.10.5",
"react-dom": "^19.1.0",
"react-i18next": "15.1.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/core": "7.16.5",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/plugin-proposal-object-rest-spread": "^7.16.5",
"@babel/plugin-transform-react-jsx": "7.16.5",
"@babel/plugin-transform-runtime": "7.16.5",
"@babel/preset-env": "7.16.5",
"@babel/preset-react": "^7.27.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^5.5.3",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^3.6.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.61.1",
"react-icons": "^5.5.0",
"react-scripts": "5.0.1",
"sass": "^1.89.2",
"sass-loader": "^16.0.5",
"web-vitals": "^2.1.4",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
}
}