-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.61 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "linflowers",
"private": true,
"description": "Corporate website for Linflowers built with Gatsby.js and Headless Wordpress",
"version": "1.0.0",
"author": "Pieter van Tuijl <info@codebirds.nl>",
"dependencies": {
"gatsby": "^2.32.8",
"gatsby-image": "^2.4.5",
"gatsby-plugin-google-tagmanager": "^3.10.0",
"gatsby-plugin-manifest": "^2.4.9",
"gatsby-plugin-react-helmet": "^3.3.2",
"gatsby-plugin-sass": "^2.3.4",
"gatsby-plugin-sharp": "^2.11.2",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-source-wordpress": "^3.3.11",
"gatsby-transformer-sharp": "^2.9.0",
"keen-slider": "^5.3.5",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"sass": "^1.26.8"
},
"devDependencies": {
"gh-pages": "^3.1.0",
"prettier": "2.0.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run dev",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"gh_pages": "gh-pages -d public",
"commit": "git add . && git commit -m",
"deploy_gh": "gatsby build && gh-pages -d public",
"deploy": "git push -q && curl -X POST https://rebuilds.codebirds-apiserver.nl/linflowers && exit"
},
"repository": {
"type": "git",
"url": "https://github.com/CodeBirds-NL/linflowers"
},
"bugs": {
"url": "https://github.com/CodeBirds-NL/linflowers/issues"
}
}