-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.31 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
45
46
47
48
{
"name": "webseriesnative",
"description": "Native client for WebSeries made in React-Native",
"keywords": ["React", "React-Native", "Redux", "Series", "ios", "android"],
"version": "0.1.0",
"private": true,
"author": {
"name": "Jesús Gallego Irles",
"email": "jesusgallego@outlook.com"
},
"repository": {
"type": "git",
"url": "https://github.com/jeselxe/webseries-native.git"
},
"scripts": {
"start": "rnws start",
"bundle": "rnws bundle",
"test": "eslint src"
},
"dependencies": {
"react-native": "^0.17.0",
"react-native-listitem": "^1.0.5",
"react-native-simple-store": "^0.1.0",
"react-native-spinkit": "0.0.5",
"react-native-swipeout": "^2.0.9",
"react-native-webpack-server": "^0.8.3",
"react-redux": "^3.1.0",
"redux": "^3.0.5",
"tcomb-form-native": "^0.3.3"
},
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"babel-core": "^6.3.21",
"babel-loader": "^6.2.0",
"babel-eslint": "^4.1.6",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"webpack": "^1.12.9",
"eslint": "^1.10.3",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.12.0",
"react-native-material-design": "^0.2.1",
"react-native-tableview": "^1.4.6"
}
}