Skip to content

Commit

Permalink
add changesets to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danstepanov committed Nov 20, 2023
1 parent 026b97e commit 5b40569
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 50 deletions.
Binary file modified bun.lockb
Binary file not shown.
101 changes: 51 additions & 50 deletions package.json
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"
}
}

0 comments on commit 5b40569

Please sign in to comment.