summaryrefslogtreecommitdiff
path: root/front/package.json
diff options
context:
space:
mode:
authorSimponic <elizabeth.hunt@simponic.xyz>2023-01-28 23:04:49 -0700
committerSimponic <elizabeth.hunt@simponic.xyz>2023-01-29 00:15:25 -0700
commitecd07b0c9b81cfa1cf09abae8caacc04af20e911 (patch)
tree3af3491a2df279375a0aaf46b77d0c507c92b3c6 /front/package.json
parent593a631a564926b5b118805b8bea13a753e4757d (diff)
downloadchessh-ecd07b0c9b81cfa1cf09abae8caacc04af20e911.tar.gz
chessh-ecd07b0c9b81cfa1cf09abae8caacc04af20e911.zip
Set ssh port in test config, move asciinema-player to reg deps
Diffstat (limited to 'front/package.json')
-rw-r--r--front/package.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/front/package.json b/front/package.json
index f7d9d5d..5f42aea 100644
--- a/front/package.json
+++ b/front/package.json
@@ -13,7 +13,8 @@
"react-modal": "^3.16.1",
"react-router-dom": "^6.6.2",
"react-scripts": "5.0.1",
- "web-vitals": "^2.1.4"
+ "web-vitals": "^2.1.4",
+ "asciinema-player": "^3.0.1"
},
"scripts": {
"start": "react-scripts start",
@@ -38,8 +39,5 @@
"last 1 firefox version",
"last 1 safari version"
]
- },
- "devDependencies": {
- "asciinema-player": "^3.0.1"
}
}