-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.18 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
{
"name": "kk-website",
"private": true,
"description": "contains the sources of the kryptokrauts.com website",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"deploy": "gatsby build --prefix-paths"
},
"dependencies": {
"gatsby": "^2.23.3",
"gatsby-plugin-google-gtag": "^1.1.21",
"gatsby-plugin-twitter": "^2.3.4",
"gatsby-remark-autolink-headers": "^2.3.5",
"gatsby-remark-embed-video": "^2.0.1",
"gatsby-remark-graph": "^0.2.2",
"gatsby-source-filesystem": "^2.0.28",
"gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-yaml": "^2.1.12",
"qrcode.react": "^1.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"prettier": "^1.16.4"
},
"repository": {
"type": "git",
"url": "https://github.com/kryptokrauts/kk-website"
},
"bugs": {
"url": "https://github.com/kryptokrauts/kk-website/issues"
}
}