-
Notifications
You must be signed in to change notification settings - Fork 524
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.25 KB
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
{
"name": "opensource.microsoft.com",
"homepage": "https://opensource.microsoft.com",
"browserslist": "last 2 versions",
"version": "2.0.0",
"license": "MIT",
"repository": "github:microsoft/opensource.microsoft.com",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"a11y": "playwright test --config=playwright.a11y.config.ts",
"a11y:install": "playwright install chromium"
},
"ignoredFormerDependencies": {
"autoprefixer": "10.4.21"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.1",
"@eslint/eslintrc": "^3",
"@playwright/test": "^1.58.2",
"@types/node": "25.3.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "9.39.2",
"eslint-config-next": "16.1.6",
"postcss": "8.5.8",
"sass": "1.97.3",
"serve": "^14.2.6",
"typescript": "5.9.3"
},
"dependencies": {
"@primer/css": "22.1.0",
"@primer/octicons-react": "19.22.0",
"@primer/primitives": "11.5.1",
"@primer/view-components": "0.51.1",
"@tanstack/react-query": "5.90.21",
"axios": "1.13.6",
"date-fns": "^4.1.0",
"gray-matter": "^4.0.3",
"next": "16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4"
}
}