forked from RyanFitzgerald/devfolio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.67 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
50
51
52
53
54
55
56
57
58
{
"name": "devfolio",
"private": true,
"description": "A modern and production-ready personal portfolio + blog template built with GatsbyJs and TailwindCSS",
"version": "0.1.0",
"author": "Ryan Fitzgerald",
"dependencies": {
"gatsby": "5.14.0",
"gatsby-image": "3.11.0",
"gatsby-plugin-feed": "5.14.0",
"gatsby-plugin-google-tagmanager": "5.14.0",
"gatsby-plugin-manifest": "5.14.0",
"gatsby-plugin-offline": "6.14.0",
"gatsby-plugin-postcss": "6.14.0",
"gatsby-plugin-react-helmet": "6.14.0",
"gatsby-plugin-sharp": "5.14.0",
"gatsby-remark-copy-linked-files": "6.14.0",
"gatsby-remark-images": "7.14.0",
"gatsby-remark-prismjs": "7.14.0",
"gatsby-remark-responsive-iframe": "6.14.0",
"gatsby-remark-smartypants": "6.14.0",
"gatsby-source-filesystem": "5.14.0",
"gatsby-transformer-remark": "6.14.0",
"gatsby-transformer-sharp": "5.14.0",
"lodash": "4.17.21",
"moment": "2.30.1",
"postcss": "8.4.49",
"prismjs": "1.29.0",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet": "6.1.0"
},
"devDependencies": {
"gh-pages": "6.2.0",
"prettier": "3.3.3",
"tailwindcss": "3.4.15"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/RyanFitzgerald/devfolio"
},
"bugs": {
"url": "https://github.com/RyanFitzgerald/devfolio/issues"
}
}