-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.29 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
{
"name": "FacadeServer-frontend",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"tslint": "tslint -p .",
"web-watch": "webpack --progress --colors --watch",
"web": "webpack --progress --colors",
"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.38",
"@types/webpack": "^2.2.14",
"awesome-typescript-loader": "3.1.2",
"babel": "^6.23.0",
"babel-plugin-module-alias": "^1.6.0",
"babel-preset-react-native": "^3.0.0",
"source-map-loader": "^0.1.6",
"ts-node": "^3.2.1",
"tslint": "^5.5.0",
"tslint-react": "^3.0.0",
"typescript": "2.1.6",
"webpack": "2.2.1"
},
"dependencies": {
"base-64": "^0.1.0",
"buffer": "^5.0.6",
"jsbn": "^1.1.0",
"jsrsasign": "^10.2.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-native": "^0.42.3",
"react-native-windows": "^0.33.4",
"reactxp": "^0.42.0-rc.22",
"reactxp-imagesvg": "^0.2.4",
"reactxp-video": "^0.1.6",
"reactxp-virtuallistview": "^0.1.3",
"simplerestclients": "0.0.17"
}
}