-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 956 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 956 Bytes
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
{
"dependencies": {
"bulma": "^1.0.4",
"dompurify": "^3.3.3",
"globals": "^17.4.0",
"js": "^0.1.0",
"linkify-element": "^4.3.2",
"linkify-plugin-ip": "^4.3.2",
"linkifyjs": "^4.3.2",
"qunit": "^2.25.0"
},
"devDependencies": {
"@eslint/css": "^1.0.0",
"ajv": "^8.18.0",
"eslint": "^10.0.3",
"eslint-plugin-no-unsanitized": "^4.1.5",
"eslint-plugin-security": "^4.0.0",
"eslint-plugin-sonarjs": "^4.0.2",
"eslint-plugin-xss": "^0.1.12",
"nyc": "^18.0.0",
"prettier": "^3.8.1",
"puppeteer": "^24.39.1",
"shx": "^0.4.0",
"ts-api-utils": "^2.4.0",
"wawoff2": "^2.0.1",
"web-ext": "^10.0.0"
},
"scripts": {
"font": "woff2_compress.js",
"test": "qunit test/index.html",
"test:coverage": "nyc npm test",
"coverage": "nyc report --reporter=text --reporter=html",
"coverage:check": "nyc check-coverage --lines 80 --functions 80 --branches 70"
}
}