зеркало из https://github.com/microsoft/reactxp.git
47 строки
1.4 KiB
JSON
47 строки
1.4 KiB
JSON
{
|
|
"name": "reactxp",
|
|
"version": "2.0.0-rc.1",
|
|
"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>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "npm run tslint && tsc",
|
|
"build-release": "npm run tslint-release && tsc",
|
|
"watch": "npm run tslint && tsc --watch",
|
|
"tslint": "tslint --project tsconfig.json -r tslint.json --fix || true",
|
|
"tslint-release": "tslint --project tsconfig.json -r tslint.json"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.15",
|
|
"prop-types": "^15.7.2",
|
|
"rebound": "^0.1.0",
|
|
"subscribableevent": "^1.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.0",
|
|
"react-dom": "^16.0",
|
|
"react-native": ">=0.57 <0.60",
|
|
"react-native-windows": "^0.57.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.136",
|
|
"@types/react": "^16.8.23",
|
|
"@types/react-dom": "^16.8.5",
|
|
"@types/react-native": "^0.57.65",
|
|
"tslint": "^5.18.0",
|
|
"tslint-microsoft-contrib": "^6.2.0",
|
|
"tslint-react": "^4.0.0",
|
|
"tsutils": "^3.14.1",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"homepage": "https://microsoft.github.io/reactxp/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/reactxp/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/microsoft/reactxp/issues"
|
|
},
|
|
"types": "dist/ReactXP.d.ts"
|
|
}
|