-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 2.01 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "abhi.page",
"version": "1.0.0",
"description": "Abhishek's personal website & blog",
"scripts": {
"start": "del-cli _site && eleventy --serve --quiet",
"build": "del-cli _site && eleventy",
"clean": "del-cli _site",
"check-updates": "echo 'TO UPDATE, RUN: npm install package-name' && npm outdated --depth=0"
},
"contributors": [
{
"name": "Kumar Abhishek",
"url": "https://abhi.page"
}
],
"engines" : {
"npm" : ">=8.0.0",
"node" : ">=16.0.0"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-cache-assets": "^2.3.0",
"@11ty/eleventy-img": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@babel/core": "7.2.0",
"@manustays/eleventy-plugin-codepen-iframe": "^2.0.1",
"@manustays/eleventy-plugin-generate-social-images": "^4.1.0",
"del-cli": "^3.0.1",
"dotenv": "^16.0.3",
"eleventy-plugin-reading-time": "^0.0.1",
"eleventy-plugin-svg-contents": "^0.7.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"luxon": "^3.1.1",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^8.6.5",
"markdown-it-attrs": "^4.1.4",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-footnote": "^3.0.0",
"markdown-it-image-lazy-loading": "^1.0.2",
"markdown-it-imsize": "^2.0.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-mark": "^3.0.1",
"markdown-it-multimd-table": "^4.2.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-toc-done-right": "^4.2.0",
"netlify-plugin-cache-folder": "^0.0.8",
"node-fetch": "^2.6.1",
"nomnoml": "^1.5.3",
"outdent": "^0.8.0",
"parcel-bundler": "^1.6.1",
"uslug": "^1.0.4"
},
"dependencies": {
"clean-css": "^5.3.1",
"eleventy-plugin-blog-tools": "^0.4.1",
"html-minifier": "^4.0.0",
"svg-sprite": "^2.0.2",
"terser": "^5.16.1"
}
}