-
Notifications
You must be signed in to change notification settings - Fork 198
/
package.json
129 lines (129 loc) · 4.06 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "hypothesis",
"version": "1.0.0-dummy-version",
"description": "Annotate with anyone, anywhere.",
"license": "BSD-2-Clause",
"homepage": "https://hypothes.is",
"bugs": "https://github.com/hypothesis/client/issues",
"repository": "hypothesis/client",
"type": "module",
"devDependencies": {
"@aws-sdk/client-s3": "^3.504.0",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.16.7",
"@hypothesis/frontend-build": "^3.0.0",
"@hypothesis/frontend-shared": "^8.7.0",
"@hypothesis/frontend-testing": "^1.2.0",
"@npmcli/arborist": "^8.0.0",
"@octokit/rest": "^21.0.0",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-virtual": "^3.0.0",
"@sentry/browser": "^8.2.1",
"@sentry/cli": "^2.0.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/chai": "^5.0.0",
"@types/dompurify": "^3.0.0",
"@types/escape-html": "^1.0.1",
"@types/hammerjs": "^2.0.41",
"@types/katex": "^0.16.0",
"@types/retry": "^0.12.1",
"@types/scroll-into-view": "^1.16.0",
"@types/shallowequal": "^1.1.1",
"@types/showdown": "^2.0.0",
"@types/sinon": "^17.0.3",
"approx-string-match": "^2.0.0",
"autoprefixer": "^10.0.1",
"axe-core": "^4.0.0",
"babel-plugin-inject-args": "^1.0.0",
"babel-plugin-istanbul": "^7.0.0",
"babel-plugin-mockable-imports": "^2.0.1",
"babel-plugin-transform-async-to-promises": "^0.8.6",
"chai": "^5.0.0",
"chance": "^1.0.13",
"classnames": "^2.2.4",
"commander": "^12.0.0",
"cross-env": "^7.0.0",
"diff": "^7.0.0",
"dompurify": "^3.0.0",
"enzyme": "^3.8.0",
"enzyme-adapter-preact-pure": "^4.0.1",
"escape-html": "^1.0.3",
"escape-string-regexp": "^4.0.0",
"eslint": "^9.12.0",
"eslint-config-hypothesis": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"express": "^5.0.1",
"fancy-log": "^2.0.0",
"fetch-mock": "11",
"focus-visible": "^5.0.0",
"globals": "^15.11.0",
"gulp": "^5.0.0",
"gulp-changed": "^5.0.1",
"hammerjs": "^2.0.4",
"karma": "^6.0.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.2",
"karma-mocha": "^2.0.0",
"karma-mocha-reporter": "^2.0.4",
"karma-source-map-support": "^1.4.0",
"katex": "^0.16.0",
"lodash.debounce": "^4.0.3",
"mocha": "10.8.2",
"mustache": "^4.0.1",
"mustache-express": "^1.3.2",
"npm-packlist": "^9.0.0",
"postcss": "^8.0.3",
"preact": "^10.4.0",
"preact-render-to-string": "^6.4.0",
"prettier": "3.3.3",
"redux": "^5.0.0",
"redux-thunk": "^3.1.0",
"reselect": "^5.0.1",
"retry": "^0.13.1",
"rollup": "^4.0.2",
"rollup-plugin-string": "^3.0.0",
"sass": "^1.23.0",
"scroll-into-view": "^1.8.2",
"shallowequal": "^1.1.0",
"showdown": "^2.0.0",
"sinon": "^19.0.2",
"tailwindcss": "^3.0.2",
"tiny-emitter": "^2.0.2",
"typescript": "^5.0.2",
"typescript-eslint": "^8.10.0",
"wrap-text": "^1.0.7"
},
"browserslist": "chrome 92, firefox 90, safari 14.1",
"prettier": {
"arrowParens": "avoid",
"singleQuote": true,
"importOrder": [
"^[./]"
],
"importOrderSeparation": true,
"plugins": [
"@trivago/prettier-plugin-sort-imports"
]
},
"main": "./build/boot.js",
"scripts": {
"build": "cross-env NODE_ENV=production gulp build",
"lint": "eslint --cache .",
"checkformatting": "prettier --cache --check '**/*.{js,scss,ts,tsx,d.ts}'",
"format": "prettier --cache --list-different --write '**/*.{js,scss,ts,tsx,d.ts}'",
"test": "gulp test",
"test:watch": "gulp test --live",
"typecheck": "tsc --build tsconfig.json"
},
"packageManager": "[email protected]"
}