-
Notifications
You must be signed in to change notification settings - Fork 694
/
package.json
197 lines (197 loc) · 6.18 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
189
190
191
192
193
194
195
196
197
{
"name": "amp-dev",
"version": "1.0.5",
"description": "The AMP Project website.",
"repository": "[email protected]:ampproject/docs.git",
"engines": {
"node": "18.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 --mode production",
"build:pixi": "cd pixi && webpack --mode production",
"build:frontend": "cd frontend21 && webpack --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 && husky install",
"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 serve --mode development",
"start:pixi": "cd pixi && webpack serve --mode development",
"start:frontend": "cd frontend21 && webpack serve --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 --runInBand --detectOpenHandles --forceExit --testPathPattern platform --testPathIgnorePatterns smoke-tests",
"test:playground": "APP_ENV=test jest --runInBand --detectOpenHandles --forceExit --testPathPattern playground",
"_test:pixi": "APP_ENV=test jest --runInBand --detectOpenHandles --forceExit --testPathPattern pixi",
"_test:pixi:e2e": "APP_ENV=local jest --forceExit -c e2e.jest.config.js",
"test:grow-extensions": "cd pages/extensions && if which grow; then python3 -m unittest discover -p \"*_test.py\"; else echo grow not installed with pip. skip tests; fi"
},
"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.10.1",
"@ampproject/toolbox-cors": "2.10.1",
"@ampproject/toolbox-optimizer": "2.10.1",
"@google-cloud/datastore": "8.7.0",
"@iarna/toml": "2.2.5",
"busboy": "1.6.0",
"casual": "1.6.2",
"cheerio": "1.0.0-rc.12",
"client-sessions": "0.8.0",
"cookie": "0.6.0",
"cookie-parser": "1.4.6",
"cors": "2.8.5",
"crypto-browserify": "3.12.0",
"dropzone": "5.9.3",
"express": "4.19.2",
"express-formidable": "1.2.0",
"gcp-metadata": "6.1.0",
"google-spreadsheet": "4.1.2",
"gulp-file": "0.4.0",
"helmet-csp": "3.4.0",
"http-proxy": "1.18.1",
"ioredis": "5.4.1",
"joi": "17.13.3",
"js-yaml": "4.1.0",
"json-tree-view": "0.4.12",
"linkifyjs": "2.1.9",
"lru-cache": "6.0.0",
"middy": "0.36.0",
"module-alias": "2.2.3",
"mri": "1.2.0",
"multer": "1.4.4-lts.1",
"node-fetch": "2.7.0",
"nunjucks": "3.2.4",
"p-queue": "6.6.2",
"postcss": "8.4.40",
"postcss-css-variables": "0.19.0",
"randomstring": "1.3.0",
"rcs-core": "3.7.1",
"rss-to-json": "2.1.1",
"signale": "1.4.0",
"stream-browserify": "3.0.0",
"util": "0.12.5",
"uuid": "9.0.1",
"vinyl": "3.0.0",
"web-push": "3.6.7",
"ws": "8.18.0"
},
"devDependencies": {
"@ampproject/toolbox-cache-url": "2.10.1",
"@ampproject/toolbox-validator-rules": "2.10.1",
"@babel/cli": "7.24.8",
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/node": "7.25.0",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-modules-commonjs": "7.24.8",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.25.3",
"@babel/runtime": "7.25.0",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.7",
"absolutify": "0.1.0",
"amphtml-validator": "1.0.38",
"ansi-colors": "4.1.3",
"archiver": "6.0.2",
"babel-loader": "9.1.3",
"clean-css": "5.3.3",
"clean-webpack-plugin": "4.0.0",
"codemirror": "5.65.17",
"copy-webpack-plugin": "12.0.2",
"css-loader": "6.11.0",
"css-minimizer-webpack-plugin": "6.0.0",
"del": "6.1.1",
"eslint": "8.57.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"fetch-mock": "9.11.0",
"file-loader": "6.2.0",
"filemanager-webpack-plugin": "8.0.0",
"gulp": "4.0.2",
"gulp-amphtml-validator": "1.0.8",
"gulp-once": "2.1.1",
"gulp-sass": "5.1.0",
"handlebars": "4.7.8",
"handlebars-loader": "1.7.3",
"highlight.js": "11.10.0",
"hogan.js": "3.0.2",
"html-loader": "5.1.0",
"html-webpack-inline-source-plugin": "1.0.0-beta.2",
"html-webpack-plugin": "5.6.0",
"husky": "7.0.4",
"jasmine": "5.2.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-puppeteer": "10.0.1",
"js-base64": "3.7.7",
"js-beautify": "1.15.1",
"keymaster": "1.6.2",
"marked": "2.1.3",
"mini-css-extract-plugin": "2.9.0",
"mini-svg-data-uri": "1.4.4",
"netlify-cli": "17.33.5",
"npm-run-all2": "6.2.2",
"octonode": "0.10.2",
"preload-webpack-plugin": "3.0.0-beta.4",
"prettier": "3.3.3",
"quoted-printable": "1.0.1",
"recursive-search": "1.0.1",
"sass": "1.77.8",
"sass-loader": "14.2.1",
"snarkdown": "2.0.0",
"striptags": "3.2.0",
"supertest": "6.3.4",
"svg-spritemap-webpack-plugin": "4.5.1",
"through2": "4.0.2",
"url-loader": "4.1.1",
"url-search-params": "1.1.0",
"wade": "0.3.3",
"webpack": "5.93.0",
"webpack-build-notifier": "2.3.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"write": "2.0.0"
},
"optionalDependencies": {
"fsevents": "2.3.3"
},
"sideEffects": [
"./playground/src/request-idle-callback/base.js",
"./playground/src/service-worker/base.js",
"./playground/src/event-listener-options/base.js",
"*.css",
"*.scss"
]
}