-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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": "personal_web",
"version": "1.0.0",
"private": true,
"description": "Personal_Web",
"author": "SergioV",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-plugin-styled-components": "^1.13.1",
"gatsby": "^3.8.1",
"gatsby-link": "^3.8.0",
"gatsby-plugin-image": "^1.8.0",
"gatsby-plugin-manifest": "^3.9.0",
"gatsby-plugin-netlify-cms": "^5.8.0",
"gatsby-plugin-offline": "^4.9.0",
"gatsby-plugin-react-helmet": "^4.8.0",
"gatsby-plugin-sharp": "^3.8.0",
"gatsby-plugin-styled-components": "^4.8.0",
"gatsby-source-filesystem": "^3.9.0",
"gatsby-source-graphql": "^3.9.0",
"gatsby-transformer-sharp": "^3.8.0",
"netlify-cms-app": "^2.15.20",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.0",
"react-scroll": "^1.8.2",
"react-transition-group": "^4.4.2",
"react-transition-group-v2": "^4.3.0",
"scrollreveal": "^4.0.9",
"styled-components": "^5.3.0"
},
"devDependencies": {
"prettier": "^1.12.0"
}
}