-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.89 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
59
60
61
62
63
64
{
"name": "ashwins_portfolio",
"private": true,
"description": "A modern and production-ready personal portfolio + blog template built with GatsbyJs and TailwindCSS",
"version": "0.1.0",
"author": "Ashwin Elangovan",
"dependencies": {
"@react-icons/all-files": "4.1.0",
"@skagami/gatsby-plugin-dark-mode": "^2.0.0",
"gatsby": "^5.13.3",
"gatsby-plugin-google-gtag": "^5.8.0",
"gatsby-plugin-image": "3.13.1",
"gatsby-plugin-manifest": "5.8.0",
"gatsby-plugin-offline": "6.8.0",
"gatsby-plugin-react-helmet": "6.8.0",
"gatsby-plugin-sharp": "5.8.0",
"gatsby-remark-copy-linked-files": "6.8.0",
"gatsby-remark-images": "7.8.0",
"gatsby-remark-prismjs": "7.8.0",
"gatsby-remark-responsive-iframe": "6.8.0",
"gatsby-remark-smartypants": "6.8.0",
"gatsby-source-filesystem": "5.8.0",
"gatsby-transformer-remark": "6.8.0",
"gatsby-transformer-sharp": "5.8.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^5.0.1",
"react-shimmer": "^3.2.0",
"use-bg-cursor-pos": "^1.0.1",
"use-scramble": "^2.2.15"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"gatsby-plugin-postcss": "^6.8.0",
"postcss": "^8.4.21",
"prettier": "2.8.7",
"tailwindcss": "^3.2.7"
},
"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"
}
}