2021-10-07 02:03:13 +00:00
|
|
|
{
|
2022-04-27 21:54:54 +00:00
|
|
|
"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": {
|
2022-09-15 21:21:42 +00:00
|
|
|
"build": "pnpm exec turbo run turbo:build",
|
|
|
|
"test": "pnpm exec turbo run turbo:test",
|
2023-01-05 21:51:58 +00:00
|
|
|
"clean": "pnpm store prune && git clean -fx **/node_modules && pnpm i",
|
2022-04-27 21:54:54 +00:00
|
|
|
"preinstall": "npx only-allow pnpm",
|
|
|
|
"postinstall": "pnpm git:update-hooks",
|
|
|
|
"git:update-hooks": "rm -r .git/hooks && mkdir -p .git/hooks && husky install",
|
2022-07-14 14:36:15 +00:00
|
|
|
"create-extension": "node ./tools/create-extension/index.js",
|
2022-08-24 15:15:22 +00:00
|
|
|
"cherry-pick": "node ./tools/cherry-pick/bin/run",
|
|
|
|
"sync-dependencies": "pnpm exec syncpack -- fix-mismatches"
|
2022-04-27 21:54:54 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/preset-env": "^7.16.11",
|
|
|
|
"@babel/runtime": "^7.17.2",
|
|
|
|
"@types/node": "14.14.33",
|
|
|
|
"@woocommerce/eslint-plugin": "workspace:*",
|
2022-08-31 04:06:51 +00:00
|
|
|
"@wordpress/data": "^6.15.0",
|
2022-10-12 02:05:01 +00:00
|
|
|
"@wordpress/eslint-plugin": "^11.1.0",
|
2022-04-27 21:54:54 +00:00
|
|
|
"@wordpress/prettier-config": "^1.1.1",
|
|
|
|
"babel-loader": "^8.2.3",
|
|
|
|
"chalk": "^4.1.2",
|
2022-05-30 07:20:08 +00:00
|
|
|
"copy-webpack-plugin": "^10.2.4",
|
2022-04-27 21:54:54 +00:00
|
|
|
"core-js": "^3.21.1",
|
|
|
|
"css-loader": "^6.7.0",
|
|
|
|
"glob": "^7.2.0",
|
|
|
|
"husky": "^7.0.4",
|
|
|
|
"jest": "^27.3.1",
|
|
|
|
"lint-staged": "^12.3.7",
|
|
|
|
"mkdirp": "^1.0.4",
|
2022-05-30 07:20:08 +00:00
|
|
|
"moment": "^2.29.1",
|
2022-04-27 21:54:54 +00:00
|
|
|
"node-stream-zip": "^1.15.0",
|
|
|
|
"postcss-loader": "^3.0.0",
|
2022-05-30 07:20:08 +00:00
|
|
|
"prettier": "npm:wp-prettier@^2.2.1-beta-1",
|
2022-04-27 21:54:54 +00:00
|
|
|
"regenerator-runtime": "^0.13.9",
|
|
|
|
"request": "^2.88.2",
|
|
|
|
"sass": "^1.49.9",
|
|
|
|
"sass-loader": "^10.2.1",
|
2022-11-21 23:06:47 +00:00
|
|
|
"syncpack": "^8.3.9",
|
2023-02-01 15:44:37 +00:00
|
|
|
"turbo": "^1.7.0",
|
2022-09-29 21:59:07 +00:00
|
|
|
"typescript": "^4.8.3",
|
2022-05-30 07:20:08 +00:00
|
|
|
"url-loader": "^1.1.2",
|
2022-04-27 21:54:54 +00:00
|
|
|
"webpack": "^5.70.0"
|
|
|
|
},
|
|
|
|
"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"
|
2023-03-06 21:38:05 +00:00
|
|
|
},
|
|
|
|
"pnpm": {
|
|
|
|
"overrides": {
|
|
|
|
"@types/react": "^17.0.2",
|
|
|
|
"react": "^17.0.2"
|
|
|
|
}
|
2022-04-27 21:54:54 +00:00
|
|
|
}
|
2021-11-04 14:36:58 +00:00
|
|
|
}
|