-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 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
{
"name": "personal-website",
"version": "0.1.0",
"description": "My personal site",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"start": "eleventy --serve",
"debug": "DEBUG=* eleventy",
"predeploy": "npm run build",
"deploy": "gh-pages -b master -d _site -r https://[email protected]/Levis92/Levis92.github.io.git",
"deploy:local": "gh-pages -b master -d _site"
},
"repository": {
"type": "git",
"url": "git://github.com/Levis92/Levis92.github.io.git"
},
"author": {
"name": "Anton Levholm",
"email": "[email protected]",
"url": "https://levholm.se/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Levis92/Levis92.github.io/issues"
},
"homepage": "https://levholm.se",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.0",
"gh-pages": "^3.1.0",
"luxon": "^1.26.0",
"markdown-it": "^12.0.4",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^7.1.0"
}
}