-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 843 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 843 Bytes
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
{
"name": "App",
"version": "0.0.1",
"private": true,
"scripts": {
"android-setup-port": "adb reverse tcp:8081 tcp:8080",
"bundle": "rnws bundle",
"test": "eslint src",
"start": "rnws start"
},
"repository": {
"type": "git",
"url": "https://github.com/jhabdas/react-native-webpack-starter-kit"
},
"dependencies": {
"react-native": "0.13 - 0.14"
},
"devDependencies": {
"babel-core": "^6.1.2",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.14",
"babel-preset-react": "^6.0.14",
"babel-preset-stage-1": "^6.1.2",
"eslint": "^1.8.0",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.6.3",
"react-native-webpack-server": "^0.8.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"license": "MIT"
}