woocommerce/package.json

144 lines
4.5 KiB
JSON
Raw Normal View History

2015-07-10 21:34:15 +00:00
{
"name": "woocommerce",
"title": "WooCommerce",
"version": "5.4.0",
2016-07-05 22:52:16 +00:00
"homepage": "https://woocommerce.com/",
2015-07-10 21:34:15 +00:00
"repository": {
"type": "git",
"url": "https://github.com/woocommerce/woocommerce.git"
2015-07-10 21:34:15 +00:00
},
2015-07-11 03:33:12 +00:00
"license": "GPL-3.0+",
2015-07-10 21:34:15 +00:00
"main": "Gruntfile.js",
"config": {
"wp_org_slug": "woocommerce"
},
2017-02-28 20:00:12 +00:00
"scripts": {
"install": " if [ -z \"$SKIP_LERNA_BOOTSTRAP\" ]; then npx lerna bootstrap --hoist; fi",
"check:subset-installed": "npm list --depth 1 install-subset > /dev/null 2>&1",
"install:subset-only": "npm install --no-package-lock --no-save install-subset",
"install:no-e2e": "npm run check:subset-installed --silent || npm run install:subset-only && SKIP_LERNA_BOOTSTRAP=true npx install-subset i no-e2e",
"build": "./bin/build-zip.sh",
2020-08-19 18:57:06 +00:00
"build:core": "grunt && npm run makepot",
"build:dev": "npm run build:core && npm run build:packages",
"build-watch": "grunt watch",
"build:packages": "lerna run build",
"build:zip": "npm run build",
"build:assets": "grunt assets",
2018-11-06 20:11:52 +00:00
"lint:js": "eslint assets/js --ext=js",
2020-12-15 18:37:55 +00:00
"docker:down": "npx wc-e2e docker:down",
"docker:ssh": "npx wc-e2e docker:ssh",
"docker:up": "npx wc-e2e docker:up",
"test:e2e": "npx wc-e2e test:e2e",
"test:e2e-debug": "npx wc-e2e test:e2e-debug",
"test:e2e-dev": "npx wc-e2e test:e2e-dev",
"test:unit": "./vendor/bin/phpunit -c ./phpunit.xml",
"makepot": "composer run-script makepot",
"packages:fix:textdomain": "node ./bin/package-update-textdomain.js",
"publish-packages": "lerna publish from-package",
2019-01-17 18:46:11 +00:00
"git:update-hooks": "rm -r .git/hooks && mkdir -p .git/hooks && node ./node_modules/husky/husky.js install"
2017-02-28 20:00:12 +00:00
},
2015-07-10 21:34:15 +00:00
"devDependencies": {
2020-12-01 00:59:25 +00:00
"@babel/cli": "7.12.8",
"@babel/core": "7.12.9",
2020-11-01 00:11:44 +00:00
"@babel/polyfill": "7.12.1",
2020-12-01 00:59:25 +00:00
"@babel/preset-env": "7.12.7",
2020-11-01 00:11:44 +00:00
"@babel/register": "7.12.1",
2020-10-01 21:28:14 +00:00
"@typescript-eslint/eslint-plugin": "3.10.1",
"@typescript-eslint/experimental-utils": "3.10.1",
"@typescript-eslint/parser": "3.10.1",
2020-10-05 12:31:48 +00:00
"@woocommerce/api": "file:tests/e2e/api",
"@woocommerce/e2e-core-tests": "file:tests/e2e/core-tests",
"@woocommerce/e2e-environment": "file:tests/e2e/env",
2020-09-02 20:07:16 +00:00
"@woocommerce/e2e-utils": "file:tests/e2e/utils",
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.3",
"@wordpress/babel-preset-default": "3.0.2",
2021-03-08 20:17:27 +00:00
"@wordpress/e2e-test-utils": "^4.16.1",
"@wordpress/eslint-plugin": "7.3.0",
"autoprefixer": "9.8.6",
2020-03-01 00:58:43 +00:00
"babel-eslint": "10.1.0",
2019-01-08 11:07:32 +00:00
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
2020-03-01 01:36:22 +00:00
"commander": "4.1.1",
2020-12-01 14:17:11 +00:00
"config": "3.3.3",
2019-10-02 16:27:27 +00:00
"cross-env": "6.0.3",
2020-12-01 14:21:43 +00:00
"deasync": "0.1.21",
2019-12-20 21:37:35 +00:00
"eslint": "6.8.0",
"eslint-config-wpcalypso": "5.0.0",
"eslint-plugin-jest": "23.20.0",
"github-contributors-list": "https://github.com/woocommerce/github-contributors-list/tarball/master",
2020-09-19 00:30:15 +00:00
"grunt": "1.3.0",
"grunt-contrib-clean": "2.0.0",
2019-01-08 11:07:32 +00:00
"grunt-contrib-concat": "1.0.1",
2019-02-23 01:00:47 +00:00
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-uglify": "4.0.1",
2019-01-08 11:07:32 +00:00
"grunt-contrib-watch": "1.1.0",
"grunt-newer": "^1.3.0",
2019-01-08 11:07:32 +00:00
"grunt-phpcs": "0.4.0",
"grunt-postcss": "0.9.0",
"grunt-rtlcss": "2.0.2",
2019-08-14 12:02:16 +00:00
"grunt-sass": "3.1.0",
"grunt-stylelint": "0.16.0",
"gruntify-eslint": "5.0.0",
2020-10-01 03:06:15 +00:00
"husky": "4.3.0",
2019-01-08 11:07:32 +00:00
"istanbul": "1.0.0-alpha.2",
"jest": "^25.1.0",
2020-07-01 02:19:54 +00:00
"lerna": "3.22.1",
"lint-staged": "9.5.0",
2020-06-23 14:46:03 +00:00
"mocha": "7.2.0",
2020-11-01 01:58:54 +00:00
"node-sass": "4.14.1",
2020-09-05 13:43:24 +00:00
"prettier": "npm:wp-prettier@2.0.5",
2019-12-25 13:21:34 +00:00
"stylelint": "12.0.1",
"stylelint-config-wordpress": "16.0.0",
2020-10-01 21:28:14 +00:00
"typescript": "3.9.7",
2020-11-01 02:03:04 +00:00
"webpack": "4.44.2",
2020-09-09 15:07:48 +00:00
"webpack-cli": "3.3.12",
2020-09-05 13:43:24 +00:00
"wp-textdomain": "1.0.1"
2015-07-10 21:34:15 +00:00
},
"engines": {
"node": "^10.22.0",
"npm": "^6.14.6"
2018-05-21 14:28:32 +00:00
},
"husky": {
"hooks": {
"post-merge": "./bin/post-merge.sh",
"pre-commit": "lint-staged",
"pre-push": "./bin/pre-push.sh"
}
},
"lint-staged": {
2019-07-08 17:55:44 +00:00
"*.php": [
"php -d display_errors=1 -l",
"composer run-script phpcs-pre-commit"
],
"*.scss": [
"stylelint --syntax=scss --fix",
"git add"
],
"*.js": [
"eslint --fix",
"git add"
],
"*.ts": [
"eslint --fix",
"git add"
]
},
"browserslist": [
"> 0.1%",
"ie 8",
"ie 9"
],
"subsets": {
"no-e2e": {
"exclude": [
"@woocommerce/api",
"@woocommerce/e2e-core-tests",
"@woocommerce/e2e-environment",
"@woocommerce/e2e-utils",
"@wordpress/e2e-test-utils"
]
}
}
2015-07-10 21:34:15 +00:00
}