forked from jdseibert/Cumulus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 881 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"devDependencies": {
"@lwc/eslint-plugin-lwc": "^1.1.1",
"@sa11y/jest": "^3.1.0",
"@salesforce/eslint-config-lwc": "^3.2.1",
"@salesforce/eslint-plugin-lightning": "^1.0.0",
"@salesforce/sfdx-lwc-jest": "^1.0.1",
"eslint": "^8.7.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.0.0",
"jest": "^27.4.3",
"prettier": "2.5.1"
},
"resolutions": {
"js-yaml": "^3.13.1",
"node-notifier": "^8.0.1",
"axios": "^0.21.1"
},
"scripts": {
"test:unit": "lwc-jest --skipApiVersionCheck",
"test:unit:watch": "lwc-jest --watch --skipApiVersionCheck",
"test:unit:debug": "lwc-jest --debug --skipApiVersionCheck",
"test:unit:a11y": "SA11Y_AUTO=1 SA11Y_CLEANUP=1 lwc-jest --skipApiVersionCheck",
"lint:lwc": "eslint force-app/main/default/lwc"
},
"dependencies": {
"js-yaml": "^4.0.0"
}
}