-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.79 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
{
"name": "gdg-website-20",
"private": true,
"description": "the official website of the gdg algiers community",
"version": "0.9.0",
"author": "GDG Algiers <gdg.algiers@esi.dz>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"babel-plugin-styled-components": "^1.10.7",
"firebase": "^7.19.0",
"gatsby": "^2.21.33",
"gatsby-plugin-client-side-redirect": "^1.1.0",
"gatsby-plugin-manifest": "^2.4.3",
"gatsby-plugin-offline": "^3.2.2",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-styled-components": "^3.3.1",
"gatsby-source-filesystem": "^2.3.3",
"gatsby-transformer-sharp": "^2.5.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.2",
"react-faq-component": "^1.0.5",
"react-helmet": "^5.2.1",
"react-notifications-component": "^3.1.0",
"react-reveal": "^1.2.2",
"react-ripples": "^2.2.1",
"react-slick": "^0.25.2",
"react-transition-group": "^4.4.1",
"react-youtube": "^7.11.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.1.0"
},
"devDependencies": {
"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",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/GDGAlgiers/GDG-website-2020"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}