mirror of
https://github.com/zhigang1992/react-content-loader.git
synced 2026-04-01 13:03:03 +08:00
16 lines
394 B
JSON
16 lines
394 B
JSON
{
|
|
"name": "react-content-loader/native",
|
|
"private": true,
|
|
"main": "./react-content-loader.native.cjs.js",
|
|
"module": "./react-content-loader.native.es.js",
|
|
"jsnext:main": "./react-content-loader.native.es.js",
|
|
"types": "./native/index.d.ts",
|
|
"dependencies": {
|
|
"react-native-svg": "9.6.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.0.0",
|
|
"react-native": "^0.60.5"
|
|
}
|
|
}
|