-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 850 Bytes
/
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
{
"name": "pavlokochubei.com",
"description": "Personal website of Pavlo Kochubei",
"version": "0.0.1",
"author": "Pavlo Kochubei <pavlo.kochubei@gmail.com>",
"dependencies": {
"gatsby": "^1.9.73",
"gatsby-link": "^2.0.5",
"gatsby-plugin-google-analytics": "^1.0.14",
"gatsby-plugin-hotjar": "1.1.1",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-react-next": "^1.0.6",
"gatsby-plugin-yandex-metrika": "^1.2.1"
},
"keywords": [
"gatsby",
"react",
"ed.tech"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^2.3.2"
}
}