forked from ampproject/amp.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
188 lines (188 loc) · 6.24 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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"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:pixi": "cd pixi && webpack --config webpack.config.js --mode production --optimize-minimize --progress",
"build:frontend": "cd frontend21 && webpack --config webpack.config.js --mode production",
"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:pixi": "cd pixi && webpack --config webpack.config.js --watch --mode development",
"start:frontend": "cd frontend21 && webpack-dev-server --config webpack.config.js --watch --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 --testPathPattern platform --testPathIgnorePatterns smoke-tests",
"test:playground": "APP_ENV=test jest --testPathPattern playground",
"test:pixi": "APP_ENV=test jest --testPathPattern pixi",
"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"
},
"browserslist": [
"last 2 versions",
"not dead"
],
"dependencies": {
"@ampproject/toolbox-cache-list": "2.6.0",
"@ampproject/toolbox-cors": "2.6.0",
"@ampproject/toolbox-linter": "2.7.0-alpha.4",
"@ampproject/toolbox-optimizer": "2.6.0",
"@google-cloud/datastore": "6.3.0",
"acorn": "8.0.4",
"casual": "1.6.2",
"cheerio": "1.0.0-rc.3",
"client-sessions": "0.8.0",
"cookie-parser": "1.4.5",
"cors": "2.8.5",
"dropzone": "5.7.2",
"express": "4.17.1",
"express-formidable": "1.2.0",
"gcp-metadata": "4.2.1",
"http-proxy": "1.18.1",
"iltorb": "2.4.5",
"ioredis": "4.19.2",
"js-yaml": "3.14.0",
"json-tree-view": "0.4.12",
"linkifyjs": "2.1.9",
"lru-cache": "6.0.0",
"module-alias": "2.2.2",
"mri": "1.1.6",
"multer": "1.4.2",
"node-fetch": "2.6.1",
"node-zopfli-es": "1.0.7",
"nunjucks": "3.2.2",
"p-queue": "6.6.2",
"randomstring": "1.1.5",
"rcs-core": "3.5.0",
"rss-to-json": "1.1.1",
"safe-eval": "0.4.1",
"shrink-ray-current": "4.1.2",
"signale": "1.4.0",
"uuid": "8.3.1",
"ws": "7.4.0",
"web-push": "3.4.4",
"amphtml-validator": "1.0.33"
},
"devDependencies": {
"@ampproject/toolbox-cache-url": "2.5.4",
"@ampproject/toolbox-validator-rules": "2.5.4",
"@babel/cli": "7.12.1",
"@babel/core": "7.12.3",
"@babel/node": "7.12.6",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/runtime": "7.12.5",
"absolutify": "0.1.0",
"archiver": "5.0.2",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.1",
"clean-css": "4.2.3",
"clean-webpack-plugin": "3.0.0",
"closure-webpack-plugin": "2.3.0",
"codemirror": "5.58.2",
"copy-webpack-plugin": "6.3.0",
"css-loader": "5.0.1",
"del": "6.0.0",
"eslint": "7.13.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-prettier": "3.1.4",
"fetch-mock": "9.10.7",
"file-loader": "6.2.0",
"filemanager-webpack-plugin": "2.0.5",
"globby": "11.0.1",
"google-closure-compiler": "20201102.0.1",
"gulp": "4.0.2",
"gulp-amphtml-validator": "1.0.6",
"gulp-once": "2.1.1",
"gulp-sass": "4.1.0",
"gulp-strip-css-comments": "2.0.0",
"handlebars": "4.7.6",
"handlebars-loader": "1.7.1",
"handlebars-registrar": "1.5.2",
"highlight.js": "10.3.2",
"hogan.js": "3.0.2",
"html-loader": "1.3.2",
"html-minifier": "4.0.0",
"html-webpack-inline-source-plugin": "1.0.0-beta.2",
"html-webpack-plugin": "4.5.0",
"husky": "4.3.0",
"jasmine": "3.6.3",
"jest": "26.6.3",
"js-base64": "3.6.0",
"js-beautify": "1.13.0",
"keymaster": "1.6.2",
"marked": "1.2.3",
"mini-css-extract-plugin": "1.3.0",
"mini-svg-data-uri": "1.2.3",
"node-sass": "4.14.1",
"npm-run-all": "4.1.5",
"octonode": "0.9.5",
"optimize-css-assets-webpack-plugin": "5.0.4",
"preload-webpack-plugin": "3.0.0-beta.4",
"prettier": "2.1.2",
"quoted-printable": "1.0.1",
"recursive-search": "1.0.1",
"sass-loader": "10.0.5",
"striptags": "3.1.1",
"style-loader": "2.0.0",
"supertest": "6.0.1",
"svg-spritemap-webpack-plugin": "3.7.1",
"through2": "4.0.2",
"url-loader": "4.1.1",
"url-search-params": "1.1.0",
"wade": "0.3.3",
"webpack": "4.44.2",
"webpack-build-notifier": "2.1.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0",
"write": "2.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"
]
}