-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "rxapp",
"version": "0.0.1",
"private": true,
"scripts": {
"web-watch": "webpack --progress --colors --watch",
"rn-watch": "tsc --watch",
"start": "node node_modules/react-native/local-cli/cli.js start",
"install-deps": "npm i"
},
"devDependencies": {
"@types/node": "^7.0.12",
"@types/webpack": "^2.2.14",
"awesome-typescript-loader": "3.1.2",
"browser-sync": "^2.18.12",
"browser-sync-webpack-plugin": "^1.2.0",
"file-loader": "^0.11.2",
"rnpm-plugin-windows": "^0.2.5",
"source-map-loader": "^0.1.6",
"ts-node": "^3.0.2",
"typescript": "2.1.6",
"url-loader": "^0.5.9",
"webpack": "2.2.1"
},
"dependencies": {
"react": "^15.4.1",
"react-addons-perf": "15.5.0-rc.2",
"react-addons-test-utils": "15.5.1",
"react-dom": "15.5.3",
"react-native": "^0.42.0",
"react-native-windows": "^0.33.0",
"reactxp": "0.42.0-rc.3",
"simplerestclients": "^0.0.15",
"synctasks": "0.2.18",
"reactxp-navigation": "https://github.com/LeJPR/reactxp-navigation.git"
},
"jest": {
"preset": "react-native"
}
}