blob: 5eb4e9b7bee16b1557e6cd6aa2fe1cf6a0136da2 [file] [log] [blame]
Jamal Carvalho45a7b222020-12-04 13:53:21 -05001{
2 "name": "pkgsite",
3 "license": "BSD-3-Clause",
4 "repository": {
5 "url": "https://go.googlesource.com/pkgsite"
6 },
7 "private": true,
8 "scripts": {
Jamal Carvalho255da272020-12-28 19:17:33 -05009 "license-check": "jsgl --local .",
Jamal Carvalho61c3f062021-02-16 13:15:18 -050010 "lint": "run-s --continue-on-error \"lint:* -- {1}\" -- ",
11 "lint:css": "stylelint **/*.css",
12 "lint:ts": "eslint . --ext .ts",
Jamal Carvalhofbf81b02021-03-01 15:01:14 -050013 "test": "run-s --continue-on-error test:*",
Jamal Carvalho61c3f062021-02-16 13:15:18 -050014 "test:typecheck": "tsc --noEmit",
Jamal Carvalho594a8c62021-04-16 16:25:51 -040015 "test:unit": "jest content",
16 "e2e": "jest e2e"
Jamal Carvalho45a7b222020-12-04 13:53:21 -050017 },
18 "dependencies": {
Jamal Carvalho255da272020-12-28 19:17:33 -050019 "@types/jest": "26.0.16",
20 "@types/jest-image-snapshot": "4.1.3",
Jamal Carvalho124ba7c2021-05-17 17:13:07 -040021 "@types/marked": "^2.0.2",
Jamal Carvalho255da272020-12-28 19:17:33 -050022 "@types/puppeteer": "5.4.0",
Jamal Carvalhof1cd9d82020-12-28 18:05:05 -050023 "@typescript-eslint/eslint-plugin": "4.5.0",
24 "@typescript-eslint/parser": "4.5.0",
25 "eslint": "7.12.0",
26 "eslint-config-prettier": "6.14.0",
Jamal Carvalho255da272020-12-28 19:17:33 -050027 "eslint-plugin-jest": "24.1.3",
28 "eslint-plugin-prettier": "3.3.0",
29 "jest": "26.6.3",
Jamal Carvalho2577ce42021-03-24 17:32:39 -040030 "jest-circus": "26.6.3",
Jamal Carvalho255da272020-12-28 19:17:33 -050031 "jest-image-snapshot": "4.2.0",
32 "js-green-licenses": "2.0.1",
Jamal Carvalho124ba7c2021-05-17 17:13:07 -040033 "marked": "2.0.3",
Jamal Carvalhof1cd9d82020-12-28 18:05:05 -050034 "npm-run-all": "4.1.5",
Jamal Carvalho61c3f062021-02-16 13:15:18 -050035 "postcss": "8.2.3",
Jamal Carvalhof1cd9d82020-12-28 18:05:05 -050036 "prettier": "2.1.2",
Jamal Carvalho255da272020-12-28 19:17:33 -050037 "puppeteer": "5.5.0",
Jamal Carvalhof1cd9d82020-12-28 18:05:05 -050038 "stylelint": "13.8.0",
39 "stylelint-config-prettier": "8.0.2",
40 "stylelint-config-recommended": "3.0.0",
Jamal Carvalho61c3f062021-02-16 13:15:18 -050041 "stylelint-config-standard": "20.0.0",
42 "stylelint-order": "4.1.0",
Jamal Carvalhof1cd9d82020-12-28 18:05:05 -050043 "stylelint-prettier": "1.1.2",
Jamal Carvalho255da272020-12-28 19:17:33 -050044 "ts-jest": "26.4.4",
Jamal Carvalho124ba7c2021-05-17 17:13:07 -040045 "typescript": "4.0.3"
Jamal Carvalho45a7b222020-12-04 13:53:21 -050046 }
47}