-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 974 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
31
32
33
34
35
36
37
{
"name": "wolf_chair",
"version": "0.0.1",
"description": "A attempt to explore React Native development",
"author": "Ryan Lahfa <[email protected]>",
"license": "MIT",
"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/Fox-Risky/wolf_chair"
},
"engines": {
"node": ">=4"
},
"dependencies": {
"react-native": "0.15.0"
},
"devDependencies": {
"babel-core": "^6.3.17",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"eslint": "^1.10.3",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.11.2",
"react-native-webpack-server": "^0.8.2",
"webpack": "^2.0.1-beta",
"webpack-dev-server": "^1.14.0"
}
}