-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "dharmanure",
"private": true,
"description": "Gatsby blog using Contentful",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "env-cmd -f .env gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^13.2.0",
"gatsby": "^2.8.2",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-sharp": "^2.1.3",
"gatsby-remark-images": "^3.0.14",
"gatsby-remark-relative-images": "^0.2.2",
"gatsby-source-contentful": "^2.0.69",
"gatsby-source-filesystem": "^2.0.39",
"gatsby-transformer-remark": "^2.3.12",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-icons": "^3.7.0"
},
"devDependencies": {
"env-cmd": "^9.0.3",
"prettier": "^1.17.1"
},
"repository": {
"type": "git",
"url": ""
}
}