-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.98 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:share": "gatsby develop -H 0.0.0.0 -p 8000",
"format": "prettier --write \"**/*.{js,jsx,,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"build:prefix": "gatsby build --prefix-paths",
"serve:prefix": "gatsby serve --prefix-paths",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"lint": "eslint --ignore-path .gitignore . --ext js --ext jsx",
"lint:fix": "npm run format & npm run lint --fix"
},
"dependencies": {
"@styled-system/theme-get": "^5.1.2",
"babel-plugin-styled-components": "^2.0.2",
"bootstrap": "^5.1.3",
"classnames": "^2.3.1",
"disqus-react": "^1.1.2",
"gatsby": "^4.3.0",
"gatsby-background-image": "^1.5.3",
"gatsby-plugin-breadcrumb": "^12.2.0",
"gatsby-plugin-image": "^2.3.0",
"gatsby-plugin-manifest": "^4.3.0",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-plugin-robots-txt": "^1.6.14",
"gatsby-plugin-sharp": "^4.3.0",
"gatsby-plugin-styled-components": "^5.3.0",
"gatsby-remark-images": "^6.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-transformer-json": "^4.3.0",
"gatsby-transformer-remark": "^5.3.0",
"gatsby-transformer-sharp": "^4.3.0",
"gbimage-bridge": "^0.1.4",
"google-map-react": "^2.1.10",
"intersection-observer": "^0.12.0",
"lodash.get": "^4.4.2",
"react": "^17.0.2",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-bootstrap": "^2.0.3",
"react-circular-progressbar": "^2.0.4",
"react-countup": "^6.1.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.20.5",
"react-image-lightbox": "^5.1.4",
"react-modal-video": "^1.2.8",
"react-portal": "^4.2.1",
"react-transition-group": "^4.4.2",
"react-typed": "^1.2.0",
"react-visibility-sensor": "^5.1.1",
"react-vivus": "^0.0.2",
"styled-components": "^5.3.3",
"styled-system": "^5.1.5",
"swiper": "^7.3.1",
"vivus": "^0.4.6"
},
"devDependencies": {
"@babel/core": "7.13.15",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-private-methods": "^7.16.0",
"@babel/preset-env": "7.13.15",
"@babel/preset-react": "^7.16.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}