-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.62 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
{
"name": "portfolio-website",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "1.0.0",
"author": "Wahid Farid",
"dependencies": {
"@mdx-js/react": "^2.3.0",
"@tailwindcss/postcss": "^4.2.1",
"@tailwindcss/typography": "^0.5.19",
"@types/react-helmet": "^6.1.11",
"gatsby": "^5.16.1",
"gatsby-plugin-gatsby-cloud": "^5.14.0",
"gatsby-plugin-image": "^3.16.0",
"gatsby-plugin-manifest": "^5.16.0",
"gatsby-plugin-mdx": "^5.16.0",
"gatsby-plugin-offline": "^6.16.0",
"gatsby-plugin-react-helmet": "^6.16.0",
"gatsby-plugin-sharp": "^5.16.0",
"gatsby-source-filesystem": "^5.16.0",
"gatsby-transformer-sharp": "^5.16.0",
"moment": "^2.30.1",
"pixel-banner": "^0.1.12",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-markdown": "^10.1.0",
"react-moment": "^1.2.2",
"react-syntax-highlighter": "^16.1.1",
"styled-components": "^6.3.11"
},
"devDependencies": {
"@types/react": "^18.0.0",
"autoprefixer": "^10.4.27",
"gatsby-plugin-postcss": "^6.16.0",
"postcss": "^8.5.6",
"prettier": "3.8.1",
"tailwind-styled-components": "^2.2.0",
"tailwindcss": "^4.2.1"
},
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}