-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1.26 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
{
"name": "ethberlin",
"version": "1.0.0",
"private": true,
"description": "ETHBerlin³ website",
"author": "kuzdogan",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "echo 'https://ethberlin.ooo' > ./build/CNAME && gh-pages -d build"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "4.10",
"gatsby-plugin-image": "^2.18.1",
"gatsby-plugin-manifest": "^4.19.0",
"gatsby-plugin-mdx": "^3.18.1",
"gatsby-plugin-sharp": "^4.18.1",
"gatsby-plugin-sitemap": "^5.18.1",
"gatsby-source-filesystem": "^4.18.1",
"gatsby-transformer-sharp": "^4.18.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-grid-gallery": "^1.0.0",
"react-helmet": "^6.1.0",
"react-modal": "^3.15.1",
"react-random-reveal": "^2.0.0",
"react-responsive": "^9.0.0-beta.10",
"yet-another-react-lightbox": "^2.2.2"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"gatsby-plugin-postcss": "^5.18.0",
"gh-pages": "^4.0.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6"
},
"homepage": "https://ethberlin.ooo"
}