67 строки
1.7 KiB
JSON
67 строки
1.7 KiB
JSON
{
|
|
"name": "react-native-windows",
|
|
"version": "0.50.0",
|
|
"description": "React Native platform extensions for the Universal Windows Platform.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:ReactWindows/react-native-windows.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"engineStrict": true,
|
|
"main": "Libraries/react-native-windows/react-native-windows.js",
|
|
"scripts": {
|
|
"test": "jasmine",
|
|
"lint": "eslint .",
|
|
"flow-check": "flow check"
|
|
},
|
|
"files": [
|
|
"Libraries",
|
|
"ReactWindows/ReactNative",
|
|
"ReactWindows/ReactNative.Shared",
|
|
"ReactWindows/ReactNative.Net46",
|
|
"ReactWindows/ReactNativeWebViewBridge",
|
|
"ReactWindows/ChakraBridge",
|
|
"local-cli",
|
|
"README.md"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "16.0.0",
|
|
"react-native": "~0.50.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^7.2.3",
|
|
"eslint": "^4.4.1",
|
|
"eslint-config-fb-strict": "^20.0.3",
|
|
"eslint-config-fbjs": "^2.0.0",
|
|
"eslint-plugin-babel": "^4.1.2",
|
|
"eslint-plugin-flowtype": "^2.35.0",
|
|
"eslint-plugin-prettier": "^2.1.2",
|
|
"eslint-plugin-react": "^7.2.0",
|
|
"flow-bin": "^0.56.0",
|
|
"https-proxy-agent": "^1.0.0",
|
|
"jasmine": "^2.6.0",
|
|
"jasmine-reporters": "^2.2.1",
|
|
"minimist": "^1.2.0",
|
|
"prettier": "^1.7.0",
|
|
"react": "16.0.0",
|
|
"react-devtools-core": "^2.5.0",
|
|
"react-native": "~0.50.0",
|
|
"selenium-webdriver": "2.48.x"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^1.1.3",
|
|
"glob": "^7.1.2",
|
|
"shelljs": "^0.7.8",
|
|
"username": "^3.0.0",
|
|
"uuid": "^2.0.1",
|
|
"xml-parser": "^1.2.1",
|
|
"yeoman-environment": "^1.5.3",
|
|
"yeoman-generator": "^0.21.2"
|
|
},
|
|
"rnpm": {
|
|
"plugin": "./local-cli/index.js"
|
|
}
|
|
} |