This repository has been archived by the owner on May 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
75 lines (75 loc) · 2.25 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@reach/router": "^1.3.4",
"axios": "^0.21.1",
"base-64": "^0.1.0",
"crypto-js": "^4.0.0",
"gatsby": "^2.27.0",
"gatsby-image": "^2.4.12",
"gatsby-plugin-flow": "^1.5.0",
"gatsby-plugin-google-analytics": "^2.3.10",
"gatsby-plugin-manifest": "^2.4.17",
"gatsby-plugin-offline": "^3.2.16",
"gatsby-plugin-react-helmet": "^3.3.9",
"gatsby-plugin-sass": "^2.6.0",
"gatsby-plugin-sharp": "^2.6.42",
"gatsby-plugin-sitemap": "^2.4.10",
"gatsby-source-filesystem": "^2.3.18",
"gatsby-transformer-json": "^2.4.10",
"gatsby-transformer-sharp": "^2.5.10",
"html-react-parser": "^0.14.2",
"node-sass": "^4.14.1",
"pretty-checkbox": "^3.0.3",
"pretty-checkbox-react": "^2.0.0",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-faq-component": "^1.2.1",
"react-google-slides": "^3.0.1",
"react-helmet": "^5.2.1",
"react-hook-form": "^5.7.2",
"react-modal-video": "^1.2.6",
"react-player": "^2.7.0",
"react-router-dom": "^5.2.0",
"react-toast-notifications": "^2.4.0",
"react-toastify": "^6.0.8",
"youtube-thumbnail": "^1.3.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-prettier": "^3.1.4",
"gh-pages": "^2.2.0",
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"",
"clean": "rm -rf node_modules .cache public",
"deploy": "gatsby build && gh-pages --dist public --branch master"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"volta": {
"node": "13.14.0"
}
}