{ "name": "paypal", "version": "4.5.0", "description": "PayPal & Braintree official Module", "directories": { "doc": "202/doc" }, "scripts": { "watch": "webpack --mode development --colors --devtool source-map --hide-modules -w", "build": "webpack --mode production --colors --devtool source-map --progress -p", "doc-build": "stylemark -i 202/doc -o 202/build/doc -c 202/doc/config.yml", "doc-watch": "stylemark -i 202/doc -o 202/build/doc -c 202/doc/config.yml -w -b", "lint-css": "stylelint \"_dev/scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache --fix", "lint-css-fix": "stylelint \"_dev/scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache --fix" }, "repository": { "type": "git", "url": "https://github.com/202-ecommerce/paypal/" }, "keywords": [ "PayPal", "Braintree" ], "homepage": "https://github.com/", "devDependencies": { "@babel/core": "^7.4.5", "@babel/plugin-proposal-object-rest-spread": "^7.4.4", "@babel/plugin-transform-destructuring": "^7.4.4", "@babel/preset-env": "^7.4.5", "autoprefixer": "^9.5.1", "babel-loader": "^8.0.6", "babel-preset-env": "^1.7.0", "css-loader": "^2.1.1", "eslint": "^5.16.0", "mini-css-extract-plugin": "^0.7.0", "node-sass": "^4.12.0", "postcss-loader": "^3.0.0", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "stylelint": "^10.0.1", "stylelint-config-standard": "^18.3.0", "stylelint-config-twbs-bootstrap": "^0.3.1", "stylemark": "^3.0.3", "terser-webpack-plugin": "^1.3.0", "webpack": "^4.32.2", "webpack-cli": "^3.3.9", "webpack-fix-style-only-entries": "^0.2.2" }, "dependencies": {} }