-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 980 Bytes
/
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
{
"name": "oss",
"version": "1.0.0",
"description": "The Platzi Open Source Software published packages.",
"main": "server.js",
"scripts": {
"dev": "node .",
"build": "next build",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlatziDev/oss.git"
},
"keywords": [
"platzi",
"oss",
"next",
"react"
],
"author": "Sergio Daniel Xalambrí <[email protected]> (http://sergio.xalambri.xyz/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/PlatziDev/oss/issues"
},
"private": true,
"homepage": "https://oss.platzi.com/",
"dependencies": {
"@platzi/markdown": "1.1.0",
"@platzi/react-markdown": "1.0.4",
"abab": "1.0.3",
"express": "4.15.2",
"immutable": "3.8.1",
"isomorphic-fetch": "2.2.1",
"lru-cache": "4.0.2",
"next": "2.3.1",
"react": "15.5.4",
"react-dom": "15.5.4"
},
"devDependencies": {
"nodemon": "1.11.0"
}
}