woocommerce/package.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2021-10-07 02:03:13 +00:00
{
"name": "woocommerce-monorepo",
"title": "WooCommerce Monorepo",
"description": "Monorepo for the WooCommerce ecosystem",
2021-10-07 02:03:13 +00:00
"homepage": "https://woocommerce.com/",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/woocommerce/woocommerce.git"
},
"author": "Automattic",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/woocommerce/woocommerce/issues"
},
"devDependencies": {
2021-11-03 19:20:12 +00:00
"@automattic/nx-composer": "^0.1.0",
"@nrwl/cli": "12.10.0",
2021-11-03 19:20:12 +00:00
"@nrwl/tao": "12.10.0",
"@nrwl/workspace": "12.10.0",
"@types/node": "14.14.33",
2021-10-07 02:03:13 +00:00
"@woocommerce/eslint-plugin": "^1.2.0",
"@wordpress/prettier-config": "^1.0.5",
"chalk": "^4.1.2",
"glob": "^7.2.0",
2021-10-07 02:03:13 +00:00
"jest": "^27.0.6",
"mkdirp": "^1.0.4",
"node-stream-zip": "^1.13.6",
2021-10-07 02:03:13 +00:00
"prettier": "npm:wp-prettier@2.2.1-beta-1",
"request": "^2.88.2",
2021-10-07 02:03:13 +00:00
"typescript": "4.2.4"
},
"dependencies": {
"@babel/core": "7.12.9",
"@wordpress/babel-plugin-import-jsx-pragma": "^3.1.0",
"@wordpress/babel-preset-default": "^6.3.3",
"lodash": "^4.17.21",
"wp-textdomain": "1.0.1"
2021-10-07 02:03:13 +00:00
}
}