forked from javascriptecuador/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.69 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "javascript-ecuador",
"description": "Sitio de la comunidad Javascript Ecuador",
"version": "1.0.0",
"author": "Javascript Ecuador <[email protected]>",
"dependencies": {
"@mdx-js/mdx": "^1.6.18",
"@mdx-js/react": "^1.6.18",
"babel-plugin-styled-components": "^1.11.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-gatsby": "^0.5.14",
"gatsby": "^2.24.85",
"gatsby-legacy-polyfills": "0.0.5",
"gatsby-plugin-manifest": "2.4.31",
"gatsby-plugin-mdx": "^1.2.42",
"gatsby-plugin-offline": "3.2.27",
"gatsby-plugin-postcss": "2.3.11",
"gatsby-plugin-react-helmet": "3.3.11",
"gatsby-plugin-sharp": "2.6.36",
"gatsby-plugin-styled-components": "^3.3.14",
"gatsby-source-filesystem": "^2.3.31",
"gatsby-transformer-json": "^2.4.14",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.1.0",
"react-slick": "^0.27.11",
"styled-components": "^5.2.0",
"typeface-open-sans": "^1.1.13",
"typeface-roboto": "^1.1.13"
},
"keywords": [
"ecuador",
"gatsby",
"javascript",
"tailwind",
"tailwindcss",
"purgecss",
"ecuador.js"
],
"license": "MIT",
"scripts": {
"contributors": "all-contributors",
"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": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@tailwindcss/custom-forms": "0.2.1",
"all-contributors-cli": "^6.19.0",
"autoprefixer": "9.8.6",
"babel-eslint": "10.1.0",
"cssnano": "4.1.10",
"eslint": "7.9.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-react": "7.21.2",
"gatsby-plugin-eslint": "2.0.8",
"husky": "^4.3.0",
"prettier": "2.1.2",
"tailwindcss": "1.8.10"
},
"repository": {
"type": "git",
"url": "https://github.com/javascriptecuador/web"
},
"bugs": {
"url": "https://github.com/javascriptecuador/web/issues"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}