forked from jlengstorf/gatsby-theme-jam-example
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
59 lines (59 loc) · 1.61 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
{
"name": "gatsby-theme-ultronele",
"author": "Wenzhi Li <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/runbytech/gatsby-theme-ultronele.git"
},
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"peerDependencies": {
"gatsby": "^2.13.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"gatsby": "^2.13.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"inquirer": "^6.2.2",
"inquirer-directory": "^2.1.0",
"plop": "^2.3.0",
"prettier": "^1.15.2"
},
"dependencies": {
"react-helmet": "^5.2.0",
"downloadjs": "^1.4.7",
"fs-extra": "^7.0.1",
"gatsby-image": "^2.0.40",
"gatsby-plugin-page-creator": "^2.1.5",
"gatsby-plugin-manifest": "^2.0.29",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.0.35",
"gatsby-remark-autolink-headers": "^2.0.16",
"gatsby-remark-copy-linked-files": "^2.0.12",
"gatsby-remark-emoji": "0.0.2",
"gatsby-remark-images": "^2.0.6",
"gatsby-remark-relative-images": "^0.2.0",
"gatsby-remark-responsive-iframe": "^2.1.1",
"gatsby-remark-smartypants": "^2.0.9",
"gatsby-source-filesystem": "^2.0.31",
"gatsby-transformer-remark": "^2.3.10",
"gatsby-transformer-sharp": "^2.1.18",
"konva": "^2.0.0",
"prop-types": "^15.6.2",
"react-confetti": "^2.3.0",
"react-swipe": "^6.0.4",
"swipe-js-iso": "^2.1.5",
"video-react": "^0.13.1"
},
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-plugin",
"elearning",
"lms"
]
}