forked from alinnert/linnertmedia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 914 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
{
"name": "linnertmedia",
"description": "Static version of linnertmedia.de",
"version": "1.0.0",
"repository": "https://alinnert@github.com/alinnert/linnertmedia.git",
"homepage": "https://linnertmedia.de",
"author": {
"name": "Andreas Linnert",
"email": "andreas@linnertmedia.de",
"url": "https://linnertmedia.de"
},
"license": "MIT",
"private": true,
"scripts": {
"start": "nuxt",
"build": "run-s build:markdown build:generate",
"build:markdown": "node ./writePosts.js",
"build:generate": "nuxt generate"
},
"dependencies": {
"axios": "^0.18.0",
"gray-matter": "^3.1.1",
"highlight.js": "^9.12.0",
"markdown-it": "^8.4.1",
"node-sass": "^4.7.2",
"nuxt": "^1.3.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"standard": "^11.0.0"
},
"devDependencies": {
"fs-extra": "^5.0.0",
"npm-run-all": "^4.1.2"
}
}