-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.63 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.63 KB
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
80
81
82
83
{
"name": "borisburkov.net",
"private": true,
"description": "Personal blog of Boris Burkov",
"version": "4.3.0",
"author": "Boris A. Burkov <vasjaforutube@gmail.com>",
"bugs": {
"url": "https://github.com/BurkovBA/BurkovBA.github.io/issues"
},
"dependencies": {
"babel-eslint": "^10.1.0",
"gatsby": "^5.14.0",
"gatsby-plugin-disqus": "^1.2.6",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-ffmpeg": "^0.6.4",
"gatsby-plugin-google-gtag": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-sass": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-styled-components": "^6.14.0",
"gatsby-plugin-typography": "^5.14.0",
"gatsby-remark-copy-linked-files": "^6.14.0",
"gatsby-remark-embed-gist": "^1.2.1",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-katex": "^7.14.0",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-remark-responsive-iframe": "^6.14.0",
"gatsby-remark-smartypants": "^6.14.0",
"gatsby-remark-video": "^1.2.5",
"gatsby-remark-videos": "0.5.4",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-ffmpeg": "0.5.5",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"lodash": "^4.17.11",
"postcss": "^8.4.49",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^5.4.0",
"react-typography": "^0.16.23",
"sass": "^1.82.0",
"styled-components": "^6.1.13",
"typeface-merriweather": "^1.1.13",
"typeface-montserrat": "^1.1.13",
"typescript": "^5.7.2",
"typography": "^0.16.24",
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"node-sass": "^9.0.0",
"prettier": "^3.4.2"
},
"overrides": {
"react-server-dom-webpack@0.0.0-experimental-c8b778b7f-20220825": {
"react": "^18.3.1"
}
},
"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\""
}
}