Re-order npm packages in alphabetical order
This commit is contained in:
parent
11a8cbdf79
commit
891603e7d2
12
package.json
12
package.json
|
@ -18,23 +18,24 @@
|
||||||
"git:update-hooks": "rm -r .git/hooks && mkdir -p .git/hooks && node ./node_modules/husky/husky.js install"
|
"git:update-hooks": "rm -r .git/hooks && mkdir -p .git/hooks && node ./node_modules/husky/husky.js install"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@wordpress/e2e-test-utils": "^2.2.0",
|
|
||||||
"@babel/cli": "^7.5.5",
|
"@babel/cli": "^7.5.5",
|
||||||
"@babel/core": "^7.5.5",
|
"@babel/core": "^7.5.5",
|
||||||
"@babel/polyfill": "^7.4.4",
|
"@babel/polyfill": "^7.4.4",
|
||||||
"@babel/preset-env": "^7.5.5",
|
"@babel/preset-env": "^7.5.5",
|
||||||
"@babel/register": "^7.5.5",
|
"@babel/register": "^7.5.5",
|
||||||
|
"@wordpress/e2e-test-utils": "^2.2.0",
|
||||||
|
"autoprefixer": "9.6.5",
|
||||||
|
"babel-eslint": "10.0.3",
|
||||||
"chai": "4.2.0",
|
"chai": "4.2.0",
|
||||||
"chai-as-promised": "7.1.1",
|
"chai-as-promised": "7.1.1",
|
||||||
"commander": "^3.0.0",
|
"commander": "^3.0.0",
|
||||||
"autoprefixer": "9.6.5",
|
|
||||||
"babel-eslint": "10.0.3",
|
|
||||||
"config": "3.2.3",
|
"config": "3.2.3",
|
||||||
"cross-env": "6.0.3",
|
"cross-env": "6.0.3",
|
||||||
"eslint": "6.5.1",
|
"eslint": "6.5.1",
|
||||||
"eslint-config-wpcalypso": "4.0.1",
|
"eslint-config-wpcalypso": "4.0.1",
|
||||||
"eslint-plugin-jest": "22.13.6",
|
"eslint-plugin-jest": "22.13.6",
|
||||||
"eslint-plugin-wpcalypso": "4.1.0",
|
"eslint-plugin-wpcalypso": "4.1.0",
|
||||||
|
"github-contributors-list": "https://github.com/woocommerce/github-contributors-list/tarball/master",
|
||||||
"grunt": "1.0.4",
|
"grunt": "1.0.4",
|
||||||
"grunt-checktextdomain": "1.0.1",
|
"grunt-checktextdomain": "1.0.1",
|
||||||
"grunt-contrib-clean": "2.0.0",
|
"grunt-contrib-clean": "2.0.0",
|
||||||
|
@ -56,14 +57,13 @@
|
||||||
"istanbul": "1.0.0-alpha.2",
|
"istanbul": "1.0.0-alpha.2",
|
||||||
"jest": "24.8.0",
|
"jest": "24.8.0",
|
||||||
"jest-puppeteer": "4.3.0",
|
"jest-puppeteer": "4.3.0",
|
||||||
"puppeteer": "1.20.0",
|
|
||||||
"lint-staged": "9.4.2",
|
"lint-staged": "9.4.2",
|
||||||
"mocha": "6.2.1",
|
"mocha": "6.2.1",
|
||||||
"node-sass": "4.12.0",
|
"node-sass": "4.12.0",
|
||||||
"prettier": "github:automattic/calypso-prettier#c56b4251",
|
"prettier": "github:automattic/calypso-prettier#c56b4251",
|
||||||
|
"puppeteer": "1.20.0",
|
||||||
"stylelint": "11.1.1",
|
"stylelint": "11.1.1",
|
||||||
"stylelint-config-wordpress": "15.0.0",
|
"stylelint-config-wordpress": "15.0.0"
|
||||||
"github-contributors-list": "https://github.com/woocommerce/github-contributors-list/tarball/master"
|
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.15.0",
|
"node": ">=10.15.0",
|
||||||
|
|
Loading…
Reference in New Issue