56 lines
1.9 KiB
JSON
56 lines
1.9 KiB
JSON
{
|
|
"name": "paypal",
|
|
"version": "4.5.3",
|
|
"description": "PayPal 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"
|
|
],
|
|
"homepage": "https://github.com/",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.8",
|
|
"@babel/preset-env": "^7.13.9",
|
|
"autoprefixer": "^9.8.6",
|
|
"babel-loader": "^8.2.2",
|
|
"browser-sync": "^2.26.14",
|
|
"browser-sync-webpack-plugin": "^2.3.0",
|
|
"browserslist": "^4.16.5",
|
|
"clean-webpack-plugin": "^0.1.19",
|
|
"css-loader": "^1.0.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-airbnb-base": "^13.2.0",
|
|
"eslint-plugin-html": "^5.0.5",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"intl-tel-input": "17.0.16",
|
|
"mini-css-extract-plugin": "^0.4.3",
|
|
"node-sass": "^4.12.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss-loader": "^3.0.0",
|
|
"sass-loader": "^7.3.1",
|
|
"style-loader": "^0.23.0",
|
|
"stylelint": "^14.1.0",
|
|
"stylelint-checkstyle-formatter": "^0.1.2",
|
|
"stylelint-config-twbs-bootstrap": "^3.0.1",
|
|
"stylemark": "^3.1.7",
|
|
"terser-webpack-plugin": "^1.4.5",
|
|
"webpack": "^4.46.0",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpack-fix-style-only-entries": "^0.2.2"
|
|
}
|
|
}
|