-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
39
40
41
42
43
44
45
46
47
{
"name": "personal-website",
"version": "1.0.0",
"private": true,
"description": "personal-website",
"author": "Yuji Oshiro",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"prestart": "nvm use"
},
"dependencies": {
"@babel/types": "^7.21.3",
"@mdx-js/react": "^2.3.0",
"@picocss/pico": "^1.5.7",
"babel-plugin-lodash": "^3.3.4",
"dotenv": "^16.0.3",
"dotenv-webpack": "^8.0.1",
"engine.io": "^6.4.2",
"gatsby": "^5.11.0",
"gatsby-plugin-google-gtag": "^5.8.0",
"gatsby-plugin-image": "^3.8.0",
"gatsby-plugin-manifest": "^5.8.0",
"gatsby-plugin-mdx": "^5.8.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-sharp": "^5.8.0",
"gatsby-plugin-sitemap": "^6.8.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-transformer-remark": "^6.8.0",
"gatsby-transformer-sharp": "^5.8.0",
"net": "^1.0.2",
"node-fetch": "^2.6.9",
"os-browserify": "^0.3.0",
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"url": "^0.11.0",
"webpack": "^5.76.3"
}
}