52 lines
1.5 KiB
JSON
52 lines
1.5 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"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"postinstall": "pnpm git:update-hooks",
|
|
"git:update-hooks": "rm -r .git/hooks && mkdir -p .git/hooks && husky install"
|
|
},
|
|
"devDependencies": {
|
|
"@automattic/nx-composer": "^0.1.0",
|
|
"@nrwl/cli": "^13.3.4",
|
|
"@nrwl/devkit": "^13.1.4",
|
|
"@nrwl/linter": "^13.3.4",
|
|
"@nrwl/tao": "13.3.4",
|
|
"@nrwl/web": "^13.3.4",
|
|
"@nrwl/workspace": "^13.3.4",
|
|
"@types/node": "14.14.33",
|
|
"@woocommerce/eslint-plugin": "workspace:*",
|
|
"@wordpress/eslint-plugin": "^11.0.0",
|
|
"@wordpress/prettier-config": "^1.1.1",
|
|
"chalk": "^4.1.2",
|
|
"glob": "^7.2.0",
|
|
"husky": "^7.0.4",
|
|
"jest": "^27.3.1",
|
|
"lint-staged": "^12.3.7",
|
|
"mkdirp": "^1.0.4",
|
|
"node-stream-zip": "^1.15.0",
|
|
"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.4.1",
|
|
"lodash": "^4.17.21",
|
|
"wp-textdomain": "1.0.1"
|
|
}
|
|
}
|