-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.61 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
{
"name": "selamet.dev",
"private": true,
"version": "1.0.0",
"description": "Selamet Samli's personal website.",
"author": "Selamet Samli",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"gatsby": "^5.15.0",
"gatsby-plugin-feed": "^5.15.0",
"gatsby-plugin-google-gtag": "^5.15.0",
"gatsby-plugin-image": "^3.15.0",
"gatsby-plugin-layout": "^4.15.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-postcss": "^6.15.0",
"gatsby-plugin-react-helmet": "^6.15.0",
"gatsby-plugin-sharp": "^5.15.0",
"gatsby-plugin-sitemap": "^6.15.0",
"gatsby-remark-autolink-headers": "^6.15.0",
"gatsby-remark-images": "^7.15.0",
"gatsby-remark-prismjs": "^7.15.0",
"gatsby-remark-prismjs-copy-button": "^0.4.0",
"gatsby-source-filesystem": "^5.15.0",
"gatsby-transformer-remark": "^6.15.0",
"gatsby-transformer-sharp": "^5.15.0",
"lucide-react": "^0.577.0",
"postcss-dark-theme-class": "^2.0.0",
"postcss-preset-env": "^10.5.0",
"postcss-scrollbar": "^0.5.1",
"prismjs": "^1.30.0",
"query-string": "^9.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-social-icons": "^6.25.0",
"react-use-flexsearch": "^0.1.1"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-react-app": "^7.0.1",
"gatsby-plugin-manifest": "^5.14.0",
"postcss": "^8.5.3",
"postcss-nesting": "^13.0.1"
}
}