-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 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
62
63
64
{
"name": "hacktoberfest-2021",
"private": true,
"description": "Single page website for the second annual DA Hack celebration in Fall 2021.",
"version": "0.1.0",
"license": "0BSD",
"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",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"bootstrap": "^4.5.2",
"aphrodite": "^2.4.0",
"clsx": "^1.1.1",
"external-link": "^2.0.0",
"gatsby": "^2.24.83",
"gatsby-background-image": "^1.1.2",
"gatsby-cli": "^2.12.99",
"gatsby-image": "^2.4.18",
"gatsby-plugin-google-analytics": "^2.3.15",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-plugin-sharp": "^2.6.36",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-json": "^2.4.12",
"gatsby-transformer-sharp": "^2.5.15",
"intersection-observer": "^0.11.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"react": "^16.12.0",
"react-background-animation": "^1.0.1",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.12.0",
"react-external-link": "^1.1.1",
"react-helmet": "^6.1.0",
"react-responsive": "^8.1.0",
"react-reveal": "^1.2.2",
"react-scroll": "^1.8.1",
"react-scroll-horizontal": "^1.6.6",
"react-scroll-parallax": "^2.3.4",
"react-scrollspy": "^3.4.3",
"react-typing-animation": "^1.6.2",
"vanta": "^0.5.19"
},
"devDependencies": {
"gh-pages": "^3.1.0",
"prettier": "2.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}