-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"name": "raymondcamden2023",
"version": "1.0.0",
"description": "",
"main": "eleventy.config.js",
"type": "module",
"scripts": {
"dev": "netlify dev -c \"eleventy --serve --quiet\"",
"start": "netlify dev -c \"eleventy --serve --quiet\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/cfjedimaster/raymondcamden2023.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cfjedimaster/raymondcamden2023/issues"
},
"homepage": "https://github.com/cfjedimaster/raymondcamden2023#readme",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-fetch": "^4.0.0",
"@11ty/eleventy-plugin-ejs": "^1.0.0-alpha.1",
"@netlify/blobs": "^7.3.0",
"algoliasearch": "^5.7.0",
"axios": "^1.3.4",
"clean-css": "^5.3.2",
"dotenv": "^16.0.3",
"eleventy-xml-plugin": "^0.1.0",
"html-minifier": "^4.0.0",
"md5": "^2.3.0",
"rss-parser": "^3.12.0",
"sendgrid": "^5.2.3"
},
"devDependencies": {
"@google/generative-ai": "^0.1.3",
"@rknightuk/eleventy-plugin-post-graph": "^1.0.1",
"front-matter": "^4.0.2",
"markdown-it-anchor": "^8.6.7"
}
}