-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1010 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
{
"name": "comic-cms",
"version": "0.0.2",
"description": "comic based in Eleventy blog with Sveltia CMS, for deployment to Netlify or github",
"scripts": {
"build": "npx @11ty/eleventy",
"watch": "npx @11ty/eleventy --watch",
"serve": "npx @11ty/eleventy --serve",
"debug": "DEBUG=* npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "https://github.com/tecla5/comic-cms"
},
"author": {
"name": "Javier Cabrera",
"email": "cabrera.javier@gmail.com",
"url": "https://tecla5.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tecla5/comic-cms/issues"
},
"homepage": "https://github.com/tecla5/comic-cms",
"devDependencies": {
"@11ty/eleventy": "^2.0.0-beta.3",
"@11ty/eleventy-img": "^3.1.0",
"@11ty/eleventy-navigation": "^0.3.5",
"clean-css": "^5.3.2",
"html-minifier": "^4.0.0",
"js-yaml": "^4.1.0",
"luxon": "^3.2.1",
"netlify-plugin-cache": "^1.0.3",
"uglify-js": "^3.17.4"
}
}