-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 885 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (30 loc) · 885 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
{
"name": "react-native-impression",
"version": "0.3.1",
"main": "./lib.js",
"scripts": {
"start": "react-native run-ios",
"eslint": "eslint src/scripts",
"ios": "react-native run-ios",
"prepublish": "npm config set registry http://registry.npmjs.org",
"postpublish": "npm config set registry https://registry.npm.taobao.org/"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"moment": "*",
"react-native-vector-icons": "*",
"react-native-tab-navigator": "*"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-config-impression": "^1.0.5",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-flow-vars": "^0.3.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0"
}
}