-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 707 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 707 Bytes
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
{
"name": "seeking-maintainers",
"version": "1.0.0",
"private": true,
"description": "seeking-maintainers",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"gatsby": "5.16.1",
"gatsby-source-filesystem": "5.16.0",
"gatsby-source-github-api": "1.0.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "25.3.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"dotenv": "17.3.1",
"typescript": "5.9.3"
}
}