-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.38 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
{
"private": true,
"name": "witoszek-dev",
"description": "Jonatan Witoszek personal blogs",
"version": "1.0.8",
"author": "LekoArts <[email protected]>",
"license": "MIT",
"starter-name": "gatsby-starter-minimal-blog",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:cypress": "cross-env CYPRESS_SUPPORT=y yarn develop",
"build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"prepare": "husky install"
},
"dependencies": {
"@lekoarts/gatsby-theme-minimal-blog": "^3.0.3",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@theme-ui/color": "0.9.1",
"@theme-ui/color-modes": "^0.9.0",
"@theme-ui/components": "^0.9.0",
"@theme-ui/core": "^0.9.0",
"@theme-ui/css": "^0.9.0",
"@theme-ui/presets": "0.9.1",
"formik": "^2.2.9",
"gatsby": "^3.11.0",
"gatsby-image": "^3.11.0",
"gatsby-omni-font-loader": "^1.3.1",
"gatsby-plugin-google-analytics": "^3.9.0",
"gatsby-plugin-image": "^1.11.0",
"gatsby-plugin-mailgo": "^0.12.2",
"gatsby-plugin-manifest": "^3.11.0",
"gatsby-plugin-mdx": "^2.11.0",
"gatsby-plugin-netlify": "^3.11.0",
"gatsby-plugin-offline": "^4.11.0",
"gatsby-plugin-sharp": "^3.11.0",
"gatsby-plugin-simple-analytics": "^1.0.4",
"gatsby-plugin-sitemap": "^4.7.0",
"gatsby-plugin-theme-ui": "^0.9.1",
"gatsby-source-filesystem": "^3.11.0",
"gatsby-transformer-sharp": "^3.11.0",
"lodash-es": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.2.0",
"yup": "^0.32.9"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.32.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.9.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.24",
"husky": "^7.0.1",
"prettier": "^2.3.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"volta": {
"node": "14.17.3",
"npm": "7.19.1"
},
"engines": {
"node": ">=14"
}
}