This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
59 lines (59 loc) · 1.51 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "rn-weui",
"version": "1.0.3",
"description": "weui for react-native",
"main": "./lib",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"clean": "rimraf ./lib",
"build": "npm run lint & npm run clean & babel ./src --out-dir ./lib",
"lint": "eslint ./src/**/*.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maskzh/rn-weui.git"
},
"keywords": [
"react",
"native",
"weui"
],
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"jest": "18.1.0",
"react-native-blur": "^2.0.0",
"react-native-navbar": "^1.6.0",
"react-native-stylekit": "^0.0.3",
"react-test-renderer": "15.4.1",
"rimraf": "^2.5.4"
},
"rnpm": {
"assets": [
"fonts"
]
},
"author": "maskzh",
"license": "MIT",
"bugs": {
"url": "https://github.com/maskzh/rn-weui/issues"
},
"homepage": "https://github.com/maskzh/rn-weui#readme",
"dependencies": {
"lodash": "^4.17.4",
"react": "^15.4.2",
"react-native": "^0.40.0",
"react-native-image-picker": "^0.24.1",
"react-native-photo-view": "^1.2.0",
"react-native-tab-navigator": "^0.3.3",
"react-native-scrollable-tab-view": "^0.7.0"
}
}