-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 977 Bytes
/
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
{
"name": "protocol.berlin",
"version": "1.0.0",
"private": true,
"description": "protocol.berlin",
"author": "Kaan Uzdogan",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"gatsby": "^5.7.0",
"gatsby-plugin-manifest": "^5.7.0",
"latex.css": "^1.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-gallery": "^1.0.1-alpha.0",
"react-helmet": "^6.1.0",
"react-modal": "^3.16.1",
"react-responsive": "^9.0.2",
"react-toggle-dark-mode": "^1.1.1",
"yet-another-react-lightbox": "^3.14.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"gatsby-plugin-postcss": "^6.7.0",
"gh-pages": "^5.0.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}