-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.21 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
65
66
67
68
69
70
71
72
{
"name": "edissonreinozo.com",
"description": "Blog de Edisson Reinozo, React, Flutter y AWS",
"version": "0.1.0",
"author": "Edisson Reinozo <edisson350@gmail.com>",
"dependencies": {
"@mdx-js/mdx": "^1.6.4",
"@mdx-js/react": "^1.6.4",
"gatsby": "2.22.9",
"gatsby-plugin-google-analytics": "^2.3.2",
"gatsby-plugin-manifest": "2.4.9",
"gatsby-plugin-mdx": "^2.14.1",
"gatsby-plugin-mdx-prismjs": "^1.0.4",
"gatsby-plugin-offline": "3.2.7",
"gatsby-plugin-postcss": "2.3.2",
"gatsby-plugin-react-helmet": "3.3.2",
"gatsby-plugin-sharp": "^2.6.9",
"gatsby-remark-images": "^3.3.8",
"gatsby-remark-prismjs": "^3.5.2",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-transformer-remark": "^2.8.13",
"prismjs": "^1.20.0",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.0.0",
"typeface-fira-code": "^1.1.4",
"typeface-source-sans-pro": "^1.1.5"
},
"keywords": [
"gatsby",
"React",
"AWS",
"Flutter"
],
"license": "MIT",
"scripts": {
"analyze:lint": "eslint --ext .jsx --ext .js .",
"analyze:prettier": "prettier --list-different \"**/*.{css,js,jsx,json,md}\"",
"analyze": "npm run analyze:lint && npm run analyze:prettier",
"fix:lint": "eslint --ext .jsx --ext .js . --fix",
"fix:prettier": "prettier --write \"**/*.{css,js,jsx,json,md}\"",
"fix": "npm run fix:lint && npm run fix:prettier",
"build": "gatsby build",
"develop": "gatsby develop",
"dev": "npm run develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"devDependencies": {
"@tailwindcss/custom-forms": "0.2.1",
"autoprefixer": "9.8.0",
"babel-eslint": "10.1.0",
"cssnano": "4.1.10",
"eslint": "6.8.0",
"eslint-loader": "3.0.4",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-react": "7.20.0",
"gatsby-plugin-eslint": "2.0.8",
"prettier": "2.0.5",
"tailwindcss": "1.4.6"
},
"repository": {
"type": "git",
"url": "https://github.com/edzzn/blog"
},
"bugs": {
"url": "https://github.com/edzzn/blog/issues"
}
}