2015-07-10 21:34:15 +00:00
|
|
|
{
|
|
|
|
"name": "woocommerce",
|
|
|
|
"title": "WooCommerce",
|
2020-08-19 15:11:17 +00:00
|
|
|
"version": "4.5.0",
|
2016-07-05 22:52:16 +00:00
|
|
|
"homepage": "https://woocommerce.com/",
|
2015-07-10 21:34:15 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-09-28 10:17:40 +00:00
|
|
|
"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",
|
2020-08-12 19:52:34 +00:00
|
|
|
"config": {
|
|
|
|
"wp_org_slug": "woocommerce"
|
|
|
|
},
|
2017-02-28 20:00:12 +00:00
|
|
|
"scripts": {
|
2020-09-02 21:19:55 +00:00
|
|
|
"install": "lerna bootstrap",
|
2020-08-12 19:52:34 +00:00
|
|
|
"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",
|
2017-11-27 21:36:02 +00:00
|
|
|
"build-watch": "grunt watch",
|
2020-07-02 18:50:04 +00:00
|
|
|
"build:packages": "lerna run build",
|
2020-08-19 18:57:06 +00:00
|
|
|
"build:zip": "npm run build && composer install && npm run build:dev",
|
2020-08-19 18:49:08 +00:00
|
|
|
"build:assets": "grunt assets",
|
2018-11-06 20:11:52 +00:00
|
|
|
"lint:js": "eslint assets/js --ext=js",
|
2020-04-30 17:01:42 +00:00
|
|
|
"docker:up": "npm explore @woocommerce/e2e-environment -- npm run docker:up",
|
|
|
|
"docker:down": "npm explore @woocommerce/e2e-environment -- npm run docker:down",
|
|
|
|
"test:e2e": "npm explore @woocommerce/e2e-environment -- npm run test:e2e",
|
|
|
|
"test:e2e-dev": "npm explore @woocommerce/e2e-environment -- npm run test:e2e-dev",
|
2020-02-04 20:44:32 +00:00
|
|
|
"makepot": "composer run-script makepot",
|
2020-01-30 17:26:14 +00:00
|
|
|
"packages:fix:textdomain": "node ./bin/package-update-textdomain.js",
|
2020-07-02 18:50:04 +00:00
|
|
|
"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-07-01 00:38:44 +00:00
|
|
|
"@babel/cli": "7.10.4",
|
|
|
|
"@babel/core": "7.10.4",
|
|
|
|
"@babel/polyfill": "7.10.4",
|
|
|
|
"@babel/preset-env": "7.10.4",
|
|
|
|
"@babel/register": "7.10.4",
|
2020-06-06 23:44:44 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "3.1.0",
|
|
|
|
"@typescript-eslint/parser": "3.1.0",
|
2020-04-30 17:01:42 +00:00
|
|
|
"@woocommerce/e2e-environment": "file:tests/e2e/env",
|
2020-09-02 20:07:16 +00:00
|
|
|
"@woocommerce/e2e-utils": "file:tests/e2e/utils",
|
2020-07-02 21:16:01 +00:00
|
|
|
"@woocommerce/model-factories": "file:tests/e2e/factories",
|
2020-05-11 18:45:32 +00:00
|
|
|
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.3",
|
|
|
|
"@wordpress/babel-preset-default": "3.0.2",
|
2020-07-01 21:22:01 +00:00
|
|
|
"@wordpress/eslint-plugin": "7.1.0",
|
2020-08-01 01:39:02 +00:00
|
|
|
"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-04-01 01:48:55 +00:00
|
|
|
"config": "3.3.1",
|
2019-10-02 16:27:27 +00:00
|
|
|
"cross-env": "6.0.3",
|
2020-07-01 01:55:43 +00:00
|
|
|
"deasync": "0.1.20",
|
2019-12-20 21:37:35 +00:00
|
|
|
"eslint": "6.8.0",
|
2019-11-19 15:03:51 +00:00
|
|
|
"eslint-config-wpcalypso": "5.0.0",
|
2020-07-27 20:20:12 +00:00
|
|
|
"eslint-plugin-jest": "23.19.0",
|
2019-10-20 15:19:43 +00:00
|
|
|
"github-contributors-list": "https://github.com/woocommerce/github-contributors-list/tarball/master",
|
2020-08-01 02:57:34 +00:00
|
|
|
"grunt": "1.2.1",
|
2019-01-08 18:50:19 +00:00
|
|
|
"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",
|
2019-01-08 21:49:14 +00:00
|
|
|
"grunt-contrib-cssmin": "3.0.0",
|
2019-03-21 18:57:42 +00:00
|
|
|
"grunt-contrib-uglify": "4.0.1",
|
2019-01-08 11:07:32 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
|
|
|
"grunt-phpcs": "0.4.0",
|
|
|
|
"grunt-postcss": "0.9.0",
|
2019-11-23 19:04:05 +00:00
|
|
|
"grunt-rtlcss": "2.0.2",
|
2019-08-14 12:02:16 +00:00
|
|
|
"grunt-sass": "3.1.0",
|
2020-03-01 02:50:52 +00:00
|
|
|
"grunt-stylelint": "0.14.0",
|
2020-05-05 19:30:34 +00:00
|
|
|
"gruntify-eslint": "5.0.0",
|
2020-05-01 02:28:59 +00:00
|
|
|
"husky": "4.2.5",
|
2019-01-08 11:07:32 +00:00
|
|
|
"istanbul": "1.0.0-alpha.2",
|
2020-01-22 01:36:42 +00:00
|
|
|
"jest": "25.1.0",
|
2020-07-01 02:19:54 +00:00
|
|
|
"lerna": "3.22.1",
|
2019-11-27 05:27:44 +00:00
|
|
|
"lint-staged": "9.5.0",
|
2020-06-23 14:46:03 +00:00
|
|
|
"mocha": "7.2.0",
|
2019-10-24 06:55:38 +00:00
|
|
|
"node-sass": "4.13.0",
|
2020-06-06 23:44:44 +00:00
|
|
|
"prettier": "npm:wp-prettier@^2.0.5",
|
2019-12-25 13:21:34 +00:00
|
|
|
"stylelint": "12.0.1",
|
2020-01-30 17:26:14 +00:00
|
|
|
"stylelint-config-wordpress": "16.0.0",
|
2020-06-06 23:44:44 +00:00
|
|
|
"typescript": "3.9.5",
|
2020-04-07 18:09:24 +00:00
|
|
|
"webpack": "4.41.6",
|
|
|
|
"webpack-cli": "3.3.11",
|
2020-01-30 17:26:14 +00:00
|
|
|
"wp-textdomain": "^1.0.1"
|
2015-07-10 21:34:15 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2019-01-30 08:12:08 +00:00
|
|
|
"node": ">=10.15.0",
|
|
|
|
"npm": ">=6.4.1"
|
2018-05-21 14:28:32 +00:00
|
|
|
},
|
2018-11-19 21:07:37 +00:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
2020-06-10 03:40:48 +00:00
|
|
|
"post-merge": "./bin/post-merge.sh",
|
2019-11-20 22:18:16 +00:00
|
|
|
"pre-commit": "lint-staged",
|
2020-06-10 03:40:48 +00:00
|
|
|
"pre-push": "./bin/pre-push.sh"
|
2018-11-19 21:07:37 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
2020-06-06 23:44:44 +00:00
|
|
|
],
|
|
|
|
"*.ts": [
|
|
|
|
"eslint --fix",
|
|
|
|
"git add"
|
2018-11-19 21:07:37 +00:00
|
|
|
]
|
2019-07-12 06:52:36 +00:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 0.1%",
|
|
|
|
"ie 8",
|
|
|
|
"ie 9"
|
2020-07-28 15:00:46 +00:00
|
|
|
]
|
2015-07-10 21:34:15 +00:00
|
|
|
}
|