{
    "name": "checkoutwc-lite",
    "version": "1.1.13",
    "description": "### Development installation instructions",
    "scripts": {
        "build_dev": "./build/build-dev.sh",
        "build_prod": "./build/build-prod.sh",
        "dev": "npx webpack --config webpack.dev.js",
        "production": "npx webpack --config webpack.prod.js",
        "watch": "npm run dev -- --watch",
        "test": "node tests/e2e-tests/cypress-runner.js",
        "composer_install": "composer install --no-dev",
        "composer_install_dev": "composer install",
        "min_php_version_test": "./vendor/bin/phpcs -p . --standard=PHPCompatibility --runtime-set testVersion 7.1 --extensions=php,inc,lib --ignore=node_modules/*,dist/*,vendor/kint-php/*,vendor/squizlabs/php_codesniffer/*,vendor/phpcompatibility/*,vendor/sebastian/*,vendor/phpdocumentor/*,vendor/phpunit/*,vendor/nikic/php-parser/*,tests/*",
        "max_php_version_test": "./vendor/bin/phpcs -p . --standard=PHPCompatibility --runtime-set testVersion 8.1 --extensions=php,inc,lib --ignore=node_modules/*,dist/*,vendor/kint-php/*,vendor/squizlabs/php_codesniffer/*,vendor/phpcompatibility/*,vendor/sebastian/*,vendor/phpdocumentor/*,vendor/phpunit/*,vendor/nikic/php-parser/*,tests/*",
        "phpunit": "./vendor/bin/phpunit -c phpunit.xml --testdox",
        "tailwind": "npx tailwind --output './sources/scss/admin/tailwind.css' --watch"
    },
    "browserslist": [
        "> 1%",
        "last 1 Android versions",
        "last 1 ChromeAndroid versions",
        "last 2 Chrome versions",
        "last 2 Firefox versions",
        "last 2 Safari versions",
        "last 2 iOS versions",
        "last 2 Edge versions",
        "last 2 Opera versions"
    ],
    "repository": {
        "type": "git",
        "url": "git@github.com:Objectivco/checkoutwc-lite.git"
    },
    "author": "Clifton Griffin <clif@checkoutwc.com> (https://www.checkoutwc.com/)",
    "license": "GPL-3.0",
    "homepage": "https://www.checkoutwc.com/",
    "devDependencies": {
        "@types/google.maps": "^3.51.1",
        "@types/intl-tel-input": "^17.0.6",
        "@types/jest": "^27.5.2",
        "@types/jquery": "^3.5.16",
        "@types/jquery.blockui": "0.0.28",
        "@types/select2": "^4.0.56",
        "@typescript-eslint/eslint-plugin": "^4.33.0",
        "@typescript-eslint/parser": "^4.33.0",
        "acorn": "^8.8.2",
        "autoprefixer": "^10.4.13",
        "clean-webpack-plugin": "^3.0.0",
        "command-line-args": "^5.2.1",
        "cpy-cli": "^2.0.0",
        "cross-env": "^5.2.1",
        "css-loader": "^6.7.3",
        "css-minimizer-webpack-plugin": "^3.4.1",
        "cypress": "^9.7.0",
        "del": "^3.0.0",
        "dom4": "^2.1.6",
        "eslint": "^7.32.0",
        "eslint-config-airbnb-base": "^15.0.0",
        "eslint-import-resolver-typescript": "^2.7.1",
        "eslint-plugin-arca": "^0.10.1",
        "eslint-plugin-import": "^2.27.5",
        "eslint-plugin-jest": "^24.7.0",
        "file-loader": "^6.2.0",
        "har-validator": "^5.1.5",
        "install": "^0.12.2",
        "jest": "^27.5.1",
        "mini-css-extract-plugin": "^2.7.2",
        "postcss": "^8.4.21",
        "postcss-loader": "^6.2.1",
        "postcss-rtlcss": "^3.7.2",
        "resolve-url-loader": "^4.0.0",
        "sass-loader": "^12.6.0",
        "style-loader": "^0.23.1",
        "tailwindcss": "^3.2.4",
        "ts-jest": "^27.1.5",
        "ts-loader": "^9.4.2",
        "typescript": "^3.9.10",
        "typings": "^2.1.1",
        "webpack": "^5.75.0",
        "webpack-cli": "^4.10.0",
        "webpack-merge": "^5.8.0",
        "webpack-notifier": "^1.15.0",
        "webpack-shell-plugin-next": "^2.3.1"
    },
    "dependencies": {
        "@tailwindcss/forms": "^0.5.9",
        "@wordpress/hooks": "^3.26.0",
        "bootstrap": "^5.2.3",
        "cfwselectwoo": "^1.0.10",
        "debounce": "^1.2.1",
        "delete-empty": "^2.0.0",
        "easytabs": "git+https://github.com/Objectivco/jQuery-EasyTabs.git#3.2.3",
        "fast-deep-equal": "^3.1.3",
        "garlicjs": "git+https://github.com/objectivco/Garlic.js.git#1.4.3-cgd",
        "jquery-first-event": "^1.0.2",
        "jquery-validation": "^1.19.5",
        "js-cookie": "^3.0.1",
        "modaal": "^0.4.4",
        "normalize.css": "^8.0.1",
        "parsleyjs": "^2.9.2",
        "postcss-nested": "^5.0.6",
        "requirejs": "^2.3.6",
        "sass": "^1.58.0",
        "tippy.js": "^6.3.7",
        "ts-md5": "^1.3.1"
    }
}
