-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.61 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
45
46
47
48
49
50
51
52
53
54
{
"name": "arihantverma.com",
"version": "1.0.0",
"description": "Arihant Verma's personal website",
"type": "module",
"scripts": {
"watch": "eleventy --watch",
"debug": "DEBUG=ELEVENTY* eleventy --serve",
"serve:eleventy": "eleventy --serve",
"dev": "npm-run-all clean --parallel serve:*",
"clean": "rimraf _site",
"build:eleventy": "eleventy",
"build": "run-s clean build:*",
"functions": "NODE_ENV=development npx netlify-cli functions:serve --port 8081"
},
"repository": {
"type": "git",
"url": "git://github.com/arihantverma/arihantverma.com"
},
"author": {
"name": "Arihant Verma",
"email": "[email protected]",
"url": "https://arihantverma.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/arihantverma/arihantverma.com/issues"
},
"homepage": "https://github.com/arihantverma/arihantverma.com#readme",
"dependencies": {
"@11ty/eleventy": "^3.0.0-alpha.10",
"@11ty/eleventy-img": "4.0.2",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"@shikijs/markdown-it": "^1.6.1",
"clean-css": "^4.2.3",
"dedent": "^1.5.3",
"dotenv": "^16.4.5",
"eleventy-plugin-footnotes": "^0.11.0",
"isomorphic-unfetch": "^3.1.0",
"luxon": "^1.21.3",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"shiki": "^1.6.1",
"svgo": "^2.3.1"
},
"resolutions": {
"@11ty/eleventy": "3.0.0-alpha.10"
}
}