forked from ampproject/amp.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
139 lines (139 loc) · 4.4 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "amp-dev",
"version": "1.0.5",
"description": "The AMP Project website.",
"repository": "[email protected]:ampproject/docs.git",
"engines": {
"node": "10.x"
},
"private": true,
"scripts": {
"develop": "gulp develop",
"lint": "npm-run-all lint:* --aggregate-output --parallel",
"lint:grow": "cd platform && node lib/pipeline/growReferenceChecker.js",
"lint:node": "eslint \"**/*.js\" --ignore-path ./.gitignore --ignore-pattern \"examples/**/static\"",
"fix:node": "eslint \"**/*.js\" --fix --ignore-path ./.gitignore",
"build:boilerplate": "cd boilerplate && node build.js",
"build:playground": "cd playground && webpack --config webpack.config.js --mode production --optimize-minimize --progress",
"build:local": "gulp build --env local",
"build:staging": "gulp build --env staging",
"build:prod": "gulp build --env production",
"log:staging": "gcloud app logs tail -s default --project amp-dev-staging",
"posttest": "npm run lint",
"start:local": "cd platform && NODE_ENV=local node serve.js",
"start:playground": "cd playground && webpack-dev-server --mode development",
"start": "cd platform && NODE_ENV=production node serve.js",
"test": "npm-run-all test:* --aggregate-output --parallel",
"test:playground": "babel-node playground/spec/run.js",
"test:platform": "node integration-tests/run.js"
},
"keywords": [
"amphtml",
"framework",
"documentation"
],
"author": "The AMP HTML Authors",
"license": "Apache-2.0",
"signale": {
"displayTimestamp": true
},
"_moduleAliases": {
"@examples": "examples",
"@boilerplate": "boilerplate",
"@lib": "platform/lib"
},
"dependencies": {
"amp-toolbox-cors": "0.2.5",
"casual": "1.6.0",
"cheerio": "1.0.0-rc.3",
"cors": "2.8.5",
"express": "4.17.0",
"http-proxy": "1.17.0",
"iltorb": "2.4.3",
"js-yaml": "3.13.1",
"lru-cache": "5.1.1",
"module-alias": "2.2.0",
"mri": "1.1.4",
"multer": "1.4.1",
"node-fetch": "2.5.0",
"node-zopfli-es": "1.0.3",
"nunjucks": "3.2.0",
"shrink-ray-current": "4.0.0",
"signale": "1.4.0"
},
"devDependencies": {
"@babel/cli": "7.4.4",
"@babel/core": "7.4.4",
"@babel/node": "7.2.2",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-runtime": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/runtime": "7.4.4",
"@octokit/rest": "16.25.5",
"absolutify": "0.1.0",
"amp-by-example": "0.2.11",
"amp-toolbox-optimizer": "1.2.0-alpha.1",
"amp-toolbox-runtime-version": "0.2.7",
"archiver": "^3.0.0",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.6",
"clean-css": "4.2.1",
"clean-webpack-plugin": "2.0.2",
"closure-webpack-plugin": "2.0.1",
"codemirror": "5.46.0",
"copy-webpack-plugin": "5.0.3",
"css-loader": "2.1.1",
"del": "4.1.1",
"eslint": "5.16.0",
"eslint-config-google": "0.13.0",
"exectimer": "^2.2.1",
"file-loader": "3.0.1",
"globby": "^9.2.0",
"google-closure-compiler": "20190415.0.0",
"got": "9.6.0",
"gulp": "4.0.2",
"gulp-amphtml-validator": "1.0.2",
"gulp-once": "2.0.3",
"gulp-sass": "4.0.2",
"gulp-strip-css-comments": "2.0.0",
"handlebars": "^4.1.2",
"handlebars-loader": "1.7.1",
"handlebars-registrar": "1.5.2",
"highlight.js": "9.15.6",
"html-loader": "0.5.5",
"html-minifier": "4.0.0",
"html-webpack-inline-source-plugin": "1.0.0-beta.2",
"html-webpack-plugin": "4.0.0-beta.5",
"http-proxy-response-rewrite": "0.0.1",
"jasmine": "3.4.0",
"jimp": "0.6.4",
"js-beautify": "1.10.0",
"keymaster": "1.6.2",
"mini-css-extract-plugin": "0.6.0",
"node-sass": "4.12.0",
"npm-run-all": "4.1.5",
"octonode": "0.9.5",
"optimize-css-assets-webpack-plugin": "5.0.1",
"preload-webpack-plugin": "3.0.0-beta.3",
"rcs-core": "2.5.1",
"recursive-search": "1.0.1",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"through2": "3.0.1",
"url-loader": "1.1.2",
"url-search-params": "1.1.0",
"wade": "0.3.3",
"webpack": "4.31.0",
"webpack-cli": "3.3.2",
"webpack-dev-server": "3.3.1",
"write": "1.0.3",
"write-yaml": "1.0.0"
},
"sideEffects": [
"./playground/src/request-idle-callback/base.js",
"./playground/src/service-worker/base.js",
"./playground/src/event-listener-options/base.js",
"*.css",
"*.scss"
]
}