-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 784 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 784 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
{
"name": "yinm_website",
"description": "created_with_Gatsby",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"gatsby": "^1.9.250",
"gatsby-link": "^1.6.40",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-feed": "^1.3.25",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-netlify": "^1.0.21",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-remark-embed-video": "^3.0.10",
"gatsby-remark-prismjs": "^2.0.4",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-remark": "^1.7.44",
"normalize.css": "^8.0.0",
"prism-solarized-dark": "^1.0.1",
"prismjs": "^1.21.0",
"react-helmet": "^5.2.0"
}
}