-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 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
{
"name": "cps-gatsby-website",
"description": "CPS website",
"version": "1.0.0",
"author": "Janis Lesinskis <janis@scrygroup.com>",
"dependencies": {
"axios": "^0.19.0",
"gatsby": "^2.17.4",
"gatsby-image": "^2.2.29",
"gatsby-link": "^2.2.22",
"gatsby-plugin-favicon": "3.1.6",
"gatsby-plugin-feed": "^2.3.19",
"gatsby-plugin-matomo": "^0.7.2",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sass": "^2.1.20",
"gatsby-plugin-sharp": "2.4.9",
"gatsby-plugin-sitemap": "^2.2.19",
"gatsby-remark-autolink-headers": "^2.1.22",
"gatsby-remark-images": "^3.1.28",
"gatsby-remark-katex": "^3.1.15",
"gatsby-remark-prismjs": "^3.3.20",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-json": "^2.2.15",
"gatsby-transformer-remark": "^2.6.30",
"gatsby-transformer-sharp": "^2.4.3",
"katex": "^0.11.1",
"lodash-webpack-plugin": "^0.11.4",
"node-sass": "^4.13.0",
"prismjs": "^1.17.1",
"react": "^16.13.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"react-social-icons": "^4.1.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.18.2"
},
"private": true
}