forked from microsoft/react-native-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.9 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "react-native-windows",
"version": "1000.0.0",
"description": "React Native platform extensions for the Universal Windows Platform.",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:ReactWindows/react-native-windows.git"
},
"engines": {
"node": ">=4"
},
"engineStrict": true,
"main": "Libraries/react-native-windows/react-native-windows-implementation.js",
"scripts": {
"test": "jasmine",
"lint": "eslint .",
"flow-check": "flow check"
},
"files": [
"Libraries",
"ReactWindows/ReactNative",
"ReactWindows/ReactNative.Shared",
"ReactWindows/ReactNative.Net46",
"ReactWindows/ReactNativeWebViewBridge",
"ReactWindows/ChakraBridge",
"Yoga/csharp/Facebook.Yoga",
"Yoga/csharp/Yoga",
"Yoga/yoga",
"local-cli",
"README.md"
],
"peerDependencies": {
"react": "16.5.0",
"react-native": "~0.57.0"
},
"devDependencies": {
"babel-eslint": "9.0.0-beta.2",
"eslint": "5.1.0",
"eslint-config-fb-strict": "22.1.0",
"eslint-config-fbjs": "2.0.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "2.43.0",
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.8.2",
"flow-bin": "^0.78.0",
"https-proxy-agent": "^2.2.1",
"jasmine": "^2.6.0",
"jasmine-reporters": "^2.2.1",
"minimist": "^1.2.0",
"prettier": "1.13.6",
"react": "16.5.0",
"react-devtools-core": "^3.3.4",
"react-native": "~0.57.0"
},
"dependencies": {
"chalk": "^1.1.1",
"glob": "^7.1.1",
"react-native-local-cli": "^1.0.0-alpha.5",
"shelljs": "^0.7.8",
"username": "^3.0.0",
"uuid": "^2.0.1",
"xml-parser": "^1.2.1"
},
"rnpm": {
"haste": {
"platforms": ["windows"],
"providesModuleNodeModules": ["react-native-windows"]
},
"plugin": "./local-cli/index.js",
"platform": "./local-cli/platform.js"
}
}