-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.37 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
{
"name": "the-mimesis",
"private": true,
"description": "A blog about literature, culture and arts",
"version": "0.1.0",
"author": "Kyrylo Troitsky <troickiykirill@gmail.com>",
"dependencies": {
"@fontsource/lora": "^4.5.2",
"@fontsource/spartan": "^4.5.2",
"classnames": "^2.3.1",
"dotenv": "^16.0.0",
"gatsby": "^4.16.0",
"gatsby-background-image": "^1.6.0",
"gatsby-plugin-gatsby-cloud": "^4.6.0",
"gatsby-plugin-image": "^2.6.0",
"gatsby-plugin-manifest": "^4.6.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-offline": "^5.6.0",
"gatsby-plugin-react-helmet": "^5.6.0",
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-robots-txt": "^1.7.0",
"gatsby-plugin-sass": "^5.6.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-plugin-sitemap": "^5.6.0",
"gatsby-plugin-typescript": "^4.6.0",
"gatsby-source-contentful": "^7.4.0",
"gatsby-source-filesystem": "^4.6.0",
"gatsby-transformer-sharp": "^4.6.0",
"gbimage-bridge": "^0.2.1",
"i18next": "^22.4.13",
"markdown-it": "^12.3.2",
"markdown-it-attrs": "^4.1.3",
"markdown-it-bracketed-spans": "^1.0.1",
"prop-types": "^15.8.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-i18next": "^12.2.0",
"sass": "^1.49.7"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-attrs": "^4.1.0",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"babel-eslint": "^10.1.0",
"eslint": "^8.7.0",
"eslint-config-react-app": "^7.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.28.0",
"eslint-webpack-plugin": "^3.1.1",
"gatsby-plugin-eslint": "^4.0.2",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}