-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 930 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
{
"name": "bigomega",
"private": true,
"description": "This is a personal blog website by Prashant Acharya",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "env-cmd .env gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve"
},
"dependencies": {
"env-cmd": "^8.0.2",
"gatsby": "^2.3.31",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-google-analytics": "^2.0.20",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.0.35",
"gatsby-remark-images": "^3.0.11",
"gatsby-remark-prismjs": "^3.2.8",
"gatsby-remark-relative-images": "^0.2.2",
"gatsby-source-filesystem": "^2.0.32",
"gatsby-transformer-remark": "^2.3.12",
"prismjs": "^1.16.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1"
}
}