react-native-adaptivecards/package.json

59 строки
1.5 KiB
JSON
Исходник Постоянная ссылка Обычный вид История

{
2017-11-20 08:19:47 +03:00
"name": "react-native-adaptivecards",
"description": "React Native implementation of AdaptiveCards.",
"version": "0.1.38",
2017-11-17 08:00:07 +03:00
"repository": {
2018-11-08 10:02:58 +03:00
"url": "git+https://github.com/Microsoft/react-native-adaptivecards",
"type": "git"
2017-11-17 08:00:07 +03:00
},
2018-11-08 10:02:58 +03:00
"author": "@microsoft",
"private": false,
"license": "MIT",
"files": [
"dist/"
],
2019-02-18 09:08:35 +03:00
"main": "dist/index.js",
"types": "dist/index.d.ts",
2017-11-20 08:19:47 +03:00
"scripts": {
"pre-commit": "yarn build",
"devtools": "react-devtools",
"build": "gulp",
"src": "yarn",
"example": "cd examples && yarn",
"tool": "cd tool && yarn",
"all": "yarn src && yarn example && yarn tool",
"test": "echo \"Error: no test specified\" && exit 1",
"run-device": "yarn build && cd examples && yarn start",
"run-ios": "yarn build && cd examples && yarn ios",
"run-android": "yarn build && cd examples && yarn android",
"run-tool": "yarn build && cd tool && yarn dev"
2017-11-20 08:19:47 +03:00
},
"pre-commit": {
"run": [
"pre-commit"
2017-11-20 08:19:47 +03:00
],
"silent": true
},
2017-11-17 08:00:07 +03:00
"devDependencies": {
"@types/lodash-es": "4.17.3",
"@types/react": "16.8.6",
"@types/react-native": "0.60.0",
"del": "5.1.0",
"gulp": "4.0.2",
"gulp-imagemin": "6.1.0",
"gulp-rename": "1.4.0",
"gulp-tslint": "8.1.4",
"gulp-typescript": "5.0.1",
"react-devtools": "3.6.3",
"react-native-webview": "^7.0.5",
"run-sequence": "2.2.1",
"tslint": "5.20.0",
"typescript": "3.6.2"
},
"dependencies": {},
"peerDependencies": {
"lodash-es": "4.17.14",
"react-native-webview": "^7.0.5"
2017-11-20 08:19:47 +03:00
}
}