-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.07 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": "Niepce",
"version": "0.2.1",
"description": "11ty starter kit for a portfolio site",
"scripts": {
"build": "npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve --quiet",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet"
},
"repository": {
"type": "git",
"url": "git://github.com/GoOz/Niepce.git"
},
"author": {
"name": "GoOz",
"email": "gooz@foojin.com",
"url": "https://www.foojin.com/"
},
"license": "MIT",
"engines": {
"node": ">=16"
},
"bugs": {
"url": "https://github.com/GoOz/Niepce/issues"
},
"homepage": "https://github.com/GoOz/Niepce#readme",
"devDependencies": {
"@11ty/eleventy": "2.0.1",
"@11ty/eleventy-img": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-bundle": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"eleventy-plugin-svg-contents": "^0.7.0",
"eleventy-plugin-svg-sprite": "^2.4.2",
"exifreader": "^4.17.0",
"luxon": "^3.2.1",
"prettier": "3.1.1"
},
"dependencies": {
"magic-grid": "^3.2.4"
}
}