forked from microsoft/opensource.microsoft.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"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"
},
"ignoredFormerDependencies": {
"autoprefixer": "10.4.21"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "22.15.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "9.25.1",
"eslint-config-next": "15.3.1",
"postcss": "8.5.3",
"sass": "1.87.0",
"typescript": "5.8.3"
},
"dependencies": {
"@primer/css": "21.5.1",
"@primer/octicons-react": "19.15.1",
"@primer/primitives": "10.5.0",
"@primer/view-components": "0.42.0",
"@tanstack/react-query": "5.74.11",
"axios": "1.9.0",
"date-fns": "^4.1.0",
"gray-matter": "^4.0.3",
"next": "15.3.1",
"react": "^19.0.0",
"react-dom": "^19.1.0"
}
}