forked from microsoft/react-native-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.86 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
{
"name": "react-native-windows",
"version": "1000.0.1",
"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.3.0-alpha.1",
"react-native": "~0.55.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.17.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.6.1",
"flow-bin": "^0.67.1",
"https-proxy-agent": "^1.0.0",
"jasmine": "^2.6.0",
"jasmine-reporters": "^2.2.1",
"minimist": "^1.2.0",
"prettier": "^1.9.1",
"react": "^16.3.0-alpha.1",
"react-devtools-core": "3.1.0",
"react-native": "~0.55.0",
"selenium-webdriver": "2.48.x"
},
"dependencies": {
"chalk": "^1.1.1",
"glob": "^7.1.1",
"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",
"platform": "./local-cli/platform.js"
}
}