-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 800 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 800 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
{
"name": "dacastillo-github-io",
"version": "1.0.0",
"description": "Personal website of Daniel Castillo Castro, PhD - Computational Physics, Quantum Computing, Machine Learning",
"main": "index.js",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy",
"clean": "rm -rf _site",
"dev": "eleventy --serve --port=8080"
},
"keywords": [
"11ty",
"eleventy",
"static-site",
"personal-website",
"physics",
"quantum-computing"
],
"author": "Daniel Castillo Castro",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"markdown-it": "^14.0.0",
"markdown-it-katex": "^2.0.3",
"reading-time": "^1.5.0"
}
}