- Fix checkbox column misalignment with creator list items - Add syncContentCellHeight to keep selection cells aligned with native rows - Add MarketAlignmentDiagnostic for debugging alignment issues - Update documentation to clarify dist-release folder usage - Add npm run build:release step to colleague setup guide
27 lines
858 B
JSON
27 lines
858 B
JSON
{
|
|
"name": "market-plugin-impl",
|
|
"version": "0.2.0421.2",
|
|
"description": "Bootstrap for the Xingtu market Chrome MV3 extension.",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs",
|
|
"build:release": "BUILD_TARGET=release node scripts/build.mjs",
|
|
"mock:protected-api": "node scripts/mock-protected-api.mjs",
|
|
"package:internal": "npm run build:release && node scripts/package-release.mjs",
|
|
"package:release": "npm run build:release && node scripts/package-release.mjs",
|
|
"test": "vitest run --passWithNoTests",
|
|
"test:watch": "vitest --passWithNoTests"
|
|
},
|
|
"dependencies": {
|
|
"@logto/chrome-extension": "^0.1.27"
|
|
},
|
|
"license": "UNLICENSED",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.59.1",
|
|
"jsdom": "^29.0.2",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^6.0.3",
|
|
"vitest": "^4.1.4"
|
|
}
|
|
}
|