aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/kitchen-sink/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/kitchen-sink/package.json')
-rw-r--r--examples/kitchen-sink/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/kitchen-sink/package.json b/examples/kitchen-sink/package.json
new file mode 100644
index 0000000..8da1f5a
--- /dev/null
+++ b/examples/kitchen-sink/package.json
@@ -0,0 +1,16 @@
+{
+ "private": true,
+ "scripts": {
+ "build": "turbo run build",
+ "clean": "turbo run clean",
+ "dev": "turbo run dev --no-cache --continue",
+ "format": "prettier --write \"**/*.{ts,tsx,md}\"",
+ "lint": "turbo run lint",
+ "test": "turbo run test"
+ },
+ "devDependencies": {
+ "prettier": "^2.7.1",
+ "turbo": "latest"
+ },
+ "packageManager": "pnpm@7.15.0"
+}