mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 10:35:20 +00:00
121 lines
3.9 KiB
JSON
121 lines
3.9 KiB
JSON
{
|
|
"name": "checkout",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"clear": "rimraf dist && rimraf .cache-loader",
|
|
"build": "npm run clear && webpack --mode production --colors --progress --config config/webpack.prod.js",
|
|
"start": "npm run clear && webpack-dev-server --mode development --colors --progress --config config/webpack.dev.js --port 7050 --host ::",
|
|
"test": "jest --silent",
|
|
"check": "npm run prettier:check",
|
|
"prettier": "prettier \"**/*.{js,jsx,ts,tsx,css,scss,md,json,prettierrc,babelrc,html,svg}\" --write",
|
|
"prettier:check": "prettier \"**/*.{js,jsx,ts,tsx,css,scss,md,json,prettierrc,babelrc,html,svg}\" --list-different",
|
|
"styleguidist": "styleguidist server --config styleguide.config.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rbkmoney/payform.git"
|
|
},
|
|
"author": "rbkmoney",
|
|
"license": "",
|
|
"private": true,
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.js?$": "babel-jest",
|
|
"^.+\\.ts(x)?$": "ts-jest"
|
|
},
|
|
"testMatch": [
|
|
"<rootDir>/src/**/?(*.)(spec|test).ts?(x)"
|
|
],
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json",
|
|
"node"
|
|
],
|
|
"moduleNameMapper": {
|
|
"^.+\\.scss$": "identity-obj-proxy",
|
|
"^checkout/(.*)": "<rootDir>/src/app/$1"
|
|
},
|
|
"transformIgnorePatterns": [
|
|
"<rootDir>/node_modules/(?!lodash-es)"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"currency-formatter": "~1.2.1",
|
|
"date-fns": "~1.28.5",
|
|
"fingerprintjs2": "~1.6.1",
|
|
"ismobilejs": "~0.4.1",
|
|
"libphonenumber-js": "1.1.4",
|
|
"lodash-es": "~4.17.5",
|
|
"react": "~16.6.3",
|
|
"react-dom": "~16.6.3",
|
|
"react-redux": "~5.1.1",
|
|
"react-transition-group": "1.2.1",
|
|
"redux": "~3.7.2",
|
|
"redux-form": "~7.2.3",
|
|
"redux-saga": "~0.16.0",
|
|
"styled-components": "~4.1.1",
|
|
"uri-template": "~1.0.1",
|
|
"url-polyfill": "~1.0.11",
|
|
"whatwg-fetch": "~2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/currency-formatter": "~1.3.0",
|
|
"@types/ismobilejs": "~0.4.1",
|
|
"@types/jest": "~23.3.14",
|
|
"@types/lodash-es": "~4.17.0",
|
|
"@types/node": "~8.0.0",
|
|
"@types/react": "~16.7.6",
|
|
"@types/react-dom": "~16.0.9",
|
|
"@types/react-redux": "~5.0.21",
|
|
"@types/react-test-renderer": "~16.0.1",
|
|
"@types/react-transition-group": "1.1.5",
|
|
"@types/redux-form": "~7.2.6",
|
|
"@types/styled-components": "~4.1.0",
|
|
"@types/url-parse": "~1.1.0",
|
|
"babel-jest": "~22.4.1",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "~6.26.2",
|
|
"babel-preset-env": "~1.7.0",
|
|
"cache-loader": "~2.0.1",
|
|
"compression-webpack-plugin": "~2.0.0",
|
|
"copy-webpack-plugin": "~4.6.0",
|
|
"cross-origin-communicator": "git+ssh://git@github.com/rbkmoney/cross-origin-communicator.git#5aa251c8b7319dfbdb01af08ce979685384d9f49",
|
|
"css-loader": "~1.0.1",
|
|
"file-loader": "~2.0.0",
|
|
"fork-ts-checker-webpack-plugin": "~0.5.2",
|
|
"glob": "~7.1.2",
|
|
"html-webpack-plugin": "~3.2.0",
|
|
"identity-obj-proxy": "~3.0.0",
|
|
"jest": "~23.6.0",
|
|
"mini-css-extract-plugin": "~0.4.5",
|
|
"prettier": "~1.15.2",
|
|
"react-docgen": "~2.21.0",
|
|
"react-docgen-typescript": "~1.6.2",
|
|
"react-styleguidist": "~7.1.3",
|
|
"react-test-renderer": "~16.2.0",
|
|
"redux-devtools-extension": "~2.13.2",
|
|
"rimraf": "~2.6.2",
|
|
"style-loader": "~0.23.1",
|
|
"svg-react-loader": "~0.4.6",
|
|
"thread-loader": "~2.1.2",
|
|
"ts-jest": "~23.10.5",
|
|
"ts-loader": "~5.3.3",
|
|
"tslint": "~5.11.0",
|
|
"tslint-config-prettier": "~1.16.0",
|
|
"tslint-immutable": "~4.5.1",
|
|
"tslint-loader": "~3.5.4",
|
|
"tslint-react": "~3.6.0",
|
|
"typescript": "~3.3.4000",
|
|
"typescript-plugin-styled-components": "~1.0.0",
|
|
"webpack": "~4.29.0",
|
|
"webpack-bundle-analyzer": "~2.10.0",
|
|
"webpack-cli": "~3.2.1",
|
|
"webpack-dev-server": "~3.1.14",
|
|
"webpack-merge": "~4.2.1",
|
|
"write-file-webpack-plugin": "~4.5.0"
|
|
}
|
|
}
|