-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 888 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
32
33
34
35
{
"name": "moose",
"version": "1.0.0",
"private": true,
"description": "moose",
"author": "Musango",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "yarn install-plugin && gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"install-plugin": "cd ./plugins/gatsby-source-blogger && yarn"
},
"dependencies": {
"babel-plugin-styled-components": "^2.0.2",
"cheerio": "^1.0.0-rc.10",
"dotenv": "^14.2.0",
"gatsby": "^4.5.4",
"gatsby-plugin-manifest": "^4.5.2",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-styled-components": "^5.5.0",
"prop-types": "^15.8.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"prettier": "^2.7.1"
}
}