2026-03-03 04:24:11 +08:00
|
|
|
{
|
|
|
|
|
"name": "@salesforce/webapp-template-base-sfdx-project-experimental",
|
2026-03-26 01:48:51 +08:00
|
|
|
"version": "1.112.10",
|
2026-03-03 04:24:11 +08:00
|
|
|
"description": "Base SFDX project template",
|
2026-03-18 11:59:19 +08:00
|
|
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
},
|
2026-03-03 04:24:11 +08:00
|
|
|
"scripts": {
|
2026-03-18 11:59:19 +08:00
|
|
|
"sf-project-setup": "node scripts/sf-project-setup.mjs",
|
2026-03-03 04:24:11 +08:00
|
|
|
"build": "echo 'No build required for base-sfdx-project'",
|
|
|
|
|
"clean": "echo 'No clean required for base-sfdx-project'",
|
2026-03-24 06:12:03 +08:00
|
|
|
"lint": "eslint --no-error-on-unmatched-pattern **/{aura,lwc}/**/*.js",
|
2026-03-03 04:24:11 +08:00
|
|
|
"test": "npm run test:unit",
|
|
|
|
|
"test:coverage": "npm run test",
|
|
|
|
|
"test:unit": "sfdx-lwc-jest -- --passWithNoTests",
|
|
|
|
|
"test:unit:watch": "sfdx-lwc-jest --watch",
|
|
|
|
|
"test:unit:debug": "sfdx-lwc-jest --debug",
|
|
|
|
|
"test:unit:coverage": "sfdx-lwc-jest --coverage",
|
|
|
|
|
"prettier": "prettier --write \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"",
|
|
|
|
|
"prettier:verify": "prettier --check \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"",
|
2026-03-18 11:59:19 +08:00
|
|
|
"precommit": "lint-staged",
|
|
|
|
|
"setup": "node scripts/setup-cli.mjs"
|
2026-03-03 04:24:11 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-03-24 06:12:03 +08:00
|
|
|
"@lwc/eslint-plugin-lwc": "^3.3.0",
|
2026-03-03 04:24:11 +08:00
|
|
|
"@prettier/plugin-xml": "^3.2.2",
|
2026-03-24 06:12:03 +08:00
|
|
|
"@salesforce/eslint-config-lwc": "^4.1.0",
|
|
|
|
|
"@salesforce/eslint-plugin-aura": "^3.0.0",
|
|
|
|
|
"@salesforce/eslint-plugin-lightning": "^2.0.0",
|
2026-03-03 04:24:11 +08:00
|
|
|
"@salesforce/sfdx-lwc-jest": "^7.0.1",
|
2026-03-24 06:12:03 +08:00
|
|
|
"eslint": "^9.39.0",
|
2026-03-03 04:24:11 +08:00
|
|
|
"eslint-plugin-import": "^2.25.4",
|
|
|
|
|
"eslint-plugin-jest": "^28.8.1",
|
|
|
|
|
"husky": "^9.1.5",
|
|
|
|
|
"lint-staged": "^15.1.0",
|
|
|
|
|
"prettier": "^3.1.0",
|
|
|
|
|
"prettier-plugin-apex": "^2.0.1"
|
|
|
|
|
}
|
|
|
|
|
}
|