-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.55 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "borisburkov.net",
"private": true,
"description": "Personal blog of Boris Burkov",
"version": "4.2.0",
"author": "Boris A. Burkov <[email protected]>",
"bugs": {
"url": "https://github.com/BurkovBA/BurkovBA.github.io/issues"
},
"dependencies": {
"@burkov/gatsby-remark-videos": "^0.5.1-next.1",
"babel-eslint": "^10.1.0",
"gatsby": "^4.13.1",
"gatsby-plugin-disqus": "^1.2.4",
"gatsby-plugin-feed": "^4.13.0",
"gatsby-plugin-ffmpeg": "^0.5.0",
"gatsby-plugin-google-gtag": "^4.13.0",
"gatsby-plugin-image": "^2.13.0",
"gatsby-plugin-manifest": "^4.13.0",
"gatsby-plugin-offline": "^5.13.0",
"gatsby-plugin-react-helmet": "^5.13.0",
"gatsby-plugin-sass": "^5.13.0",
"gatsby-plugin-sharp": "^4.13.0",
"gatsby-plugin-sitemap": "^5.13.0",
"gatsby-plugin-styled-components": "^5.13.0",
"gatsby-plugin-typography": "^4.13.0",
"gatsby-remark-copy-linked-files": "^5.13.0",
"gatsby-remark-embed-gist": "^1.2.1",
"gatsby-remark-images": "^6.13.0",
"gatsby-remark-katex": "^6.13.0",
"gatsby-remark-prismjs": "^6.13.0",
"gatsby-remark-responsive-iframe": "^5.13.0",
"gatsby-remark-smartypants": "^5.13.0",
"gatsby-remark-video": "^1.2.5",
"gatsby-remark-videos": "0.5.1",
"gatsby-source-filesystem": "^4.13.0",
"gatsby-transformer-ffmpeg": "0.5.1",
"gatsby-transformer-remark": "^5.13.0",
"gatsby-transformer-sharp": "^4.13.0",
"lodash": "^4.17.11",
"postcss": "^8.2.14",
"prismjs": "^1.28.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-icons": "^3.7.0",
"react-typography": "^0.16.19",
"sass": "^1.51.0",
"styled-components": "^5.3.5",
"typeface-merriweather": "^1.1.13",
"typeface-montserrat": "^1.1.13",
"typescript": "^4.6.4",
"typography": "^0.16.19",
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"node-sass": "^7.0.1",
"prettier": "^1.18.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "https://github.com/BurkovBA/BurkovBA.github.io#readme"
},
"scripts": {
"build": "gatsby clean && gatsby build",
"clean": "gatsby clean",
"develop": "gatsby clean && gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve -H 0.0.0.0",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
}
}