-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
32 lines (32 loc) · 1003 Bytes
/
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
{
"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.48.2",
"@types/node": "^22.9.0",
"concurrently": "^9.1.0",
"eslint-plugin-n": "^17.12.0",
"gts": "^6.0.2",
"openapi-typescript": "7.4.2",
"prettier": "3.3.3",
"quicktype": "23.0.170",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1"
},
"resolutions_comments": {
"gts": "Can unpin once GTS bumps its version of eslint-plugin-n to a version that supports eslint v9"
},
"resolutions": {
"gts/**/eslint-plugin-n": "17.9.0"
}
}