Updates DFs
This commit is contained in:
109
spec/fixtures/dynamic_finders/plugin_version/checkoutwc-lite/composer_file/package.json
vendored
Normal file
109
spec/fixtures/dynamic_finders/plugin_version/checkoutwc-lite/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"name": "checkoutwc-lite",
|
||||
"version": "1.0.5",
|
||||
"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.50.5",
|
||||
"@types/intl-tel-input": "^17.0.5",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jquery": "^3.5.14",
|
||||
"@types/jquery.blockui": "0.0.28",
|
||||
"@types/select2": "^4.0.55",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"acorn": "^8.8.1",
|
||||
"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.1",
|
||||
"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.26.0",
|
||||
"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.6.1",
|
||||
"postcss": "^8.4.18",
|
||||
"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.1",
|
||||
"ts-jest": "^27.1.5",
|
||||
"ts-loader": "^9.4.1",
|
||||
"typescript": "^3.9.10",
|
||||
"typings": "^2.1.1",
|
||||
"webpack": "^5.74.0",
|
||||
"webpack-cli": "^4.10.0",
|
||||
"webpack-merge": "^5.8.0",
|
||||
"webpack-notifier": "^1.15.0",
|
||||
"webpack-shell-plugin-next": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/forms": "^0.5.3",
|
||||
"@wordpress/hooks": "^3.21.0",
|
||||
"bootstrap": "^5.2.2",
|
||||
"cfwselectwoo": "^1.0.10",
|
||||
"core-js": "^3.26.0",
|
||||
"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.55.0",
|
||||
"tippy.js": "^6.3.7",
|
||||
"ts-md5": "^1.3.1",
|
||||
"ts-polyfill": "^3.8.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user