-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update package.json formatting for consistency
- Loading branch information
Showing
1 changed file
with
70 additions
and
70 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,72 +1,72 @@ | ||
{ | ||
"name": "react-native-video", | ||
"version": "6.8.2", | ||
"description": "A <Video /> element for react-native", | ||
"main": "lib/index", | ||
"source": "src/index.ts", | ||
"react-native": "src/index", | ||
"license": "MIT", | ||
"author": "Community Contributors", | ||
"homepage": "https://docs.thewidlarzgroup.com/react-native-video/", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:TheWidlarzGroup/react-native-video.git" | ||
}, | ||
"resolutions": { | ||
"@types/react": "~18.0.0" | ||
}, | ||
"devDependencies": { | ||
"@expo/config-plugins": "^8.0.5", | ||
"@jamesacarr/eslint-formatter-github-actions": "^0.2.0", | ||
"@react-native/eslint-config": "^0.72.2", | ||
"@release-it/conventional-changelog": "^7.0.2", | ||
"@types/jest": "^28.1.2", | ||
"@types/react": "~18.0.0", | ||
"@types/react-native": "0.72.3", | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"eslint": "^8.19.0", | ||
"eslint-plugin-jest": "^27.4.2", | ||
"hls.js": "^1.5.18", | ||
"jest": "^29.7.0", | ||
"prettier": "^2.4.1", | ||
"react": "18.2.0", | ||
"react-native": "0.73.2", | ||
"react-native-windows": "^0.61.0-0", | ||
"release-it": "^16.2.1", | ||
"typescript": "5.1.6" | ||
}, | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"react": "*", | ||
"react-native": "*" | ||
}, | ||
"scripts": { | ||
"lint": "yarn eslint .", | ||
"build": "yarn tsc", | ||
"prepare": "yarn build", | ||
"xbasic": "yarn --cwd examples/basic", | ||
"docs": "yarn --cwd docs build", | ||
"release": "release-it", | ||
"test": "echo no test available", | ||
"check-ios": "scripts/swift-format.sh && scripts/swift-lint.sh && scripts/clang-format.sh", | ||
"check-android": "scripts/kotlin-lint.sh", | ||
"check-all": "yarn check-android; yarn check-ios; yarn lint", | ||
"codegen": "node ./node_modules/react-native/scripts/generate-codegen-artifacts.js --path ./ ./output" | ||
}, | ||
"files": [ | ||
"android", | ||
"ios", | ||
"windows", | ||
"src", | ||
"lib", | ||
"react-native-video.podspec", | ||
"app.plugin.js", | ||
"!android/build", | ||
"!android/buildOutput_*", | ||
"!android/local.properties", | ||
"!ios/build", | ||
"!**/*.tsbuildinfo", | ||
"!docs", | ||
"!examples" | ||
] | ||
"name": "react-native-video", | ||
"version": "6.8.2", | ||
"description": "A <Video /> element for react-native", | ||
"main": "lib/index", | ||
"source": "src/index.ts", | ||
"react-native": "src/index", | ||
"license": "MIT", | ||
"author": "Community Contributors", | ||
"homepage": "https://docs.thewidlarzgroup.com/react-native-video/", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:TheWidlarzGroup/react-native-video.git" | ||
}, | ||
"resolutions": { | ||
"@types/react": "~18.0.0" | ||
}, | ||
"devDependencies": { | ||
"@expo/config-plugins": "^8.0.5", | ||
"@jamesacarr/eslint-formatter-github-actions": "^0.2.0", | ||
"@react-native/eslint-config": "^0.72.2", | ||
"@release-it/conventional-changelog": "^7.0.2", | ||
"@types/jest": "^28.1.2", | ||
"@types/react": "~18.0.0", | ||
"@types/react-native": "0.72.3", | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"eslint": "^8.19.0", | ||
"eslint-plugin-jest": "^27.4.2", | ||
"hls.js": "^1.5.18", | ||
"jest": "^29.7.0", | ||
"prettier": "^2.4.1", | ||
"react": "18.2.0", | ||
"react-native": "0.73.2", | ||
"react-native-windows": "^0.61.0-0", | ||
"release-it": "^16.2.1", | ||
"typescript": "5.1.6" | ||
}, | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"react": "*", | ||
"react-native": "*" | ||
}, | ||
"scripts": { | ||
"lint": "yarn eslint .", | ||
"build": "yarn tsc", | ||
"prepare": "yarn build", | ||
"xbasic": "yarn --cwd examples/basic", | ||
"docs": "yarn --cwd docs build", | ||
"release": "release-it", | ||
"test": "echo no test available", | ||
"check-ios": "scripts/swift-format.sh && scripts/swift-lint.sh && scripts/clang-format.sh", | ||
"check-android": "scripts/kotlin-lint.sh", | ||
"check-all": "yarn check-android; yarn check-ios; yarn lint", | ||
"codegen": "node ./node_modules/react-native/scripts/generate-codegen-artifacts.js --path ./ ./output" | ||
}, | ||
"files": [ | ||
"android", | ||
"ios", | ||
"windows", | ||
"src", | ||
"lib", | ||
"react-native-video.podspec", | ||
"app.plugin.js", | ||
"!android/build", | ||
"!android/buildOutput_*", | ||
"!android/local.properties", | ||
"!ios/build", | ||
"!**/*.tsbuildinfo", | ||
"!docs", | ||
"!examples" | ||
] | ||
} |