diff options
Diffstat (limited to 'examples/with-create-react-app/package.json')
| -rw-r--r-- | examples/with-create-react-app/package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/with-create-react-app/package.json b/examples/with-create-react-app/package.json new file mode 100644 index 0000000..1e6500a --- /dev/null +++ b/examples/with-create-react-app/package.json @@ -0,0 +1,17 @@ +{ + "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" +} |
