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.",
|
2017-11-17 08:00:07 +03:00
|
|
|
"version": "0.1.0",
|
|
|
|
"repository": {
|
2018-01-23 11:50:12 +03:00
|
|
|
"url": "git+https://msasg.visualstudio.com/DefaultCollection/Bing_Cortana/_git/react-native-adaptivecards",
|
|
|
|
"type": "git"
|
2017-11-17 08:00:07 +03:00
|
|
|
},
|
2017-11-20 08:19:47 +03:00
|
|
|
"author": "",
|
2017-11-17 08:00:07 +03:00
|
|
|
"private": true,
|
|
|
|
"license": "UNLICENSED",
|
2018-08-23 14:23:32 +03:00
|
|
|
"files": [
|
|
|
|
"dist/"
|
|
|
|
],
|
2017-11-17 08:00:07 +03:00
|
|
|
"main": "dist/index",
|
2017-11-20 08:19:47 +03:00
|
|
|
"scripts": {
|
2018-09-06 16:43:59 +03:00
|
|
|
"pre-commit": "gulp",
|
2018-06-29 12:01:24 +03:00
|
|
|
"devtools": "react-devtools",
|
2018-09-06 16:43:59 +03:00
|
|
|
"build": "gulp",
|
|
|
|
"build-tool": "yarn build && cd tool && yarn build",
|
|
|
|
"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": {
|
2018-08-21 10:14:25 +03:00
|
|
|
"@types/lodash": "latest",
|
|
|
|
"@types/react": "latest",
|
2018-08-23 13:54:50 +03:00
|
|
|
"@types/react-native": "^0.55.28",
|
2018-08-21 10:14:25 +03:00
|
|
|
"del": "latest",
|
|
|
|
"gulp": "latest",
|
|
|
|
"gulp-imagemin": "latest",
|
2018-08-31 12:15:30 +03:00
|
|
|
"gulp-rename": "^1.4.0",
|
2018-08-21 10:14:25 +03:00
|
|
|
"gulp-tslint": "latest",
|
|
|
|
"gulp-typescript": "latest",
|
2018-06-29 12:01:24 +03:00
|
|
|
"react-devtools": "latest",
|
2018-08-21 10:14:25 +03:00
|
|
|
"run-sequence": "latest",
|
|
|
|
"tslint": "latest",
|
|
|
|
"typescript": "latest"
|
2017-11-17 08:00:07 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-08-21 10:14:25 +03:00
|
|
|
"lodash": "latest"
|
2017-11-20 08:19:47 +03:00
|
|
|
}
|
2018-07-31 15:37:07 +03:00
|
|
|
}
|