-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·40 lines (40 loc) · 1.06 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
{
"name": "young-jun-joo-s-blog",
"version": "1.0.0",
"private": true,
"description": "young-jun-joo-s-blog",
"author": "youngjun827",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"axios": "^0.27.2",
"bulma": "^0.9.4",
"dotenv": "^16.0.1",
"gatsby": "^4.17.2",
"gatsby-plugin-feed": "^4.18.0",
"gatsby-plugin-google-analytics": "^4.19.0",
"gatsby-plugin-google-gtag": "^4.19.0",
"gatsby-plugin-manifest": "^4.18.0",
"gatsby-plugin-offline": "^5.18.0",
"gatsby-plugin-react-helmet": "^5.18.0",
"gatsby-plugin-sass": "^5.17.0",
"gatsby-plugin-sitemap": "^5.18.0",
"gatsby-remark-prismjs": "^6.18.0",
"gatsby-source-filesystem": "^4.18.0",
"gatsby-transformer-remark": "^5.18.0",
"js-search": "^2.0.0",
"prismjs": "^1.28.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"sass": "^1.53.0"
}
}