зеркало из https://github.com/microsoft/reactxp.git
50 строки
1.4 KiB
JSON
50 строки
1.4 KiB
JSON
{
|
|
"name": "reactxp",
|
|
"version": "2.0.0",
|
|
"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": "tsc",
|
|
"watch": "tsc --watch",
|
|
"lint": "eslint --ext .ts,.tsx src",
|
|
"lint:fix": "npm run lint -- --fix"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.15",
|
|
"prop-types": "^15.7.2",
|
|
"rebound": "^0.1.0",
|
|
"subscribableevent": "^1.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.3.0",
|
|
"react-dom": "^16.3.0",
|
|
"react-native": ">=0.57",
|
|
"react-native-windows": "^0.57.1"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
},
|
|
"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"
|
|
}
|