mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "Example",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"macos": "react-native run-macos",
|
|
"start": "react-native start",
|
|
"start-webpack": "webpack serve",
|
|
"test": "jest",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"react": "17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-native": "0.68.0-rc.1",
|
|
"react-native-macos": "^0.66.0-0",
|
|
"react-native-svg": "link:../",
|
|
"react-native-web": "^0.17.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@react-native-community/eslint-config": "^2.0.0",
|
|
"babel-jest": "^26.6.3",
|
|
"babel-loader": "^8.2.2",
|
|
"eslint": "^7.32.0",
|
|
"file-loader": "^6.2.0",
|
|
"jest": "^26.6.3",
|
|
"metro-react-native-babel-preset": "^0.67.0",
|
|
"react-native-gradle-plugin": "^0.0.4",
|
|
"react-test-renderer": "17.0.2",
|
|
"webpack": "^5.69.1",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "^4.7.4"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
},
|
|
"codegenConfig": {
|
|
"libraries": []
|
|
}
|
|
}
|