aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHana Kim <hyangah@gmail.com>2026-03-09 19:11:47 -0400
committerHyang-Ah Hana Kim <hyangah@gmail.com>2026-03-13 08:42:06 -0700
commite408491544ed69282906282ee1a1d294ecce5722 (patch)
tree7438f8506cd168e4b80defdfe712fa55ef3686df /package.json
parentc6a6ea3eb9fae4333fffcab5ccae05c976994499 (diff)
downloadgo-x-pkgsite-e408491544ed69282906282ee1a1d294ecce5722.tar.xz
package.json: move all dependencies to dev dependencies
Our system does not use Node.JS in production. It is only for testing. Make this clear. And remove unneeded dependencies. Change-Id: I7b28bbb62a163cda3cc1e241710e2889f79807c6 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/753420 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ethan Lee <ethanalee@google.com> kokoro-CI: kokoro <noreply+kokoro@google.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json
index cda72e34..17717a66 100644
--- a/package.json
+++ b/package.json
@@ -14,8 +14,7 @@
"test:typecheck": "tsc --noEmit",
"test:unit": "jest static"
},
- "dependencies": {
- "@babel/core": "^7.24.5",
+ "devDependencies": {
"@types/marked": "4.0.1",
"@typescript-eslint/eslint-plugin": "5.2.0",
"@typescript-eslint/parser": "5.2.0",
@@ -27,11 +26,9 @@
"js-green-licenses": "4.0.0",
"marked": "4.0.10",
"npm-run-all": "4.1.5",
- "postcss": "8.4.38",
"prettier": "2.1.2",
"stylelint": "14.2.0",
"stylelint-config-prettier": "9.0.3",
- "stylelint-config-recommended": "6.0.0",
"stylelint-config-standard": "24.0.0",
"stylelint-order": "5.0.0",
"stylelint-prettier": "2.0.0",