-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 loc) · 1.42 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
{
"name": "timo-becker-website",
"description": "Timo Becker Website",
"version": "1.0.0",
"author": "Timur Celikel",
"dependencies": {
"classnames": "^2.2.6",
"file-loader": "^6.2.0",
"gatsby": "^4.6.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-less": "^6.6.0",
"gatsby-plugin-matomo": "^0.11.0",
"gatsby-plugin-react-helmet": "^5.6.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-remark-copy-linked-files": "^5.6.0",
"gatsby-remark-line-breaks": "^1.0.0",
"gatsby-source-contentful": "^7.4.0",
"gatsby-source-filesystem": "^4.6.0",
"gatsby-transformer-remark": "^5.6.0",
"gatsby-transformer-sharp": "^4.6.0",
"less": "^4.1.2",
"object-assign": "^4.1.1",
"paper": "^0.12.11",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
},
"keywords": [
"gatsby"
],
"license": "see LICENCE file",
"main": "n/a",
"scripts": {
"start": "gatsby develop",
"serve": "gatsby serve",
"build": "gatsby build",
"clean": "gatsby clean",
"deploy": "rsync -avzc --del public/ [email protected]:/var/www/virtual/timo/timobecker.com",
"deployTest": "rsync -avzc --del public/ [email protected]:/var/www/virtual/timo/test.timobecker.com",
"deployLocal": "rsync -avzc --del public/ /var/www/virtual/timo/timobecker.com/",
"deployLocalTest": "rsync -avzc --del public/ /var/www/virtual/timo/test.timobecker.com/"
}
}