-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.53 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
41
42
43
44
45
46
47
48
49
{
"name": "gatsby-starter-default",
"private": true,
"description": "The tech blog of the modern era, called Wirescript",
"version": "0.1.0",
"author": "Tulsi Prasad <[email protected]>",
"dependencies": {
"babel-plugin-prismjs": "^2.1.0",
"babel-plugin-styled-components": "^2.1.4",
"framer-motion": "^11.3.29",
"gatsby": "^5.13.7",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-analytics": "^5.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-remark-responsive-iframe": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"glob": "^11.0.0",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"puppeteer": "^23.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^5.3.0",
"styled-components": "^6.1.12",
"yaml": "^2.5.0"
},
"devDependencies": {
"prettier": "3.3.3"
},
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"start": "npm run develop",
"restart": "gatsby clean && gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"og:build": "node ./scripts/generateBlogBanner.js"
}
}