-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 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": "cps-gatsby-website",
"description": "CPS website",
"version": "1.0.0",
"author": "Janis Lesinskis <janis@customprogrammingsolutions.com>",
"dependencies": {
"axios": "^0.18.0",
"gatsby": "^1.9.277",
"gatsby-image": "^1.0.55",
"gatsby-link": "^1.6.39",
"gatsby-plugin-favicon": "2.1.1",
"gatsby-plugin-feed": "^1.3.25",
"gatsby-plugin-matomo": "^0.6.0",
"gatsby-plugin-react-helmet": "^2.0.8",
"gatsby-plugin-sass": "^1.0.26",
"gatsby-plugin-sharp": "^1.6.48",
"gatsby-plugin-sitemap": "^1.2.25",
"gatsby-remark-images": "^1.5.62",
"gatsby-remark-katex": "^1.0.14",
"gatsby-remark-prismjs": "^1.2.24",
"gatsby-source-filesystem": "^1.5.29",
"gatsby-transformer-json": "^1.0.16",
"gatsby-transformer-remark": "^1.7.39",
"gatsby-transformer-sharp": "^1.6.27",
"lodash-webpack-plugin": "^0.11.4",
"react-helmet": "^5.2.0",
"react-social-icons": "^3.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.11.1"
},
"private": true
}