diff --git a/bun.lockb b/bun.lockb index 67c8d88f..4439689f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 9699488a..36e52ffd 100644 --- a/package.json +++ b/package.json @@ -1,52 +1,53 @@ { - "name": "create-expo-stack-repository", - "version": "0.0.0", - "description": "Root package for the create-expo-stack monorepo", - "repository": { - "type": "git", - "url": "https://github.com/danstepanov/create-expo-stack.git" - }, - "license": "MIT", - "workspaces": [ - "cli", - "www" - ], - "scripts": { - "build": "turbo build", - "build:cli": "turbo build --filter create-expo-stack", - "build:www": "turbo build --filter create-expo-stack-web", - "format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write" - }, - "husky": { - "hooks": { - "pre-commit": "pretty-quick --staged" - } - }, - "prettier": { - "semi": true, - "singleQuote": true, - "tabWidth": 4, - "useTabs": true, - "trailingComma": "none", - "printWidth": 120, - "bracketSpacing": true, - "bracketSameLine": false, - "arrowParens": "always" - }, - "devDependencies": { - "@changesets/cli": "^2.26.2", - "@changesets/get-release-plan": "^3.0.17", - "@typescript-eslint/eslint-plugin": "^6.11.0", - "@typescript-eslint/parser": "^6.11.0", - "bun-types": "^1.0.11", - "copyfiles": "^2.4.1", - "eslint": "^8.53.0", - "eslint-config-prettier": "^9.0.0", - "eslint-plugin-prettier": "^5.0.1", - "husky": "^5.1.3", - "prettier": "^3.1.0", - "pretty-quick": "^3.1.3", - "turbo": "^1.10.16", - "typescript": "latest" - } + "name": "create-expo-stack-repository", + "version": "0.0.0", + "description": "Root package for the create-expo-stack monorepo", + "repository": { + "type": "git", + "url": "https://github.com/danstepanov/create-expo-stack.git" + }, + "license": "MIT", + "workspaces": [ + "cli", + "www" + ], + "scripts": { + "build": "turbo build", + "build:cli": "turbo build --filter create-expo-stack", + "build:www": "turbo build --filter create-expo-stack-web", + "format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write" + }, + "husky": { + "hooks": { + "pre-commit": "pretty-quick --staged" + } + }, + "prettier": { + "semi": true, + "singleQuote": true, + "tabWidth": 4, + "useTabs": true, + "trailingComma": "none", + "printWidth": 120, + "bracketSpacing": true, + "bracketSameLine": false, + "arrowParens": "always" + }, + "devDependencies": { + "@changesets/changelog-github": "^0.4.8", + "@changesets/cli": "^2.26.2", + "@changesets/get-release-plan": "^3.0.17", + "@typescript-eslint/eslint-plugin": "^6.11.0", + "@typescript-eslint/parser": "^6.11.0", + "bun-types": "^1.0.11", + "copyfiles": "^2.4.1", + "eslint": "^8.53.0", + "eslint-config-prettier": "^9.0.0", + "eslint-plugin-prettier": "^5.0.1", + "husky": "^5.1.3", + "prettier": "^3.1.0", + "pretty-quick": "^3.1.3", + "turbo": "^1.10.16", + "typescript": "latest" + } } \ No newline at end of file