-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 986 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 986 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
42
43
44
{
"name": "me",
"version": "1.0.0",
"description": "My website",
"main": "index.js",
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": 3050
}
},
"scripts": {
"start-content-server": "nodemon server/index.js --ignore node_modules --ignore .nuxt -e js",
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.15.3",
"chokidar": "^1.7.0",
"forever-monitor": "^1.7.1",
"front-matter": "^2.1.2",
"fs-extra": "^4.0.0",
"hapi": "^16.1.1",
"html5-to-pdf": "^2.2.4",
"jimp": "0.2.27",
"kibbeling": "^1.0.4",
"marked": "^0.3.6",
"nuxt": "^0.10.0",
"pm2": "^2.5.0",
"showdown": "^1.6.4",
"showdown-youtube": "^1.2.1",
"underscore": "^1.8.3",
"yamljs": "^0.2.8"
},
"devDependencies": {
"forever": "^0.15.3",
"gh-pages": "^1.0.0",
"nodemon": "^1.11.0"
}
}