forked from microsoft/reactxp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "reactxp",
"version": "0.42.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 <[email protected]>",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"dependencies": {
"assert": "^1.3.0",
"ifvisible.js": "^1.0.6",
"lodash": "^4.17.1",
"rebound": "^0.0.13",
"synctasks": "^0.2.9"
},
"peerDependencies": {
"react": "15.5.3",
"react-addons-perf": "15.5.0-rc.2",
"react-addons-test-utils": "15.5.1",
"react-dom": "15.5.3",
"react-native": "0.42.3",
"react-native-windows": "^0.33.0"
},
"devDependencies": {
"typescript": "2.1.6"
},
"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"
}