-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.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
{
"name": "olly-g-game-deals",
"private": true,
"description": "The best place to get your game deals",
"version": "1.0.0",
"author": "Rudhra Raveendran <[email protected]>, Noah Huppert <[email protected]>",
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.4.1",
"color": "^3.1.2",
"firebase": "^7.14.0",
"gatsby": "^2.21.9",
"gatsby-image": "^2.3.1",
"gatsby-plugin-firebase": "^0.2.0-beta.4",
"gatsby-plugin-firebase-messaging": "^1.0.1",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-offline": "^3.1.4",
"gatsby-plugin-react-helmet": "^3.2.2",
"gatsby-plugin-sass": "^2.2.3",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-sharp": "^2.4.3",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0",
"react-datepicker": "^2.14.1",
"react-dom": "^16.13.1",
"react-google-button": "^0.7.1",
"react-helmet": "^6.0.0",
"styled-components": "^5.1.0"
},
"devDependencies": {
"firebase-tools": "^8.1.1",
"gatsby-cli": "^2.12.7",
"gh-pages": "^2.2.0",
"prettier": "2.0.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"website": "gatsby develop",
"prod-website": "yarn clean && mkdir public && gatsby build",
"preview-prod-website": "yarn prod-website && gatsby serve -p 9000",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"clean": "gatsby clean",
"emulate-firebase": "FIREBASE_EMULATED=true GOOGLE_APPLICATION_CREDENTIALS=../firebase-service-account.json yarn firebase emulators:start",
"deploy-website": "gatsby build && gh-pages -d public",
"deploy-functions": "cd functions && yarn --ignore-engines deploy",
"deploy-rules": "yarn firebase deploy --only firestore"
},
"repository": {
"type": "git",
"url": "https://github.com/WWPOL/Game-Deals"
},
"bugs": {
"url": "https://github.com/WWPOL/Game-Deals/issues"
}
}