-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
68 lines (68 loc) · 1.56 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@ampproject/eleventy-plugin-amp",
"version": "0.5.7",
"description": "AMP support for Eleventy.",
"main": "src/.eleventy.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/eleventy-plugin-amp.git"
},
"files": [
"src/**/!(*.test.js)*"
],
"scripts": {
"changelog": "lerna-changelog",
"lint": "eslint src --ext js,jsx --quiet --fix",
"publish": "git push --tags",
"test": "jest"
},
"keywords": [
"amp",
"static-site-generator",
"static-site",
"documentation",
"website",
"jekyll",
"blog",
"templates",
"generator",
"framework",
"eleventy",
"eleventy-plugin",
"11ty",
"html",
"markdown",
"liquid",
"nunjucks",
"pug",
"handlebars",
"mustache",
"ejs",
"haml"
],
"author": "AMPHTML Team",
"license": "Apache-2.0",
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-html": "6.2.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "28.1.1",
"lerna-changelog": "2.2.0",
"prettier": "2.7.1"
},
"dependencies": {
"@11ty/eleventy-img": "2.0.1",
"@ampproject/toolbox-optimizer": "2.9.0",
"@ampproject/toolbox-runtime-fetch": "2.9.0",
"amphtml-validator": "1.0.35",
"clean-css": "5.3.0",
"eleventy": "^1.0.6",
"probe-image-size": "7.2.3"
},
"bugs": {
"url": "https://github.com/ampproject/eleventy-plugin-amp/issues"
},
"homepage": "https://github.com/ampproject/eleventy-plugin-amp"
}