-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "portfolio",
"private": true,
"description": "Elif Chorghay's 2023 Portfolio",
"version": "0.1.0",
"author": "Elif Chorghay <[email protected]>",
"dependencies": {
"autoprefixer": "^9.8.0",
"gatsby": "^2.21.33",
"gatsby-image": "^2.4.3",
"gatsby-plugin-google-analytics": "^2.3.1",
"gatsby-plugin-manifest": "^2.4.3",
"gatsby-plugin-offline": "^3.2.2",
"gatsby-plugin-postcss": "^2.3.1",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-robots-txt": "^1.6.10",
"gatsby-plugin-sharp": "^2.6.3",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-source-filesystem": "^2.3.3",
"gatsby-transformer-sharp": "^2.5.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"tailwindcss": "^1.4.6"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}