summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index e90fd78..5297f20 100644
--- a/package.json
+++ b/package.json
@@ -31,9 +31,11 @@
"test:ts:back": "run -T tsc -p server/tsconfig.json"
},
"dependencies": {
+ "@sindresorhus/slugify": "^2.2.1",
"@strapi/design-system": "^2.0.0-rc.30",
"@strapi/icons": "^2.0.0-rc.30",
- "react-intl": "^7.1.14"
+ "react-intl": "^7.1.14",
+ "yup": "^0.32.11"
},
"devDependencies": {
"@strapi/sdk-plugin": "^5.4.0",