-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 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
36
{
"name": "VGTUApp",
"description": "A future-facing VGTUApp with React Native",
"license": "MIT",
"scripts": {
"android": "adb reverse tcp:8081 tcp:8080 && $NVM_BIN/react-native run-android",
"bundle": "rnws bundle",
"test": "eslint src",
"start": "rnws start"
},
"engines": {
"node": ">=4"
},
"dependencies": {
"lodash": "^3.10.1",
"react-native": "^0.17.0",
"react-native-orientation": "^1.11.0",
"react-native-scrollable-tab-view": "^0.3.3",
"react-native-vector-icons": "^1.0.4"
},
"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.3",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-dev-server": "^1.14.0"
}
}