-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 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
{
"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"
},
"engines": {
"node": "22.x"
},
"dependencies": {
"@date-fns/tz": "^1.2.0",
"canvas": "^3.1.0",
"gatsby": "^5.7.0",
"gatsby-plugin-manifest": "^5.7.0",
"latex.css": "^1.8.0",
"marked": "^15.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-gallery": "^1.0.1-alpha.0",
"react-helmet": "^6.1.0",
"react-icons": "^5.5.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.4.17"
}
}