-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.83 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
{
"name": "CodingJuniors",
"private": true,
"description": "Coding Juniors Web repository",
"version": "0.1.0",
"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"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.13.1",
"@fortawesome/free-regular-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@material-ui/core": "^4.10.0",
"@material-ui/icons": "^4.9.1",
"@mui-treasury/components": "^1.9.1",
"@mui-treasury/styles": "^1.13.0",
"firebase": "^7.21.0",
"firebaseui": "^4.6.1",
"gatsby": "^2.24.47",
"gatsby-background-image": "^1.1.2",
"gatsby-cli": "^2.12.74",
"gatsby-image": "^2.4.5",
"gatsby-plugin-manifest": "^2.4.9",
"gatsby-plugin-react-helmet": "^3.3.2",
"gatsby-plugin-sharp": "^2.6.9",
"gatsby-plugin-typography": "^2.5.10",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-transformer-json": "^2.4.3",
"gatsby-transformer-sharp": "^2.5.3",
"gatsby-transformer-yaml": "^2.4.10",
"history": "^5.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-firebaseui": "^4.1.0",
"react-helmet": "^6.0.0",
"react-router-dom": "^5.2.0",
"react-swipeable-views": "^0.13.9",
"react-typography": "^0.16.19",
"swiper": "^6.3.5",
"typography": "^0.16.19"
},
"devDependencies": {
"prettier": "^2.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/codingjuniors/codingjuniororg"
},
"bugs": {
"url": "https://github.com/codingjuniors/codingjuniororg/issues"
}
}