-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 984 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
38
39
40
41
{
"name": "ReactNative-Adblock-WebView",
"version": "0.0.1",
"author": "Nobuhito Kurose",
"license": "MIT",
"scripts": {
"bundle": "rnws bundle",
"start": "rnws start"
},
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": ">=4",
"npm": ">=2 <4"
},
"dependencies": {
"flux": "^2.1.1",
"keymirror": "^0.1.1",
"lodash": "^3.10.1",
"moment": "^2.11.1",
"react-native": "^0.17.0",
"react-native-gifted-spinner": "0.0.3",
"react-native-side-menu": "^0.17.2"
},
"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-server": "^1.14.0"
}
}