forked from lugnitdgp/digitalfortress_frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.9 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
{
"name": "digitalfortress",
"private": true,
"description": "A Quiz Competition based on Strategy",
"version": "0.1.0",
"author": "Romit Karmakar <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.5",
"@material-ui/core": "^4.8.3",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.8.2",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"clsx": "^1.0.4",
"dotenv": "^8.2.0",
"gatsby": "^2.19.1",
"gatsby-plugin-manifest": "^2.2.5",
"gatsby-plugin-material-ui": "^2.1.6",
"gatsby-plugin-nprogress": "^2.1.2",
"gatsby-plugin-offline": "^2.2.5",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-s3": "^0.3.1",
"gatsby-source-filesystem": "^2.1.6",
"google-maps-react": "^2.0.2",
"jquery": "^3.4.1",
"popper.js": "^1.15.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-countdown-now": "^2.1.1",
"react-dom": "^16.8.6",
"react-facebook-auth": "^1.4.0",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.0.5",
"react-helmet": "^5.2.1",
"reactstrap": "^8.0.1",
"sweetalert2": "^8.15.2",
"typed.js": "^2.0.10"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"keywords": [
"glug",
"digitalfortress"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -p 5000",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"deploy": "gatsby build && gatsby-plugin-s3 deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}