-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.53 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
83
84
85
86
{
"name": "skok.dev",
"version": "1.0.0",
"description": "Vladimir Skoks development blog",
"main": "index.js",
"license": "MIT",
"author": "Vladimir Skok",
"bugs": {
"url": "https://github.com/iamskok/skok.dev/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/iamskok/skok.dev.git"
},
"scripts": {
"lint": "eslint --fix .",
"format": "prettier --write \"**/*.{json,md,mdx}\"",
"clean": "gatsby clean",
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "11.4.1",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@svgr/webpack": "5.5.0",
"@theme-ui/color": "0.11.2",
"@theme-ui/match-media": "0.11.2",
"@theme-ui/prism": "0.11.2",
"dotenv": "10.0.0",
"firebase": "9.0.2",
"framer-motion": "4.1.17",
"gatsby": "3.13.0",
"gatsby-plugin-force-file-loader": "0.1.1",
"gatsby-plugin-google-gtag": "3.13.0",
"gatsby-plugin-image": "1.13.0",
"gatsby-plugin-manifest": "3.13.0",
"gatsby-plugin-mdx": "2.13.0",
"gatsby-plugin-offline": "4.13.0",
"gatsby-plugin-react-helmet": "4.13.0",
"gatsby-plugin-robots-txt": "1.6.10",
"gatsby-plugin-sharp": "3.13.0",
"gatsby-plugin-sitemap": "4.9.0",
"gatsby-plugin-svgr-svgo": "1.2.2",
"gatsby-plugin-theme-ui": "0.11.2",
"gatsby-remark-images": "5.10.0",
"gatsby-source-filesystem": "3.13.0",
"gatsby-transformer-sharp": "3.13.0",
"is-absolute-url": "4.0.1",
"lodash-es": "4.17.21",
"react": "17.0.2",
"react-device-detect": "1.17.0",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-icons": "4.2.0",
"react-intersection-observer": "8.32.1",
"react-rough-notation": "1.0.1",
"react-use": "17.3.1",
"remark-slug": "5.1.2",
"theme-ui": "0.11.2",
"use-font-face-observer": "1.1.38",
"use-sound": "4.0.1"
},
"devDependencies": {
"eslint": "7.32.0",
"babel-eslint": "10.1.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-extra-rules": "0.0.0-development",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "7.0.2",
"lint-staged": "11.1.2",
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0"
},
"resolutions": {
"minimist": "1.2.5",
"node-fetch": "2.6.2",
"postcss": "8.3.6"
}
}