-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
61 lines (61 loc) · 1.77 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
{
"name": "eko.in",
"version": "3.0.0",
"description": "Eko's 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": "Nisha Chatwani"
},
{
"name": "Kumar Abhishek",
"url": "https://abhi.page"
}
],
"license": "See License in ./LICENSE",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-cache-assets": "^2.3.0",
"@11ty/eleventy-img": "^3.1.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@babel/core": "^7.20.2",
"del-cli": "^3.0.1",
"dotenv": "^16.0.3",
"eleventy-plugin-svg-contents": "^0.7.0",
"embla-carousel": "^4.1.2",
"js-yaml": "^3.14.1",
"luxon": "^1.25.0",
"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.2",
"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",
"node-fetch": "^2.6.1",
"outdent": "^0.8.0",
"parcel-bundler": "^1.6.1",
"uslug": "^1.0.4"
},
"dependencies": {
"clean-css": "^4.2.3",
"eleventy-plugin-blog-tools": "^0.4.1",
"eleventy-plugin-seo": "^0.5.1",
"html-minifier": "^4.0.0",
"svg-sprite": "^1.5.0",
"terser": "^5.15.1"
}
}