-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "bdov.dev",
"description": "Web page for my personal domain",
"repository": {
"type": "git",
"url": "https://github.com/bdbaraban/bdov.dev"
},
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@mdx-js/react": "^1.6.22",
"@theme-ui/color": "^0.14.5",
"a11y-react-emoji": "^1.2.0",
"gatsby": "^4.14.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-react-helmet": "^5.14.0",
"gatsby-plugin-theme-ui": "^0.14.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.6.0",
"theme-ui": "^0.14.5"
},
"devDependencies": {
"eslint": "8.16.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "4.5.0",
"prettier": "2.6.2"
},
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}