aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-create-react-app/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-create-react-app/package.json')
-rw-r--r--examples/with-create-react-app/package.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/with-create-react-app/package.json b/examples/with-create-react-app/package.json
deleted file mode 100644
index 1e6500a..0000000
--- a/examples/with-create-react-app/package.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "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": {
- "eslint": "^8.4.1",
- "prettier": "^2.5.1",
- "turbo": "latest"
- },
- "packageManager": "pnpm@7.15.0"
-}