-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 851 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 851 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
{
"name": "cmontalvo.com",
"version": "0.1.1",
"engines": {
"node": "12"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"production": "pm2 start npm --name 'carlosmontalvo' -- start",
"prebuild": "node ./scripts/sitemap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZephiroRB/cmontalvo.com.git"
},
"author": "Carlos Montalvo",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZephiroRB/cmontalvo.com/issues"
},
"homepage": "https://github.com/ZephiroRB/cmontalvo.com#readme",
"dependencies": {
"next": "9.5.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"date-fns": "^2.11.1",
"gray-matter": "^4.0.2",
"remark": "^12.0.0",
"remark-html": "^11.0.1",
"sitemap": "^6.3.0"
}
}