-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
{
"name": "@lekoarts/gatsby-theme-jodie",
"version": "1.1.0",
"author": "LekoArts <hello@lekoarts.de>",
"description": "Image-heavy photography portfolio with colorful accents & customizable pages. Includes adaptive image grids powered by CSS grid and automatic image integration into projects.",
"license": "MIT",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"clean": "gatsby clean"
},
"peerDependencies": {
"gatsby": "^2.24.67",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"dependencies": {
"@lekoarts/gatsby-theme-jodie-core": "^1.1.0",
"@theme-ui/presets": "^0.3.4",
"@theme-ui/prism": "^0.3.0",
"fontsource-work-sans": "^3.1.6",
"gatsby-image": "^2.8.0",
"gatsby-plugin-emotion": "^4.5.0",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-theme-ui": "^0.3.3",
"polished": "^4.0.5",
"react-helmet": "^6.1.0",
"theme-ui": "^0.3.3"
},
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-plugin",
"lekoarts"
],
"bugs": {
"url": "https://github.com/LekoArts/gatsby-themes/issues"
},
"homepage": "https://themes.lekoarts.de",
"repository": {
"type": "git",
"url": "https://github.com/LekoArts/gatsby-themes.git",
"directory": "themes/gatsby-theme-jodie"
}
}