Files
react-native-web-lottie/package.json
Louis Lagrange cab1750b8b v1.0.0
2019-02-05 15:38:40 +01:00

61 lines
1.4 KiB
JSON

{
"name": "react-native-web-lottie",
"version": "1.0.0",
"description": "React Native for Web implementation of Lottie",
"main": "dist/index.js",
"main-es": "src/index.js",
"repository": {
"type": "git",
"url": "git@github.com:react-native-web-community/react-native-web-lottie.git"
},
"author": {
"name": "Louis Lagrange",
"email": "lagrange.louis@gmail.com",
"url": "https://github.com/Minishlink"
},
"license": "MIT",
"keywords": [
"react-native",
"react-native-web",
"lottie-react-native"
],
"scripts": {
"prepublish": "yarn build",
"build": "mkdir -p dist && babel src --out-dir dist --copy-files",
"test": "echo \"Error: no test specified\" && exit 1"
},
"babel": {
"presets": [
"module:metro-react-native-babel-preset"
],
"plugins": [
"react-native-web"
]
},
"files": [
"src",
"dist",
"yarn.lock"
],
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/runtime": "^7.3.1",
"babel-loader": "^8.0.5",
"babel-plugin-react-native-web": "^0.10.0",
"metro-react-native-babel-preset": "^0.51.1",
"prettier": "^1.7.3",
"react": "^16.7.0",
"react-art": "^16.7.0",
"react-dom": "^16.7.0",
"react-native-web": "^0.10.0",
"webpack": "^3.6.0"
},
"peerDependencies": {
"react-native-web": "*"
},
"dependencies": {
"bodymovin": "^4.12.3"
}
}