forked from golang/pkgsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.39 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
47
{
"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 static/**/*.css",
"lint:ts": "eslint static --ext .ts",
"test": "run-s --continue-on-error test:*",
"test:typecheck": "tsc --noEmit",
"test:unit": "jest static",
"e2e": "jest e2e"
},
"dependencies": {
"@types/jest": "26.0.16",
"@types/jest-image-snapshot": "4.1.3",
"@types/marked": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "6.14.0",
"eslint-plugin-jest": "25.2.2",
"eslint-plugin-prettier": "3.3.0",
"jest": "^27.3.1",
"jest-circus": "^27.3.1",
"jest-environment-node": "^27.3.1",
"jest-image-snapshot": "4.2.0",
"js-green-licenses": "2.0.1",
"marked": "2.0.3",
"npm-run-all": "4.1.5",
"postcss": "^8.3.2",
"prettier": "2.1.2",
"puppeteer": "10.1.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": "^27.0.7",
"typescript": "4.0.3"
}
}