2017-11-17 07:34:13 +03:00
|
|
|
{
|
2017-11-20 08:19:47 +03:00
|
|
|
"name": "react-native-adaptivecards",
|
|
|
|
"description": "React Native implementation of AdaptiveCards.",
|
2019-10-17 11:03:28 +03:00
|
|
|
"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",
|
2018-01-23 11:50:12 +03:00
|
|
|
"type": "git"
|
2017-11-17 08:00:07 +03:00
|
|
|
},
|
2018-11-08 10:02:58 +03:00
|
|
|
"author": "@microsoft",
|
|
|
|
"private": false,
|
|
|
|
"license": "MIT",
|
2018-08-23 14:23:32 +03:00
|
|
|
"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": {
|
2018-09-09 06:12:24 +03:00
|
|
|
"pre-commit": "yarn build",
|
2018-06-29 12:01:24 +03:00
|
|
|
"devtools": "react-devtools",
|
2018-09-06 16:43:59 +03:00
|
|
|
"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": [
|
2018-09-06 16:43:59 +03:00
|
|
|
"pre-commit"
|
2017-11-20 08:19:47 +03:00
|
|
|
],
|
|
|
|
"silent": true
|
|
|
|
},
|
2017-11-17 08:00:07 +03:00
|
|
|
"devDependencies": {
|
2019-09-10 12:26:44 +03:00
|
|
|
"@types/lodash-es": "4.17.3",
|
2019-09-17 13:02:35 +03:00
|
|
|
"@types/react": "16.8.6",
|
|
|
|
"@types/react-native": "0.60.0",
|
2019-09-10 12:26:44 +03:00
|
|
|
"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",
|
2019-09-17 13:02:35 +03:00
|
|
|
"react-native-webview": "^7.0.5",
|
2019-09-10 12:26:44 +03:00
|
|
|
"run-sequence": "2.2.1",
|
|
|
|
"tslint": "5.20.0",
|
|
|
|
"typescript": "3.6.2"
|
2019-09-04 11:44:49 +03:00
|
|
|
},
|
2019-09-17 13:02:35 +03:00
|
|
|
"dependencies": {},
|
|
|
|
"peerDependencies": {
|
|
|
|
"lodash-es": "4.17.14",
|
|
|
|
"react-native-webview": "^7.0.5"
|
2017-11-20 08:19:47 +03:00
|
|
|
}
|
2018-07-31 15:37:07 +03:00
|
|
|
}
|