-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 997 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
33
34
35
{
"name": "github-user-search",
"version": "1.0.0",
"private": true,
"description": "github-user-search",
"author": "AJ",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "npm run clean && gatsby develop",
"start": "gatsby develop",
"build": "npm run clean && gatsby build",
"serve": "gatsby serve",
"deploy": "npm run clean && gatsby build --prefix-paths && gh-pages -d public",
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/css": "^11.10.0",
"@fontsource/space-mono": "^4.5.10",
"bootstrap": "^5.2.1",
"gatsby": "^4.22.1",
"gatsby-plugin-emotion": "^7.24.0",
"gatsby-plugin-image": "^2.22.0",
"gatsby-plugin-sharp": "^4.22.0",
"gatsby-source-filesystem": "^4.22.0",
"gatsby-source-github-api": "^1.0.0",
"gatsby-transformer-sharp": "^4.22.0",
"gh-pages": "^4.0.0",
"react": "^18.1.0",
"react-bootstrap": "^2.5.0",
"react-dom": "^18.1.0",
"typeface-space-mono": "^1.1.13"
}
}