-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.7 KB
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
{
"name": "jonas.re",
"description": "Repository for jonas.re",
"author": "Jonas Reitmann <jonas@reitmann.me>",
"dependencies": {
"@mdx-js/mdx": "^1.6.15",
"@mdx-js/react": "^1.6.15",
"babel-plugin-styled-components": "^1.10.7",
"gatsby": "^2.19.45",
"gatsby-plugin-feed-mdx": "^1.0.1",
"gatsby-plugin-mdx": "^1.2.30",
"gatsby-plugin-mdx-embed": "0.0.13",
"gatsby-plugin-react-helmet": "^3.1.24",
"gatsby-plugin-sharp": "^2.6.27",
"gatsby-plugin-styled-components": "^3.2.1",
"gatsby-remark-images": "^3.3.25",
"gatsby-source-filesystem": "^2.3.23",
"mdx-embed": "0.0.13",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-animations": "^1.0.0",
"react-dom": "^16.12.0",
"react-genie": "^0.2.2",
"react-genie-styled-components": "^0.1.1",
"react-helmet": "^5.2.1",
"styled-components": "^5.0.1",
"typeface-source-sans-pro": "^1.1.5"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.2.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-react": "^7.18.3",
"gatsby-plugin-eslint": "^2.0.8",
"prettier": "^1.19.1"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "https://github.com/jonicious/jonas.re"
},
"bugs": {
"url": "https://github.com/jonicious/jonas.re/issues"
}
}