forked from golang/pkgsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.46 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": "pkgsite",
"license": "BSD-3-Clause",
"repository": {
"url": "https://go.googlesource.com/pkgsite"
},
"private": true,
"scripts": {
"license-check": "jsgl --local .",
"lint": "run-s --continue-on-error \"lint:* -- {1}\" -- ",
"lint:css": "stylelint **/*.css",
"lint:ts": "eslint . --ext .ts",
"test": "run-s --continue-on-error test:*",
"test:typecheck": "tsc --noEmit",
"test:jest": "jest --config devtools/config/jest.config.js content",
"test:jest:e2e": "jest --config devtools/config/jest.config.js e2e",
"test-ci": "run-s --continue-on-error lint:* test:**"
},
"dependencies": {
"@types/jest": "26.0.16",
"@types/jest-image-snapshot": "4.1.3",
"@types/puppeteer": "5.4.0",
"@typescript-eslint/eslint-plugin": "4.5.0",
"@typescript-eslint/parser": "4.5.0",
"eslint": "7.12.0",
"eslint-config-prettier": "6.14.0",
"eslint-plugin-jest": "24.1.3",
"eslint-plugin-prettier": "3.3.0",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"jest-image-snapshot": "4.2.0",
"js-green-licenses": "2.0.1",
"npm-run-all": "4.1.5",
"postcss": "8.2.3",
"prettier": "2.1.2",
"puppeteer": "5.5.0",
"stylelint": "13.8.0",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-standard": "20.0.0",
"stylelint-order": "4.1.0",
"stylelint-prettier": "1.1.2",
"ts-jest": "26.4.4",
"typescript": "4.0.3"
}
}