forked from ampproject/amp.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
173 lines (173 loc) · 5.41 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"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": {
"bootstrap": "npx gulp bootstrap",
"develop": "npx gulp develop",
"lint": "npx gulp lintAll",
"lint:node": "eslint \"**/*.js\"",
"fix:node": "eslint \"**/*.js\" --fix",
"build:boilerplate": "cd boilerplate && node build.js",
"build:playground": "cd playground && webpack --config webpack.config.js --mode production --optimize-minimize --progress",
"build:local": "npx gulp build --env local",
"build:staging": "npx gulp build --env staging",
"build:prod": "npx gulp build --env production",
"build:grow-tests": "npx gulp buildForGrowTests --env test",
"log:staging": "gcloud app logs tail -s default --project amp-dev-staging",
"postinstall": "gulp downloadTestResources",
"posttest": "npm run lint",
"smoke-test": "APP_ENV=local jest smoke-tests --forceExit",
"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:prepare": "gulp updateTestResources",
"test:platform": "APP_ENV=test jest --testPathIgnorePatterns smoke-tests tests",
"test:grow-extensions": "cd pages/extensions && if which grow; then python -m unittest discover -p \"*_test.py\"; else echo grow not installed with pip. skip tests; fi"
},
"husky": {
"hooks": {
"pre-push": "npm test"
}
},
"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": {
"@ampproject/toolbox-cors": "2.0.0-alpha.4",
"@ampproject/toolbox-optimizer": "2.0.0-alpha.6",
"@google-cloud/datastore": "5.0.4",
"acorn": "7.1.0",
"casual": "1.6.2",
"cheerio": "1.0.0-rc.3",
"client-sessions": "0.8.0",
"cookie-parser": "1.4.4",
"cors": "2.8.5",
"csso": "4.0.2",
"emoji-strip": "1.0.1",
"express": "4.17.1",
"express-formidable": "1.2.0",
"feedparser": "2.2.9",
"gcp-metadata": "3.3.1",
"http-proxy": "1.18.0",
"iltorb": "2.4.5",
"ioredis": "4.14.1",
"js-yaml": "3.13.1",
"linkifyjs": "2.1.9",
"lru-cache": "5.1.1",
"module-alias": "2.2.2",
"mri": "1.1.4",
"multer": "1.4.2",
"node-fetch": "2.6.0",
"node-zopfli-es": "1.0.3",
"nunjucks": "3.2.0",
"randomstring": "1.1.5",
"rcs-core": "2.6.3",
"safe-eval": "0.4.1",
"shrink-ray-current": "4.1.2",
"signale": "1.4.0",
"uuid": "3.4.0",
"web-push": "3.4.3"
},
"devDependencies": {
"@ampproject/toolbox-validator-rules": "2.0.0-alpha.0",
"@babel/cli": "7.8.4",
"@babel/core": "7.8.4",
"@babel/node": "7.8.4",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/runtime": "7.8.4",
"@octokit/rest": "16.43.1",
"absolutify": "0.1.0",
"amphtml-validator": "1.0.29",
"archiver": "3.1.1",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"clean-css": "4.2.3",
"clean-webpack-plugin": "3.0.0",
"closure-webpack-plugin": "2.2.1",
"codemirror": "5.51.0",
"copy-webpack-plugin": "5.1.1",
"css-loader": "3.4.2",
"del": "5.1.0",
"eslint": "6.8.0",
"eslint-config-google": "0.14.0",
"fetch-mock": "8.3.2",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-prettier": "3.1.2",
"file-loader": "5.0.2",
"globby": "11.0.0",
"google-closure-compiler": "20200112.0.0",
"got": "10.4.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.7.3",
"handlebars-loader": "1.7.1",
"handlebars-registrar": "1.5.2",
"highlight.js": "9.18.1",
"hogan.js": "3.0.2",
"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.11",
"http-proxy-response-rewrite": "0.0.1",
"husky": "4.2.1",
"jasmine": "3.5.0",
"jest": "25.1.0",
"jimp": "0.9.3",
"js-beautify": "1.10.3",
"keymaster": "1.6.2",
"marked": "0.8.0",
"mini-css-extract-plugin": "0.9.0",
"node-sass": "4.13.1",
"npm-run-all": "4.1.5",
"octonode": "0.9.5",
"optimize-css-assets-webpack-plugin": "5.0.3",
"preload-webpack-plugin": "3.0.0-beta.4",
"quoted-printable": "1.0.1",
"prettier": "1.19.1",
"recursive-search": "1.0.1",
"sass-loader": "8.0.2",
"striptags": "3.1.1",
"style-loader": "1.1.3",
"supertest": "4.0.2",
"through2": "3.0.1",
"url-loader": "3.0.0",
"url-search-params": "1.1.0",
"wade": "0.3.3",
"webpack": "4.41.5",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.10.3",
"write": "2.0.0",
"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"
]
}