forked from GoogleChrome/webstatus.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 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
{
"name": "webstatus.dev",
"version": "1.0.0",
"description": "webstatus.dev is a tool to monitor and track the status of all Web Platform features across dimensions that are related to availability across browsers, and adoption and usage by web developers.",
"main": "index.js",
"type": "module",
"scripts": {},
"author": "",
"license": "Apache-2.0",
"workspaces": [
"frontend",
"lib/gen/openapi/ts-webstatus.dev-backend-types"
],
"devDependencies": {
"@playwright/test": "^1.49.1",
"@types/node": "^22.9.0",
"concurrently": "^9.1.2",
"eslint-plugin-n": "^17.15.1",
"gts": "^6.0.2",
"openapi-typescript": "7.5.1",
"prettier": "3.4.2",
"quicktype": "23.0.170",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1"
},
"overrides": {
"@humanwhocodes/config-array": "@eslint/config-array",
"@humanwhocodes/object-schema": "@eslint/object-schema",
"rimraf": "^6.0.0",
"glob": "^11.0.0",
"eslint": "^9.17.0",
"whatwg-url": "^14.1.0",
"uri-js": "uri-js-replace"
},
"vaadin": {
"disableUsageStatistics": true
}
}