-
Notifications
You must be signed in to change notification settings - Fork 139
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.81 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.81 KB
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
48
49
50
51
52
53
54
55
56
57
{
"name": "hypothesis-browser-extension",
"version": "1.1760.0",
"private": true,
"type": "module",
"description": "Annotate with anyone, anywhere.",
"license": "BSD-2-Clause",
"homepage": "https://hypothes.is",
"bugs": "https://github.com/hypothesis/browser-extension/issues",
"repository": "hypothesis/browser-extension",
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@hypothesis/frontend-build": "^5.1.0",
"@hypothesis/frontend-testing": "^1.8.0",
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-babel": "^6.1.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-multi-entry": "^7.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"@types/chrome": "^0.1.42",
"@vitest/browser": "^4.1.7",
"@vitest/browser-playwright": "^4.1.7",
"@vitest/coverage-istanbul": "^4.1.7",
"@vitest/eslint-plugin": "^1.6.17",
"babel-plugin-istanbul": "^7.0.1",
"babel-plugin-mockable-imports": "^2.0.1",
"chai": "^6.2.2",
"chrome-webstore-upload-cli": "^3.5.0",
"eslint": "^9.39.1",
"eslint-config-hypothesis": "^3.3.1",
"git-describe": "^4.1.1",
"globals": "^16.5.0",
"gulp": "^5.0.1",
"hypothesis": "^1.1760.0",
"is-equal-shallow": "^0.1.3",
"mustache": "^4.2.0",
"playwright": "^1.57.0",
"prettier": "3.7.4",
"rollup": "^4.59.0",
"sinon": "^22.0.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1",
"vitest": "^4.1.7",
"web-ext": "^9.2.0"
},
"browserslist": "chrome 85, firefox 75",
"scripts": {
"lint": "eslint --cache .",
"test": "gulp test",
"typecheck": "tsc --build src/tsconfig.json"
},
"packageManager": "yarn@3.6.1"
}