forked from ampproject/amphtml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
182 lines (182 loc) · 5.25 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
{
"private": true,
"name": "amp-html",
"version": "0.1.0",
"description": "Fastish HTML",
"main": "index.js",
"engines": {
"node": "^12.0.0",
"yarn": "^1.10.1"
},
"author": "The AMP HTML Authors",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ampproject/amphtml.git"
},
"scripts": {
"preinstall": "node build-system/common/check-package-manager.js"
},
"dependencies": {
"@ampproject/animations": "0.2.0",
"@ampproject/worker-dom": "0.22.0",
"dompurify": "2.0.7",
"moment": "2.24.0",
"preact": "10.0.5",
"promise-pjs": "1.1.4",
"prop-types": "15.7.2",
"react-dates": "15.5.3",
"web-activities": "1.13.0",
"web-animations-js": "2.3.1"
},
"devDependencies": {
"@babel/core": "7.7.2",
"@babel/helper-plugin-test-runner": "7.1.0",
"@babel/plugin-proposal-class-properties": "7.7.0",
"@babel/preset-env": "7.7.1",
"@jridgewell/resorcery": "0.0.3",
"acorn-globals": "4.3.4",
"amphtml-validator": "1.0.29",
"ansi-colors": "4.1.1",
"ast-replace": "1.1.3",
"atob": "2.1.2",
"autoprefixer": "9.7.2",
"babel-eslint": "10.0.3",
"babel-plugin-filter-imports": "4.0.0",
"babel-plugin-istanbul": "5.2.0",
"babel-plugin-minify-replace": "0.5.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
"babel-preset-modules": "0.0.2",
"babelify": "10.0.0",
"baconipsum": "0.1.2",
"base62": "2.0.1",
"bluebird": "3.7.1",
"body-parser": "1.19.0",
"brotli-size": "4.0.0",
"browserify": "16.5.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"cli-highlight": "2.1.4",
"codecov": "3.6.1",
"commander": "4.0.1",
"connect-header": "0.0.5",
"cssnano": "4.1.10",
"del": "5.1.0",
"derequire": "2.0.6",
"dev-null": "0.1.1",
"doctrine": "3.0.0",
"envify": "4.1.0",
"escodegen": "1.12.0",
"eslint": "6.6.0",
"eslint-config-prettier": "6.7.0",
"eslint-plugin-chai-expect": "2.0.1",
"eslint-plugin-eslint-plugin": "2.1.0",
"eslint-plugin-google-camelcase": "0.0.2",
"eslint-plugin-jasmine": "4.1.0",
"eslint-plugin-jsdoc": "18.1.4",
"eslint-plugin-local": "1.0.0",
"eslint-plugin-notice": "0.8.9",
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-sort-imports-es6-autofix": "0.5.0",
"eslint-plugin-sort-requires": "2.1.0",
"event-stream": "4.0.1",
"express": "4.17.1",
"fancy-log": "1.3.3",
"fetch-mock": "7.7.3",
"find-imports": "1.1.0",
"formidable": "1.2.1",
"fs-extra": "8.1.0",
"fuse.js": "3.4.6",
"globby": "10.0.1",
"google-closure-compiler": "20191111.0.0",
"gulp": "4.0.2",
"gulp-ava": "3.0.0",
"gulp-connect": "5.7.0",
"gulp-eslint": "6.0.0",
"gulp-eslint-if-fixed": "1.0.0",
"gulp-file": "0.4.0",
"gulp-git": "2.9.0",
"gulp-help": "chmontgomery/gulp-help#gulp4",
"gulp-if": "3.0.0",
"gulp-jest": "4.0.3",
"gulp-jsonlint": "1.3.1",
"gulp-jsonminify": "1.1.0",
"gulp-nop": "0.0.3",
"gulp-prettier": "2.3.0",
"gulp-regexp-sourcemaps": "1.0.1",
"gulp-rename": "1.4.0",
"gulp-sourcemaps": "2.6.5",
"gulp-watch": "5.0.1",
"gzip-size": "5.1.1",
"html-minifier": "4.0.0",
"jest-cli": "24.9.0",
"jest-dot-reporter": "1.0.12",
"jest-silent-reporter": "0.1.2",
"jison": "0.4.18",
"jsdom": "15.2.1",
"json-stable-stringify": "1.0.1",
"json5": "2.1.1",
"karma": "4.4.1",
"karma-browserify": "6.1.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "2.1.1",
"karma-edge-launcher": "0.4.2",
"karma-firefox-launcher": "1.2.0",
"karma-fixture": "0.2.6",
"karma-html2js-preprocessor": "1.1.0",
"karma-ie-launcher": "1.0.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"karma-safari-launcher": "1.0.0",
"karma-sauce-launcher": "2.0.2",
"karma-simple-reporter": "2.0.0",
"karma-sinon-chai": "2.0.2",
"karma-source-map-support": "1.4.0",
"karma-super-dots-reporter": "0.2.0",
"lazypipe": "1.0.2",
"lolex": "5.1.1",
"magic-string": "0.25.4",
"markdown-link-check": "3.8.0",
"minimatch": "3.0.4",
"minimist": "1.2.0",
"mocha": "6.2.2",
"mocha-silent-reporter": "1.0.0",
"morgan": "1.9.1",
"multer": "1.4.2",
"npm-exact-versions": "0.0.5",
"opn": "5.5.0",
"path": "0.12.7",
"plugin-error": "1.0.1",
"postcss": "7.0.23",
"postcss-import": "12.0.1",
"prettier": "1.19.1",
"pretty-bytes": "5.3.0",
"pumpify": "2.0.1",
"react": "16.12.0",
"react-addons-shallow-compare": "15.6.2",
"react-dom": "16.12.0",
"react-externs": "0.13.6",
"react-with-direction": "1.3.1",
"regexp.escape": "1.0.2",
"request": "2.88.0",
"request-promise": "4.2.5",
"require-hijack": "1.2.1",
"rocambole": "0.7.0",
"sinon": "7.5.0",
"sinon-chai": "3.3.0",
"sleep-promise": "8.0.1",
"tempy": "0.3.0",
"terser": "4.4.0",
"text-table": "0.2.0",
"through2": "3.0.1",
"topological-sort": "0.3.0",
"traverse": "0.6.6",
"tsickle": "0.37.1",
"typescript": "3.7.2",
"uglifyify": "5.0.2",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0",
"watchify": "3.11.1"
}
}