-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.98 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.98 KB
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
66
{
"name": "hackdavis-website-2021",
"description": "HackDavis 2021 Website",
"version": "1.0.0",
"author": "HackDavis Team <team@hackdavis.io>",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"bootstrap": "^4.5.1",
"bootstrap-icons": "^1.1.0",
"dotenv-webpack": "^1.7.0",
"firebase": "^7.23.0",
"gatsby": "^2.24.85",
"gatsby-image": "^2.5.0",
"gatsby-plugin-anchor-links": "^1.1.1",
"gatsby-plugin-create-client-paths": "^2.3.6",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-firebase": "^0.1.8",
"gatsby-plugin-manifest": "^2.4.13",
"gatsby-plugin-offline": "^3.2.31",
"gatsby-plugin-open-graph-images": "^0.1.6",
"gatsby-plugin-react-helmet": "^3.3.5",
"gatsby-plugin-sharp": "^2.6.36",
"gatsby-plugin-smoothscroll": "^1.1.0",
"gatsby-plugin-styled-components": "^3.3.6",
"gatsby-plugin-tailwindcss": "^1.0.3",
"gatsby-source-filesystem": "^2.3.13",
"gatsby-transformer-sharp": "^2.5.6",
"jquery": "^3.5.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.13.1",
"react-firebaseui": "^4.1.0",
"react-helmet": "^6.1.0",
"react-loading-skeleton": "^2.1.1",
"react-player": "^2.7.2",
"react-reveal": "^1.2.2",
"react-scroll-parallax": "^2.3.4",
"reactstrap": "^8.5.1",
"seedrandom": "^3.0.5",
"typed.js": "^2.0.11"
},
"devDependencies": {
"prettier": "2.0.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,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/HackDavis/website-2021"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}