-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.14 KB
/
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
36
37
38
{
"name": "light7734",
"version": "1.0.0",
"private": true,
"description": "light7734's homepage",
"author": "Light3039",
"keywords": [
"gatsby"
],
"scripts": {
"deploy": "gatsby build --prefix-paths && gh-pages -d public repo",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@mdx-js/react": "^2.1.3",
"@types/node": "^17.0.33",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"gatsby": "^5.6.1",
"gatsby-plugin-image": "^3.6.0",
"gatsby-plugin-manifest": "^5.6.0",
"gatsby-plugin-mdx": "^5.6.0",
"gatsby-plugin-sass": "^6.6.0",
"gatsby-plugin-sharp": "^5.6.0",
"gatsby-source-filesystem": "^5.6.0",
"gatsby-source-github-api": "^1.0.0",
"gatsby-transformer-remark": "^6.6.0",
"gatsby-transformer-sharp": "^5.6.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"sass": "^1.51.0",
"typescript": "^4.6.4"
}
}