react-native-skia-example
Version:
This is a **Clone coding** from [**react-native-skia**](https://shopify.github.io/react-native-skia/docs/tutorials)
55 lines (54 loc) • 1.51 kB
JSON
{
"name": "react-native-skia-example",
"version": "0.0.8",
"private": false,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@shopify/react-native-skia": "^1.2.3",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-gesture-handler": "^2.16.2",
"react-native-reanimated": "^3.11.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.74.83",
"@react-native/eslint-config": "0.74.83",
"@react-native/metro-config": "0.74.83",
"@react-native/typescript-config": "0.74.83",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liveforownhappiness/react-native-skia-example.git"
},
"keywords": [
"react-native",
"react-native-skia",
"react-native-reanimated"
],
"author": "liveforownhappiness@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/liveforownhappiness/react-native-skia-example/issues"
},
"homepage": "https://liveforownhappiness.tistory.com/"
}