This repository was archived by the owner on Apr 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.2 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.2 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
63
64
65
66
67
68
{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@rehooks/window-scroll-position": "^1.0.1",
"@viewstools/use-masked-input": "^1.0.3",
"classnames": "^2.2.6",
"gatsby": "^2.15.16",
"gatsby-image": "^2.2.19",
"gatsby-plugin-google-analytics": "^2.1.19",
"gatsby-plugin-google-tagmanager": "^2.1.12",
"gatsby-plugin-react-helmet": "^3.1.7",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-sass": "^2.1.14",
"gatsby-plugin-sharp": "^2.2.22",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.1.24",
"gatsby-transformer-json": "^2.2.9",
"gatsby-transformer-remark": "^2.6.28",
"gatsby-transformer-sharp": "^2.2.14",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-hotkeys-hook": "^1.5.3",
"react-intersection-observer": "^8.24.2",
"react-resize-aware": "^3.0.0-beta.7",
"react-responsive": "^8.0.1",
"react-spring": "^8.0.27",
"react-use-gesture": "^6.0.14",
"use-interval": "^1.1.0"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"husky": "^3.0.5",
"lint-staged": "^9.4.2",
"prettier": "^1.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}