-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 865 Bytes
/
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
{
"name": "rxp-hello-world",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"web-watch": "webpack --progress --colors --watch",
"rn-watch": "tsc --watch",
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "node node_modules/react-native/local-cli/cli.js run-android",
"ios": "node node_modules/react-native/local-cli/cli.js run-ios"
},
"devDependencies": {
"@types/node": "^7.0.12",
"@types/webpack": "^2.2.14",
"awesome-typescript-loader": "3.1.2",
"source-map-loader": "^0.1.6",
"ts-node": "^3.2.1",
"typescript": "2.4.1",
"webpack": "2.2.1"
},
"dependencies": {
"reactxp": "0.42.0-rc.20",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-native": "^0.42.0",
"reactxp-imagesvg": "^0.2.4",
"reactxp-video": "^0.1.6"
}
}