-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.58 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
{
"name": "blog",
"version": "1.0.0",
"private": true,
"description": "Blog personal de Jerson. Programación y mucho más.",
"author": "thegreatyamori",
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop -H 0.0.0.0 -p 8000",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write \"src/**/*.js\""
},
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"embla-carousel-react": "^6.0.2",
"gatsby": "^4.1.0",
"gatsby-plugin-feed": "^4.1.0",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-image": "^2.1.0",
"gatsby-plugin-less": "^6.1.0",
"gatsby-plugin-manifest": "^4.1.1",
"gatsby-plugin-offline": "^5.1.0",
"gatsby-plugin-react-helmet": "^5.1.0",
"gatsby-plugin-robots-txt": "^1.6.14",
"gatsby-plugin-sass": "^5.1.0",
"gatsby-plugin-sharp": "^4.1.0",
"gatsby-remark-images": "^6.1.0",
"gatsby-remark-prismjs": "^6.1.0",
"gatsby-source-filesystem": "^4.1.0",
"gatsby-transformer-json": "^4.1.0",
"gatsby-transformer-remark": "^5.1.0",
"gatsby-transformer-sharp": "^4.1.0",
"install": "^0.13.0",
"less": "^4.1.2",
"prismjs": "^1.25.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-share": "^4.4.0",
"react-simple-star-rating": "^4.0.3",
"sass": "^1.43.4"
},
"devDependencies": {
"eslint-import-resolver-alias": "^1.1.2",
"prettier": "^2.4.1"
}
}