40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "woocommerce-monorepo",
|
|
"title": "WooCommerce Monorepo",
|
|
"description": "Monorepo for the WooCommerce ecosystem",
|
|
"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": {
|
|
"@nrwl/tao": "12.10.0",
|
|
"@nrwl/cli": "12.10.0",
|
|
"@nrwl/workspace": "12.10.0",
|
|
"@types/node": "14.14.33",
|
|
"@woocommerce/eslint-plugin": "^1.2.0",
|
|
"@wordpress/prettier-config": "^1.0.5",
|
|
"chalk": "^4.1.2",
|
|
"glob": "^7.2.0",
|
|
"jest": "^27.0.6",
|
|
"mkdirp": "^1.0.4",
|
|
"node-stream-zip": "^1.13.6",
|
|
"prettier": "npm:wp-prettier@2.2.1-beta-1",
|
|
"request": "^2.88.2",
|
|
"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"
|
|
}
|
|
}
|