-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 900 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 900 Bytes
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
{
"name": "reactjs-ba",
"version": "1.0.1",
"description": "sitio de la comunidad de reactjs en buenos aires",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReactJS-BA/blog.git"
},
"keywords": [
"react",
"baires",
"next",
"styled-components",
"reactjs",
"nextjs",
"node",
"express",
"comunidad"
],
"author": "Carlos Manotas <carlosmanotas@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ReactJS-BA/blog/issues"
},
"homepage": "https://github.com/ReactJS-BA/blog#readme",
"dependencies": {
"next": "9.3.3",
"react": "16.13.0",
"react-dom": "16.13.0",
"styled-components": "5.0.1"
},
"devDependencies": {
"babel-plugin-styled-components": "1.10.7"
}
}