2017-04-06 03:51:05 +03:00
{
"name" : "reactxp" ,
2019-11-30 12:06:55 +03:00
"version" : "2.0.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" : {
2020-01-08 21:28:52 +03:00
"build" : "tsc" ,
"watch" : "tsc --watch" ,
"lint" : "eslint --ext .ts,.tsx src" ,
"lint:fix" : "npm run lint -- --fix"
2017-04-06 03:51:05 +03:00
} ,
"dependencies" : {
2019-07-27 19:29:05 +03:00
"lodash" : "^4.17.15" ,
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" ,
2019-08-22 01:48:34 +03:00
"subscribableevent" : "^1.0.1"
2017-04-07 22:09:55 +03:00
} ,
"peerDependencies" : {
2020-01-08 21:28:52 +03:00
"react" : "^16.3.0" ,
"react-dom" : "^16.3.0" ,
2019-11-15 09:15:28 +03:00
"react-native" : ">=0.57" ,
2019-05-13 00:33:19 +03:00
"react-native-windows" : "^0.57.1"
2017-04-06 03:51:05 +03:00
} ,
"devDependencies" : {
2020-01-08 21:28:52 +03:00
"@types/lodash" : "4.14.149" ,
"@types/react" : "16.9.15" ,
"@types/react-dom" : "16.9.4" ,
"@types/react-native" : "0.60.23" ,
"@typescript-eslint/eslint-plugin" : "2.15.0" ,
"eslint" : "6.8.0" ,
"eslint-config-skype" : "1.5.0" ,
"eslint-plugin-import" : "2.19.1" ,
"eslint-plugin-react" : "7.17.0" ,
"react" : "^16.3.0" ,
"tslint" : "5.20.1" ,
"tsutils" : "3.17.1" ,
"typescript" : "3.7.4"
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"
}