checkout/package.json

72 lines
2.1 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": {
2017-05-29 11:15:03 +00:00
"classnames": "^2.2.5",
"currency-formatter": "^1.2.1",
"did-you-mean": "0.0.1",
2017-05-29 11:15:03 +00:00
"ismobilejs": "^0.4.1",
"lodash.difference": "^4.5.0",
"react": "^15.5.4",
2017-05-29 11:15:03 +00:00
"react-dom": "^15.5.4",
"react-transition-group": "^1.1.3",
"urijs": "^1.18.2",
2017-04-24 13:18:11 +00:00
"url-parse": "^1.1.8",
2017-05-29 11:15:03 +00:00
"whatwg-fetch": "^1.0.0"
},
2016-10-05 17:14:25 +00:00
"devDependencies": {
2017-05-29 11:15:03 +00:00
"autoprefixer": "^6.7.7",
2017-05-30 13:18:30 +00:00
"babel-core": "^6.24.1",
2017-03-22 12:08:56 +00:00
"babel-loader": "^6.4.1",
"babel-plugin-transform-react-jsx": "^6.8.0",
2017-05-30 13:18:30 +00:00
"babel-polyfill": "^6.23.0",
2016-10-05 17:14:25 +00:00
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
2017-05-29 11:15:03 +00:00
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-enzyme": "^0.7.1",
2017-03-22 12:08:56 +00:00
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.27.3",
2017-05-29 11:15:03 +00:00
"enzyme": "^2.8.2",
"eslint": "^3.12.2",
2017-03-22 12:08:56 +00:00
"eslint-loader": "^1.6.3",
"eslint-plugin-react": "^6.8.0",
2017-03-22 12:08:56 +00:00
"extract-text-webpack-plugin": "^2.1.0",
2017-03-27 10:57:20 +00:00
"file-loader": "^0.10.1",
2017-03-22 12:08:56 +00:00
"image-webpack-loader": "^3.2.0",
2017-05-29 11:15:03 +00:00
"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",
2017-05-29 11:15:03 +00:00
"react-addons-test-utils": "^15.5.1",
2017-05-30 13:18:30 +00:00
"react-test-renderer": "^15.5.4",
2017-03-22 12:08:56 +00:00
"sass-loader": "^6.0.3",
2017-05-29 11:15:03 +00:00
"sinon": "^2.2.0",
"sinon-chai": "^2.10.0",
2017-03-22 12:08:56 +00:00
"style-loader": "^0.15.0",
"webpack": "^2.2.1",
2017-03-27 10:44:01 +00:00
"webpack-dev-server": "^2.4.2",
2017-04-03 14:37:15 +00:00
"webpack-merge": "^4.1.0",
2017-03-27 10:44:01 +00:00
"write-file-webpack-plugin": "^4.0.0"
2016-10-05 17:14:25 +00:00
}
}