-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.57 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.57 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
{
"name": "website-2022",
"description": "HackBeanpot Website 2022",
"version": "1.0.0",
"author": "Team HackBeanpot <[email protected]>",
"prod": "gatsby serve",
"dependencies": {
"@mdi/font": "^4.9.95",
"flickity": "^2.2.1",
"gatsby": "^4.4.0",
"gatsby-plugin-google-analytics": "^4.4.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-sitemap": "^5.4.0",
"gatsby-source-filesystem": "^4.4.0",
"react": "^16.14.0",
"react-bootstrap": "^1.4.0",
"react-countdown": "^2.3.2",
"react-dom": "^16.14.0",
"react-elastic-carousel": "^0.11.5",
"react-flickity-component": "^3.5.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.11.0",
"react-masonry-component": "^6.2.1",
"react-slick": "^0.27.13",
"react-use-scroll-position": "^2.0.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"start": "gatsby serve",
"build": "gatsby clean && gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"cy:run": "cypress run",
"cy:open": "cypress open"
},
"devDependencies": {
"@percy/cli": "^1.0.0-beta.71",
"@percy/cypress": "^3.1.1",
"bootstrap": "^4.5.3",
"cypress": "^9.2.0",
"gatsby-plugin-sass": "^5.4.0",
"prettier": "^1.18.2",
"resolve-url-loader": "^3.1.2",
"sass": "^1.45.1"
}
}