forked from ampproject/amp.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
162 lines (162 loc) · 5.03 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
{
"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": "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": "gulp build --env local",
"build:staging": "gulp build --env staging",
"build:prod": "gulp build --env production",
"build:grow-tests": "gulp buildForGrowTests --env test",
"log:staging": "gcloud app logs tail -s default --project amp-dev-staging",
"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: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": "1.1.0-beta.1",
"@ampproject/toolbox-optimizer": "1.1.0-beta.1",
"@google-cloud/datastore": "4.3.0",
"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": "3.5.1",
"express": "4.17.1",
"express-formidable": "1.2.0",
"feedparser": "2.2.9",
"http-proxy": "1.18.0",
"iltorb": "2.4.3",
"js-yaml": "3.13.1",
"linkifyjs": "2.1.8",
"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.2",
"safe-eval": "0.4.1",
"shrink-ray-current": "4.1.2",
"signale": "1.4.0",
"uuid": "3.3.3",
"web-push": "3.4.0"
},
"devDependencies": {
"@ampproject/toolbox-validator-rules": "1.0.1",
"@babel/cli": "7.6.2",
"@babel/core": "7.6.2",
"@babel/node": "7.6.2",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-runtime": "7.6.2",
"@babel/preset-env": "7.6.2",
"@babel/runtime": "7.6.2",
"@octokit/rest": "16.30.1",
"absolutify": "0.1.0",
"amp-by-example": "0.2.16",
"amp-toolbox-runtime-version": "0.2.7",
"amphtml-validator": "1.0.23",
"archiver": "3.1.1",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"clean-css": "4.2.1",
"clean-webpack-plugin": "3.0.0",
"closure-webpack-plugin": "2.0.1",
"codemirror": "5.49.0",
"copy-webpack-plugin": "5.0.4",
"css-loader": "3.2.0",
"del": "5.1.0",
"eslint": "6.5.1",
"eslint-config-google": "0.14.0",
"fetch-mock": "7.4.0",
"file-loader": "4.2.0",
"globby": "10.0.1",
"google-closure-compiler": "20190929.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.4.0",
"handlebars-loader": "1.7.1",
"handlebars-registrar": "1.5.2",
"highlight.js": "9.15.10",
"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.8",
"http-proxy-response-rewrite": "0.0.1",
"husky": "3.0.8",
"jasmine": "3.5.0",
"jest": "24.9.0",
"jimp": "0.8.4",
"js-beautify": "1.10.2",
"keymaster": "1.6.2",
"mini-css-extract-plugin": "0.8.0",
"node-sass": "4.12.0",
"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",
"recursive-search": "1.0.1",
"sass-loader": "8.0.0",
"style-loader": "1.0.0",
"supertest": "4.0.2",
"through2": "3.0.1",
"url-loader": "2.1.0",
"url-search-params": "1.1.0",
"wade": "0.3.3",
"webpack": "4.41.0",
"webpack-cli": "3.3.9",
"webpack-dev-server": "3.8.1",
"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"
]
}