2023-03-10 14:58:02 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/admin-layout",
|
2023-11-28 20:23:08 +00:00
|
|
|
"version": "1.0.0",
|
2023-03-10 14:58:02 +00:00
|
|
|
"description": "WooCommerce admin layout copmonents and utilities.",
|
|
|
|
"author": "Automattic",
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
"keywords": [
|
|
|
|
"wordpress",
|
|
|
|
"woocommerce"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/admin-layout/README.md",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/woocommerce/woocommerce.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/woocommerce/woocommerce/issues"
|
|
|
|
},
|
|
|
|
"main": "build/index.js",
|
|
|
|
"module": "build-module/index.js",
|
|
|
|
"types": "build-types",
|
|
|
|
"react-native": "src/index",
|
|
|
|
"sideEffects": [
|
|
|
|
"build-style/**",
|
|
|
|
"src/**/*.scss"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"turbo:build": "pnpm run build:js && pnpm run build:css",
|
|
|
|
"prepare": "composer install",
|
|
|
|
"changelog": "composer exec -- changelogger",
|
|
|
|
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
|
|
|
|
"build": "pnpm -w exec turbo run turbo:build --filter=$npm_package_name",
|
dev: edited package.json lint scripts to output to console (#41498)
* edited package.jsons to output to console
* Add changefile(s) from automation for the following project(s): @woocommerce/tracks, @woocommerce/product-editor, @woocommerce/onboarding, @woocommerce/number, @woocommerce/navigation, @woocommerce/integrate-plugin, @woocommerce/expression-evaluation, @woocommerce/explat, @woocommerce/experimental, @woocommerce/dependency-extraction-webpack-plugin, @woocommerce/date, @woocommerce/data, @woocommerce/customer-effort-score, @woocommerce/currency, @woocommerce/csv-export, @woocommerce/components, @woocommerce/block-templates, @woocommerce/api, @woocommerce/ai, @woocommerce/admin-layout, @woocommerce/admin-e2e-tests
* empty commit to trigger CI
---------
Co-authored-by: github-actions <github-actions@github.com>
2023-11-21 03:16:08 +00:00
|
|
|
"lint": "eslint src",
|
2023-03-23 18:25:42 +00:00
|
|
|
"build:js": "tsc --project tsconfig.json && tsc --project tsconfig-cjs.json",
|
2023-03-10 14:58:02 +00:00
|
|
|
"build:css": "webpack",
|
2023-03-23 18:25:42 +00:00
|
|
|
"start": "concurrently \"tsc --project tsconfig.json --watch\" \"tsc --project tsconfig-cjs.json --watch\" \"webpack --watch\"",
|
2023-03-10 14:58:02 +00:00
|
|
|
"prepack": "pnpm run clean && pnpm run build",
|
|
|
|
"lint:fix": "eslint src --fix"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/react": "^17.0.2",
|
2023-11-30 22:55:35 +00:00
|
|
|
"@types/wordpress__components": "^19.10.3",
|
2023-03-10 14:58:02 +00:00
|
|
|
"@woocommerce/eslint-plugin": "workspace:*",
|
|
|
|
"@woocommerce/internal-style-build": "workspace:*",
|
|
|
|
"@wordpress/browserslist-config": "wp-6.0",
|
2023-11-29 18:00:23 +00:00
|
|
|
"concurrently": "^7.0.0",
|
2023-03-10 14:58:02 +00:00
|
|
|
"css-loader": "^3.6.0",
|
|
|
|
"eslint": "^8.32.0",
|
2023-12-05 08:36:30 +00:00
|
|
|
"jest": "~27.5.1",
|
|
|
|
"jest-cli": "~27.5.1",
|
2023-03-10 14:58:02 +00:00
|
|
|
"postcss-loader": "^4.3.0",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2023-11-29 18:00:23 +00:00
|
|
|
"rimraf": "^3.0.2",
|
2023-03-10 14:58:02 +00:00
|
|
|
"sass-loader": "^10.2.1",
|
2023-12-05 08:36:30 +00:00
|
|
|
"ts-jest": "~29.1.1",
|
2023-08-08 04:35:31 +00:00
|
|
|
"typescript": "^5.1.6",
|
2023-03-10 14:58:02 +00:00
|
|
|
"webpack": "^5.70.0",
|
|
|
|
"webpack-cli": "^3.3.12"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@types/react": "^17.0.2",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@woocommerce/components": "workspace:*",
|
|
|
|
"@wordpress/components": "wp-6.0",
|
|
|
|
"@wordpress/element": "wp-6.0"
|
|
|
|
}
|
|
|
|
}
|