-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
71 lines (71 loc) · 2.29 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
{
"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",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "gatsby-plugin-s3 deploy"
},
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@bumped-inc/gatsby-plugin-optional-chaining": "^1.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"babel-plugin-styled-components": "^1.12.0",
"framer-motion": "3.2.0",
"gatsby": "^2.23.12",
"gatsby-image": "^2.4.0",
"gatsby-plugin-gdpr-cookies": "^1.0.11",
"gatsby-plugin-manifest": "^2.4.0",
"gatsby-plugin-offline": "^3.2.0",
"gatsby-plugin-react-helmet": "^3.6.0",
"gatsby-plugin-s3": "^0.3.5",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.0",
"gatsby-plugin-styled-components": "^4.1.0",
"gatsby-query-params": "^1.2.1",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-sharp": "^2.5.0",
"moment": "^2.29.1",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"rc-slider": "^9.7.1",
"react": "^16.12.0",
"react-cookie-consent": "^6.2.1",
"react-dom": "^16.12.0",
"react-dropzone": "^11.1.0",
"react-helmet": "^6.1.0",
"react-input-checkbox": "^0.1.6",
"react-media": "^2.0.0-rc.1",
"react-moment": "^1.1.1",
"react-outside-click-handler": "^1.3.0",
"react-redux": "^7.2.0",
"react-share": "^4.4.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.1",
"sweetalert": "^2.1.2"
},
"devDependencies": {
"eslint-plugin-react-hooks": "^4.1.2",
"gatsby-plugin-root-import": "^2.0.5",
"prettier": "2.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}