This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.97 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "woocommerce",
"title": "WooCommerce",
"version": "3.4.0",
"homepage": "https://woocommerce.com/",
"repository": {
"type": "git",
"url": "https://github.com/woocommerce/woocommerce.git"
},
"license": "GPL-3.0+",
"main": "Gruntfile.js",
"scripts": {
"build": "grunt",
"build-watch": "grunt watch",
"test": "cross-env NODE_CONFIG_DIR='./tests/e2e-tests/config' BABEL_ENV=commonjs mocha \"tests/e2e-tests\" --require babel-register --recursive",
"test:grep": "cross-env NODE_CONFIG_DIR='./tests/e2e-tests/config' BABEL_ENV=commonjs mocha \"tests/e2e-tests\" --require babel-register --grep ",
"test:single": "cross-env NODE_CONFIG_DIR='./tests/e2e-tests/config' BABEL_ENV=commonjs mocha --require babel-register"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.5",
"autoprefixer": "~9.6.1",
"babel": "^6.5.2",
"babel-cli": "^6.14.0",
"babel-eslint": "^9.0.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chromedriver": "^76.0.1",
"config": "^3.2.2",
"cross-env": "^5.1.6",
"grunt": "^1.0.3",
"grunt-babel": "^8.0.0",
"grunt-checktextdomain": "~1.0.1",
"grunt-combine-files": "^0.0.8",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-uglify": "~4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-phpcs": "~0.4.0",
"grunt-postcss": "~0.9.0",
"grunt-prompt": "^1.3.3",
"grunt-sass": "~3.1.0",
"grunt-shell": "~3.0.1",
"grunt-stylelint": "~0.11.1",
"grunt-wp-i18n": "~1.0.3",
"istanbul": "^1.0.0-alpha",
"load-grunt-tasks": "^5.1.0",
"mocha": "^6.2.0",
"stylelint": "~10.1.0",
"wc-e2e-page-objects": "0.10.0"
},
"engines": {
"node": ">=8.9.3",
"npm": ">=5.5.1"
}
}