forked from panzerdp/dmitripavlutin.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.5 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
80
81
82
{
"name": "dmitri-pavlutin-blog",
"description": "Dmitri Pavlutin Blog",
"version": "1.0.0",
"author": "Dmitri Pavlutin <dmitripavlutin@gmail.com>",
"bugs": {
"url": "https://github.com/panzerdp/dmitripavlutin.com/issues"
},
"dependencies": {
"@rogovdm/gatsby-source-mailchimp": "1.0.16",
"@types/classnames": "2.3.1",
"@types/react": "17.0.34",
"@types/react-helmet": "6.1.4",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"classnames": "2.3.1",
"eslint": "7.32.0",
"eslint-plugin-react": "7.26.1",
"gatsby": "3.14.5",
"gatsby-cli": "3.14.2",
"gatsby-link": "3.14.0",
"gatsby-plugin-feed": "3.14.0",
"gatsby-plugin-google-analytics": "3.14.0",
"gatsby-plugin-graphql-codegen": "3.1.0",
"gatsby-plugin-image": "1.14.2",
"gatsby-plugin-minify-classnames": "0.3.1",
"gatsby-plugin-react-helmet": "4.14.0",
"gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-sass": "4.14.0",
"gatsby-plugin-sharp": "3.14.3",
"gatsby-plugin-sitemap": "4.10.0",
"gatsby-plugin-typescript": "3.14.0",
"gatsby-plugin-webpack-size": "2.0.1",
"gatsby-remark-autolink-headers": "4.11.0",
"gatsby-remark-code-repls": "5.11.0",
"gatsby-remark-copy-linked-files": "4.11.0",
"gatsby-remark-images": "5.11.0",
"gatsby-remark-responsive-iframe": "4.11.0",
"gatsby-remark-shiki-twoslash": "3.0.30",
"gatsby-source-filesystem": "3.14.0",
"gatsby-transformer-remark": "4.11.0",
"gatsby-transformer-sharp": "3.14.0",
"graphql": "15.7.2",
"js-yaml": "4.1.0",
"normalize.css": "8.0.1",
"path-to-regexp": "6.2.0",
"prismjs": "1.25.0",
"query-string": "7.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-media": "1.10.0",
"sass": "1.43.4",
"typescript": "4.4.4"
},
"devDependencies": {
"babel-preset-gatsby": "1.14.0"
},
"homepage": "https://github.com/panzerdp/dmitripavlutin.com/",
"keywords": [
"javascript",
"react",
"gatsby"
],
"license": "CC-BY-4.0",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/panzerdp/dmitripavlutin.com.git"
},
"scripts": {
"dev": "gatsby develop --port 3000",
"lint": "eslint 'src/**/*.ts?(x)'",
"lint:fix": "npm run lint -- --fix",
"build": "gatsby build",
"type:check": "tsc -p tsconfig.json --noEmit"
},
"resolutions": {
"gatsby-react-router-scroll": "3.0.3",
"graphql": "15.7.2"
}
}