-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.82 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
{
"name": "portfolio",
"private": true,
"description": "Sohaib Ahmed's portfolio website",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^13.4.0",
"@contentful/rich-text-types": "^14.1.2",
"@fontsource/heebo": "^4.5.0",
"babel-plugin-styled-components": "^1.13.2",
"dotenv": "^8.6.0",
"framer-motion": "^4.1.17",
"gatsby": "^4.0.0",
"gatsby-background-image": "^1.5.3",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-playground": "^1.0.6",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-robots-txt": "^1.6.9",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-plugin-sitemap": "^5.0.0",
"gatsby-plugin-styled-components": "^5.0.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-source-contentful": "^6.0.0",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-transformer-sharp": "^4.0.0",
"gbimage-bridge": "^0.1.4",
"gsap": "^3.7.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.11.0",
"react-image-gallery": "^1.2.7",
"react-rough-notation": "^1.0.1",
"styled-components": "^5.3.0",
"typed.js": "^2.0.12"
},
"devDependencies": {
"gh-pages": "^3.2.3",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/bagseye/barcadia"
},
"bugs": {
"url": "https://github.com/bagseye/barcadia/issues"
}
}