2017-04-06 03:51:05 +03:00
{
"name" : "reactxp" ,
2019-03-17 23:15:54 +03:00
"version" : "1.6.0" ,
2017-04-06 03:51:05 +03:00
"description" : "Cross-platform abstraction layer for writing React-based applications a single time that work identically across web, React Native, and Electron distribution" ,
2017-04-07 02:49:16 +03:00
"author" : "ReactXP Team <reactxp@microsoft.com>" ,
2017-04-06 03:51:05 +03:00
"license" : "MIT" ,
"scripts" : {
2017-04-13 06:04:27 +03:00
"build" : "npm run tslint && tsc" ,
2018-11-16 04:56:11 +03:00
"build-release" : "npm run tslint-release && tsc" ,
2018-09-03 21:00:48 +03:00
"watch" : "npm run tslint && tsc --watch" ,
2018-11-16 04:56:11 +03:00
"tslint" : "tslint --project tsconfig.json -r tslint.json -r ./node_modules/tslint-microsoft-contrib --fix || true" ,
"tslint-release" : "tslint --project tsconfig.json -r tslint.json -r ./node_modules/tslint-microsoft-contrib"
2017-04-06 03:51:05 +03:00
} ,
"dependencies" : {
2019-03-17 23:15:54 +03:00
"@types/lodash" : "^4.14.123" ,
"@types/react" : "^16.8.8" ,
2019-03-10 19:11:55 +03:00
"@types/react-dom" : "^16.8.2" ,
2019-03-17 23:15:54 +03:00
"@types/react-native" : "^0.57.40" ,
2018-12-02 03:37:12 +03:00
"lodash" : "^4.17.11" ,
2019-02-17 21:59:07 +03:00
"prop-types" : "^15.7.2" ,
2018-07-24 00:19:22 +03:00
"rebound" : "^0.1.0" ,
2018-08-25 07:01:56 +03:00
"subscribableevent" : "^1.0.1" ,
2018-07-24 00:19:22 +03:00
"synctasks" : "^0.3.3"
2017-04-07 22:09:55 +03:00
} ,
"peerDependencies" : {
2019-03-10 19:11:55 +03:00
"react" : "16.6.3" ,
"react-dom" : "16.6.3" ,
"react-native" : "0.58.6" ,
"react-native-windows" : "^0.57.0-rc.5"
2017-04-06 03:51:05 +03:00
} ,
"devDependencies" : {
2019-03-17 23:15:54 +03:00
"tslint" : "^5.14.0" ,
2019-03-10 19:11:55 +03:00
"tslint-microsoft-contrib" : "^6.1.0" ,
"tslint-react" : "^3.6.0" ,
2019-03-17 23:15:54 +03:00
"tsutils" : "^3.9.1" ,
2019-03-10 19:11:55 +03:00
"typescript" : "^3.3.3333"
2017-04-06 03:51:05 +03:00
} ,
2017-04-07 02:49:16 +03:00
"homepage" : "https://microsoft.github.io/reactxp/" ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/microsoft/reactxp/"
} ,
"bugs" : {
"url" : "https://github.com/microsoft/reactxp/issues"
} ,
2017-04-06 03:51:05 +03:00
"types" : "dist/ReactXP.d.ts"
}