checkout/package.json

73 lines
2.2 KiB
JSON
Raw Normal View History

2016-10-05 17:14:25 +00:00
{
"name": "payform",
"version": "1.0.0",
"description": "",
"scripts": {
2017-04-03 14:29:51 +00:00
"build": "webpack --colors --progress --config config/webpack.config.prod.js",
2017-05-29 11:15:03 +00:00
"start": "webpack-dev-server --colors --progress --config config/webpack.config.dev.js --port 7050",
"test": "karma start config/karma.conf.js"
2016-10-05 17:14:25 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/rbkmoney/payform.git"
},
"author": "rbkmoney",
"license": "",
"private": true,
"dependencies": {
"classnames": "~2.2.5",
"currency-formatter": "~1.2.1",
"did-you-mean": "0.0.1",
"ismobilejs": "~0.4.1",
"lodash": "~4.17.4",
"react": "~15.5.4",
"react-dom": "~15.5.4",
"react-transition-group": "~1.1.3",
"tokenizer": "git+ssh://git@github.com/rbkmoney/tokenizer.js.git#d2fde66738779f2681e0d207d2f111d9bd92eec8",
"urijs": "~1.18.2",
"url-parse": "~1.1.8",
"whatwg-fetch": "~1.0.0"
},
2016-10-05 17:14:25 +00:00
"devDependencies": {
"autoprefixer": "~6.7.7",
"babel-core": "~6.24.1",
"babel-loader": "~6.4.1",
"babel-plugin-transform-react-jsx": "~6.8.0",
"babel-polyfill": "~6.23.0",
"babel-preset-es2015": "~6.16.0",
"babel-preset-react": "~6.16.0",
"chai": "~3.5.0",
"chai-as-promised": "~6.0.0",
"chai-enzyme": "~0.7.1",
"copy-webpack-plugin": "~4.0.1",
"css-loader": "~0.27.3",
"enzyme": "~2.8.2",
"eslint": "~3.12.2",
"eslint-loader": "~1.6.3",
"eslint-plugin-react": "~6.8.0",
"extract-text-webpack-plugin": "~2.1.0",
"file-loader": "~0.10.1",
"image-webpack-loader": "~3.2.0",
"karma": "~1.7.0",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~2.1.1",
"karma-mocha": "~1.3.0",
"karma-mocha-reporter": "~2.2.3",
"karma-sinon": "~1.0.5",
"karma-sourcemap-loader": "~0.3.7",
"karma-webpack": "~2.0.3",
"mocha": "~3.4.1",
"node-sass": "~4.5.1",
"react-addons-test-utils": "~15.5.1",
"react-test-renderer": "~15.5.4",
"sass-loader": "~6.0.3",
"sinon": "~2.2.0",
"sinon-chai": "~2.10.0",
"style-loader": "~0.15.0",
"webpack": "~2.2.1",
"webpack-dev-server": "~2.4.2",
"webpack-merge": "~4.1.0",
"write-file-webpack-plugin": "~4.0.0"
2016-10-05 17:14:25 +00:00
}
}