-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.74 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.74 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
53
54
55
56
57
58
59
60
61
62
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"autoprefixer": "8.6.5",
"bootstrap": "4.1.1",
"classnames": "2.2.6",
"gatsby": "2.24.64",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-sass": "2.8.0",
"gatsby-plugin-sitemap": "1.2.25",
"gatsby-source-wordpress": "3.3.34",
"get-browser-language": "1.0.0",
"intersection-observer": "0.5.0",
"lodash": "4.17.10",
"node-sass": "4.14.1",
"raf": "3.4.0",
"react": "16.12.0",
"react-cursor-position": "2.5.0",
"react-cx": "0.1.12",
"react-device-detect": "1.5.9",
"react-dom": "16.12.0",
"react-helmet": "5.2.0",
"react-lazy": "1.0.3",
"react-modal": "3.5.1",
"react-player": "1.6.4",
"react-proximity-feedback": "1.1.0",
"react-redux": "5.0.7",
"react-reveal": "1.2.2",
"react-router-dom": "4.3.1",
"react-sticky": "6.0.3",
"react-text-scrambler": "1.1.3",
"react-video-tag": "https://github.com/Mill3/react-video-tag",
"react-with-async-fonts": "4.0.2",
"scroll-to-element": "2.0.0",
"smooth-scrollbar-react": "1.0.0",
"tween": "0.9.0",
"video-react": "0.13.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"dev": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"eslint-plugin-graphql": "4.0.0",
"prettier": "1.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}