forked from tsalb/lwc-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "lwc-utils",
"version": "1.8.0",
"scripts": {
"eslint:validate": "eslint **/lwc/**/*.js",
"prettier:validate": "prettier --check '**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}'",
"prettier:fix": "prettier --write '**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}'",
"reinstall": "npm ci"
},
"author": "tsalb",
"license": "BSD 3",
"repository": {
"type": "git",
"url": "git+https://github.com/tsalb/lwc-utils"
},
"keywords": [
"lwc",
"lwc-utils",
"salesforce",
"util",
"datatable",
"lightning"
],
"bugs": {
"url": "https://github.com/tsalb/lwc-utils/issues"
},
"homepage": "https://github.com/tsalb/lwc-utils#readme",
"devDependencies": {
"@lwc/eslint-plugin-lwc": "^1.0.1",
"@prettier/plugin-xml": "^0.13.1",
"@sa11y/jest": "^0.3.1",
"@salesforce/eslint-config-lwc": "^2.0.0",
"@salesforce/eslint-plugin-aura": "^2.0.0",
"@salesforce/eslint-plugin-lightning": "^0.1.1",
"@salesforce/sfdx-lwc-jest": "^0.10.4",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^23.8.2",
"husky": "^5.2.0",
"jest-canvas-mock": "^2.3.1",
"prettier": "^2.3.2",
"prettier-plugin-apex": "^1.10.0",
"rimraf": "^3.0.2"
}
}