forked from meetupjs-ar/meetupjs-ar.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.59 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
{
"name": "meetupjs-ar.github.io",
"version": "3.24.2",
"scripts": {
"build": "next build",
"dev": "next",
"export": "next export -o public",
"postexport": "touch public/.nojekyll && touch public/CNAME && echo \"meetupjs.com.ar\" >> public/CNAME",
"precommit": "lint-staged",
"start": "next start"
},
"author": "[email protected]",
"license": "MIT",
"lint-staged": {
"src/**/*.{js,jsx,json,css}": [
"prettier --arrow-parens always --print-width 100 --single-quote --write",
"git add"
]
},
"devDependencies": {
"@mdx-js/mdx": "^1.0.21",
"babel-eslint": "^10.0.2",
"babel-plugin-module-resolver": "^3.2.0",
"eslint": "^6.0.1",
"eslint-config-airbnb": "^18.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"imagemin-gifsicle": "^6.0.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.0.0",
"imagemin-svgo": "^7.0.0",
"lint-staged": "^9.0.1",
"prettier": "^1.18.2",
"react-dom": "^16.8.6",
"react-tweet-embed": "^1.2.2",
"react-youtube": "^7.9.0",
"stylelint": "^10.1.0",
"stylelint-config-css-modules": "^1.4.0",
"stylelint-config-standard": "^18.3.0",
"svg-sprite-loader": "^4.1.6",
"webp-loader": "^0.5.0"
},
"description": ":earth_americas: Sitio oficial de Meetup.js Buenos Aires",
"dependencies": {
"@fullhuman/postcss-purgecss": "^1.2.0",
"@packtracker/webpack-plugin": "^2.2.0",
"@zeit/next-bundle-analyzer": "^0.1.2",
"@zeit/next-css": "^0.2.1-canary.4",
"@zeit/next-mdx": "^1.2.0",
"acorn": "^7.0.0",
"autoprefixer": "^9.6.1",
"classnames": "^2.2.6",
"cssnano": "^4.1.10",
"date-fns": "^1.30.1",
"mousetrap": "^1.6.3",
"next": "^9.0.3",
"next-compose-plugins": "^2.2.0",
"next-ga": "^2.3.4",
"next-optimized-images": "^2.5.3",
"prop-types": "^15.7.2",
"random-number": "0.0.9",
"react": "^16.8.6",
"react-bnb-gallery": "^1.1.6",
"react-masonry-responsive": "^2.1.2",
"react-no-ssr": "^1.1.0",
"react-tilt": "^0.1.4",
"remark-external-links": "^5.0.0",
"shortid": "^2.2.14",
"tachyons": "^4.11.1",
"tailwindcss": "^1.0.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meetupjs-ar/meetupjs-ar.github.io.git"
},
"keywords": [
"javascript",
"buenos aires"
],
"bugs": {
"url": "https://github.com/meetupjs-ar/meetupjs-ar.github.io/issues"
},
"homepage": "https://meetupjs.com.ar/"
}