reactxp/package.json

45 строки
1.3 KiB
JSON
Исходник Обычный вид История

2017-04-06 03:51:05 +03:00
{
"name": "reactxp",
"version": "1.3.2",
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",
"author": "ReactXP Team <reactxp@microsoft.com>",
2017-04-06 03:51:05 +03:00
"license": "MIT",
"scripts": {
"build": "npm run tslint && tsc",
"tslint": "tslint --project tsconfig.json -r tslint.json -r ./node_modules/tslint-microsoft-contrib --fix || true"
2017-04-06 03:51:05 +03:00
},
"dependencies": {
2018-06-29 01:00:33 +03:00
"@types/lodash": "4.14.110",
"@types/react": "16.0.36",
"@types/react-dom": "16.0.6",
"@types/react-native": "0.56.4",
"assert": "^1.4.1",
"lodash": "^4.17.10",
"prop-types": "^15.6.2",
"rebound": "^0.1.0",
"subscribableevent": "^1.0.0",
"synctasks": "^0.3.3"
},
"peerDependencies": {
2018-06-10 20:17:25 +03:00
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-native": "^0.55.0",
"react-native-windows": "^0.54.0"
2017-04-06 03:51:05 +03:00
},
"devDependencies": {
2018-06-29 01:00:33 +03:00
"typescript": "2.9.2",
2018-05-23 06:40:28 +03:00
"tslint": "5.10.0",
"tsutils": "2.27.1",
2018-05-23 06:40:28 +03:00
"tslint-microsoft-contrib": "5.0.3"
2017-04-06 03:51:05 +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"
}