-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 882 Bytes
/
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
{
"name": "ptl9",
"version": "1.0.0",
"description": "",
"contributors": [
{
"name": "Pierre Tampon-Lajarriette",
"url": "https://pierre.tl"
}
],
"main": "index.js",
"scripts": {
"build": "npx eleventy",
"start": "npx eleventy --serve",
"debug": "DEBUG=* npx eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pierretl/ptl9.git"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/pierretl/ptl9/issues"
},
"homepage": "https://github.com/pierretl/ptl9#readme",
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"fast-glob": "^3.2.5",
"path": "^0.12.7"
},
"devDependencies": {
"@11ty/eleventy-img": "^2.0.1",
"autoprefixer": "^10.0.2",
"fs-extra": "^9.1.0",
"postcss": "^8.1.8",
"sass": "^1.29.0"
}
}