80 lines
2.5 KiB
JSON
80 lines
2.5 KiB
JSON
{
|
|
"name": "msb-acquiring",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "build-app start",
|
|
"build:dev": "build-app build:dev",
|
|
"build": "build-app build",
|
|
"lint-fix": "eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
|
|
"check-types": "tsc",
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src --max-warnings=0",
|
|
"stylelint": "stylelint --fix --ext .js,.jsx,.ts,.tsx ./src --max-warnings=0",
|
|
"lint:ci": "eslint --quiet --ext .js,.jsx,.ts,.tsx ./src",
|
|
"format": "prettier --write ./src",
|
|
"check-format": "prettier -c .",
|
|
"test:coverage": "echo 'skipped'",
|
|
"test": "jest --passWithNoTests",
|
|
"precommit": "lint-staged"
|
|
},
|
|
"author": "Pogonyshev Dmitriy",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@emotion/react": "11.8.1",
|
|
"@emotion/styled": "11.8.1",
|
|
"@fractal-ui/core": "30.15.0",
|
|
"@fractal-ui/extended": "30.15.0",
|
|
"@fractal-ui/form": "30.15.0",
|
|
"@fractal-ui/layout": "30.15.0",
|
|
"@fractal-ui/library": "31.4.0",
|
|
"@fractal-ui/overlays": "30.15.0",
|
|
"@fractal-ui/styling": "30.18.0",
|
|
"@fractal-ui/table": "30.15.0",
|
|
"@fractal-ui/visualization": "30.15.0",
|
|
"@msb/fractal-ui-composites": "30.15.1",
|
|
"@msb/http": "^1.0.0",
|
|
"@msb/mf-utils": "^1.0.0",
|
|
"@msb/shared": "^1.0.0",
|
|
"@styled-system/css": "^5.1.5",
|
|
"dayjs": "^1.11.3",
|
|
"react": "17.0.2",
|
|
"react-animate-height": "^2.0.23",
|
|
"react-dnd": "^11.1.3",
|
|
"react-dnd-html5-backend": "^11.1.3",
|
|
"react-dom": "17.0.2",
|
|
"react-final-form": "6.5.3",
|
|
"react-router-dom": "5.2.0",
|
|
"react-test-renderer": "17.0.2",
|
|
"styled-system": "5.1.5",
|
|
"virtua": "^0.31.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eco/lint-staged-config": "21.10.0",
|
|
"@fractal-ui/layout": "30.15.0",
|
|
"@msb/mf-builder": "1.0.0",
|
|
"@testing-library/jest-dom": "5.16.2",
|
|
"@testing-library/react": "12.1.3",
|
|
"@testing-library/react-hooks": "7.0.2",
|
|
"@testing-library/user-event": "13.5.0",
|
|
"@types/jest": "^27.4.0",
|
|
"@types/react": "17.0.36",
|
|
"@types/react-dom": "17.0.2",
|
|
"@types/react-router-dom": "5.1.7",
|
|
"@types/react-test-renderer": "17.0.2",
|
|
"@types/react-transition-group": "4.4.1",
|
|
"@types/styled-system": "5.1.15",
|
|
"@types/styled-system__css": "5.0.16",
|
|
"jest": "^27.0.6",
|
|
"jest-environment-jsdom": "^27.5.1",
|
|
"json-server": "^0.16.3",
|
|
"lint-staged": "^12.3.4",
|
|
"react-test-renderer": "17.0.2"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
]
|
|
}
|