aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index 255a634e..428452cb 100644
--- a/package.json
+++ b/package.json
@@ -5,10 +5,12 @@
5 "workspaces": [ 5 "workspaces": [
6 "subprojects/frontend" 6 "subprojects/frontend"
7 ], 7 ],
8 "scripts": {
9 "frontend": "yarn workspace @refinery/frontend"
10 },
11 "packageManager": "yarn@3.2.2",
8 "devDependencies": { 12 "devDependencies": {
9 "eslint": "^8.21.0", 13 "eslint": "^8.21.0",
10 "stylelint": "^14.10.0",
11 "typescript": "~4.7.4" 14 "typescript": "~4.7.4"
12 }, 15 }
13 "packageManager": "yarn@3.2.2"
14} 16}