Add coexistence checks to all enqueue methods to prevent loading both React and Grid.js assets simultaneously. Changes: - ReactAdmin.php: Only enqueue React assets when ?react=1 - Init.php: Skip Grid.js when React active on admin pages - Form.php, Coupon.php, Access.php: Restore classic assets when ?react=0 - Customer.php, Product.php, License.php: Add coexistence checks Now the toggle between Classic and React versions works correctly. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
41 lines
719 B
JSON
41 lines
719 B
JSON
{
|
|
"name": "ps-list",
|
|
"version": "8.1.1",
|
|
"description": "Get running processes",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/ps-list",
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"type": "module",
|
|
"exports": "./index.js",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"vendor/*.exe"
|
|
],
|
|
"keywords": [
|
|
"ps",
|
|
"proc",
|
|
"process",
|
|
"processes",
|
|
"list",
|
|
"running",
|
|
"tasklist"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "^3.15.0",
|
|
"tsd": "^0.18.0",
|
|
"xo": "^0.46.4"
|
|
}
|
|
}
|