-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.39 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
44
{
"name": "www",
"version": "0.0.0",
"private": true,
"description": "My personal website",
"main": "index.js",
"type": "module",
"scripts": {
"build": "npx @11ty/eleventy",
"rebuild": "npm run clean; npm run build",
"dev": "npx @11ty/eleventy --serve",
"clean": "rm -rf dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ariscript/www.git"
},
"author": "Ari Prakash",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ariscript/www/issues"
},
"homepage": "https://github.com/ariscript/www#readme",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-bundle": "^2.0.2",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@resvg/resvg-js": "^2.6.2",
"@shikijs/markdown-it": "^1.26.1",
"@types/license-checker": "^25.0.6",
"@types/node": "^20.17.6",
"@vscode/markdown-it-katex": "^1.1.0",
"license-checker": "^25.0.1",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attribution": "^0.1.4",
"markdown-it-container": "^4.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-for-inline": "^2.0.1",
"markdown-it-image-figures": "^2.1.1",
"prettier": "^3.3.3",
"satori": "^0.10.14"
}
}