forked from microsoft/reactxp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 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
{
"name": "rxptest",
"version": "1.3.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",
"tslint": "tslint --project tsconfig.json -r tslint.json -r ./node_modules/tslint-microsoft-contrib --fix || true"
},
"devDependencies": {
"@types/node": "^10.11.3",
"@types/webpack": "^4.4.13",
"awesome-typescript-loader": "^5.2.1",
"rnpm-plugin-windows": "^0.2.8",
"source-map-loader": "^0.2.4",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-loader": "^3.6.0",
"tslint-microsoft-contrib": "^5.2.1",
"typescript": "^3.1.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-native": "^0.57.3",
"react-native-windows": "^0.57.0-rc.0",
"reactxp": "^1.5.0-rc.3"
}
}