-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.42 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
{
"name": "portfolio",
"description": "dumblole's portfolio website",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"deploy": "gatsby build && gh-pages -d public -b master"
},
"dependencies": {
"animejs": "^3.1.0",
"core-js": "^2.6.9",
"firebase": "^5.8.6",
"gatsby": "^2.15.28",
"gatsby-image": "^2.2.23",
"gatsby-plugin-catch-links": "^2.1.12",
"gatsby-plugin-layout": "^1.1.10",
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sass": "^2.1.17",
"gatsby-plugin-sharp": "^2.2.27",
"gatsby-remark-copy-linked-files": "^2.1.23",
"gatsby-remark-embed-video": "^1.7.1",
"gatsby-remark-images": "^3.1.25",
"gatsby-source-filesystem": "^2.1.28",
"gatsby-transformer-remark": "^2.6.26",
"gatsby-transformer-sharp": "^2.2.19",
"gsap": "^2.1.3",
"lodash": "^4.17.15",
"node-sass": "^4.12.0",
"react": "^16.10.1",
"react-burger-menu": "^2.6.11",
"react-dom": "^16.10.1",
"react-flip-toolkit": "^6.6.9",
"react-google-recaptcha": "^1.1.0",
"react-image-palette": "^0.2.4",
"react-parallax": "^2.2.3",
"react-player": "^1.13.0",
"react-waypoint": "^9.0.2",
"sharp": "^0.22.1",
"slash": "^2.0.0"
},
"devDependencies": {
"gh-pages": "^2.1.1"
}
}