-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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
{
"name": "manuelcolombo.github.io",
"version": "1.0.0",
"description": "ManuelColombo.github.io",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "DEV=true eleventy --serve",
"build": "eleventy",
"translate": "node scripts/translate.js",
"translate:force": "node scripts/translate.js --force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ManuelColombo/ManuelColombo.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ManuelColombo/ManuelColombo.github.io/issues"
},
"homepage": "https://github.com/ManuelColombo/ManuelColombo.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "^3.1.2",
"sharp": "^0.34.5"
},
"dependencies": {
"@11ty/eleventy-img": "^6.0.4",
"@11tyrocks/eleventy-plugin-lightningcss": "^1.5.0",
"@anthropic-ai/sdk": "^0.39.0",
"gray-matter": "^4.0.3",
"nunjucks-date-filter": "^0.1.1"
}
}