diff options
Diffstat (limited to 'front/package.json')
-rw-r--r-- | front/package.json | 6 |
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" } } |