-
Notifications
You must be signed in to change notification settings - Fork 546
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 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
{
"name": "opensource.microsoft.com",
"homepage": "https://opensource.microsoft.com",
"browserslist": "last 2 versions",
"version": "2.0.1",
"license": "MIT",
"repository": "github:microsoft/opensource.microsoft.com",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"audit": "npm audit --audit-level=high",
"security-check": "npm audit"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@types/node": "^22.13.4",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"eslint": "^9.18.0",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.6",
"sass": "^1.83.4",
"typescript": "^5.7.3"
},
"dependencies": {
"@primer/css": "^22.1.0",
"@primer/octicons-react": "^19.21.1",
"@primer/primitives": "^11.3.2",
"@primer/view-components": "^0.48.0",
"@tanstack/react-query": "^5.90.16",
"axios": "^1.7.9",
"date-fns": "^4.1.0",
"gray-matter": "^4.0.3",
"next": "^14.2.19",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}