This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.68 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
{
"name": "fantom",
"private": true,
"description": "Fantom Foundation",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"deploy:dev": "npm run build && aws s3 sync public/ s3://fantom.foundation/ --region us-east-2 --delete",
"deploy:staging": "gatsby build && firebase deploy",
"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\" && exit 1"
},
"dependencies": {
"aos": "^3.0.0-beta.6",
"axios": "^0.19.0",
"bootstrap": "^4.4.1",
"firebase-tools": "^7.12.1",
"gatsby": "^2.19.12",
"gatsby-plugin-intl": "^0.3.2",
"gatsby-plugin-mailchimp": "^5.1.2",
"gatsby-plugin-manifest": "^2.2.41",
"gatsby-plugin-netlify": "^2.1.32",
"gatsby-plugin-offline": "^3.0.25",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sass": "^2.1.20",
"gatsby-source-medium": "^2.1.13",
"global": "^4.4.0",
"jquery": "^3.4.1",
"node-sass": "^4.13.0",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-github-corner": "^2.3.0",
"react-helmet": "^5.2.1",
"react-mailchimp-subscribe": "^2.1.0",
"react-slick": "^0.25.2",
"reactstrap": "^8.1.1",
"slick-carousel": "^1.8.1",
"wowjs": "^1.1.3"
},
"devDependencies": {
"create-react-class": "^15.6.3",
"prettier": "^1.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}