forked from hypothesis/browser-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.87 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "hypothesis-browser-extension",
"version": "1.1118.0",
"private": true,
"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.19.3",
"@babel/preset-env": "^7.19.3",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@types/chrome": "^0.0.197",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-mockable-imports": "^2.0.1",
"chai": "^4.3.6",
"chrome-webstore-upload-cli": "^2.1.0",
"diff": "^5.1.0",
"eslint": "^8.24.0",
"eslint-config-hypothesis": "^2.6.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"git-describe": "^4.1.1",
"gulp": "^4.0.2",
"hypothesis": "^1.1118.0",
"is-equal-shallow": "^0.1.3",
"karma": "^6.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon": "^1.0.5",
"karma-source-map-support": "^1.4.0",
"mocha": "^10.0.0",
"mustache": "^4.2.0",
"prettier": "2.7.1",
"puppeteer": "^18.0.5",
"raven-js": "^3.27.2",
"rollup": "^2.79.1",
"sinon": "^14.0.0",
"typescript": "^4.8.4",
"web-ext": "^7.2.0"
},
"browserslist": "chrome 85, firefox 75",
"scripts": {
"test": "rollup -c rollup-tests.config.js && karma start tests/karma.config.js --single-run",
"typecheck": "tsc --build src/tsconfig.json"
},
"dependencies": {}
}