bntnam commented on a change in pull request #11554:
URL: https://github.com/apache/beam/pull/11554#discussion_r422998690



##########
File path: website/www/package.json
##########
@@ -0,0 +1,19 @@
+{
+  "name": "apache-beam-website",
+  "version": "1.0.0",
+  "description": "Apache Beam website",
+  "repository": "apache/beam",
+  "license": "MIT",
+  "scripts": {
+    "build_github_samples": "./build_github_samples.sh",
+    "develop": "cd site && hugo server",
+    "build": "cross-env HUGO_ENV=production hugo -d ../dist -s site -v",
+    "start": "hugo -d ../dist -s site -vw"
+  },
+  "dependencies": {},
+  "devDependencies": {
+    "autoprefixer": "^9.7.4",
+    "cross-env": "^7.0.2",
+    "postcss-cli": "^7.1.0"

Review comment:
       I left them there during the initial Docsy setup because they're 
required, but it turns out that we don't use Webpack configuration. Removed!




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to