-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
026b97e
commit 5b40569
Showing
2 changed files
with
51 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |