forked from midudev/midu.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 KB
/
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": "midu.dev",
"version": "1.0.0",
"description": "https://midu.dev website",
"main": "index.js",
"engines": {
"node": "14.x"
},
"scripts": {
"build": "hugo --minify",
"create-podcast-articles": "node scripts/create-podcast-articles.js",
"dev": "YOUTUBE_API_KEY=$YOUTUBE_API_KEY hugo server -F",
"now-build": "YOUTUBE_API_KEY=$YOUTUBE_API_KEY npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/midudev/midu.dev.git"
},
"keywords": [],
"author": "Miguel Ángel Durán García",
"license": "ISC",
"bugs": {
"url": "https://github.com/midudev/midu.dev/issues"
},
"homepage": "https://github.com/midudev/midu.dev#readme",
"devDependencies": {
"@github-docs/frontmatter": "1.3.1",
"hugo-bin": "0.74.0",
"standard": "16.0.3"
},
"dependencies": {
"@sindresorhus/slugify": "2.1.0",
"algoliasearch": "4.10.3",
"chrome-aws-lambda": "10.1.0",
"playwright-core": "1.13.0",
"rss-parser": "3.12.0",
"string-strip-html": "8.3.0",
"xml2json": "0.12.0"
},
"eslintConfig": {
"extends": "./node_modules/standard/eslintrc.json"
}
}