-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 786 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 786 Bytes
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
{
"name": "website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "npx @11ty/eleventy --serve --incremental",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Seb Mendez <produccionesaldo@gmail.com>",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.15",
"eleventy-plugin-i18n": "^0.1.3",
"esbuild": "^0.17.10",
"fast-glob": "^3.2.12",
"html-minifier-terser": "^7.1.0",
"moment": "^2.29.4",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss-import-ext-glob": "^2.1.1"
}
}