-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.36 KB
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
{
"name": "tylerflar.github.io",
"version": "1.2.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "eleventy",
"build:resumes": "node _resumes/_build.js",
"gen:resumes": "node _resumes/_generate.js",
"resumes": "node _resumes/_generate.js && node _resumes/_build.js",
"test:resumes": "node --test \"_resumes/_lib/*.test.js\"",
"format": "prettier --write .",
"format:check": "prettier --check .",
"clean:resumes": "node -e \"const fs=require('fs'),p=require('path'),d=p.join('_resumes');fs.readdirSync(d).filter(f=>['.aux','.fdb_latexmk','.fls','.log','.out','.synctex.gz'].some(e=>f.endsWith(e))).forEach(f=>fs.unlinkSync(p.join(d,f)))\"",
"serve": "eleventy --serve --port 8080"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TylerFlar/tylerflar.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/TylerFlar/tylerflar.github.io/issues"
},
"homepage": "https://github.com/TylerFlar/tylerflar.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "^3.1.6",
"@11ty/eleventy-img": "^6.0.4",
"js-yaml": "^4.2.0",
"prettier": "^3.8.4"
},
"dependencies": {
"markdown-it": "^14.2.0",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-prism": "^3.0.1",
"prismjs": "^1.29.0"
}
}