UNPKG

1.27 kBJSONView Raw
1{
2 "name": "bee-ui",
3 "version": "0.0.43",
4 "main": "index.js",
5 "scripts": {
6 "start": "react-native-scripts start",
7 "android": "react-native-scripts android",
8 "ios": "react-native-scripts ios",
9 "deploy": "script/build.sh && cd lib && pwd && ./deploy.sh",
10 "build": "script/build.sh",
11 "watch": "rm -rf lib && tsc -w",
12 "doc": "node ./script/docMaker.js && docsify serve docs"
13 },
14 "jest": {
15 "preset": "jest-expo"
16 },
17 "dependencies": {
18 "lodash": "^4.17.4",
19 "moment": "^2.18.1",
20 "react-native-image-gallery": "^1.1.0",
21 "react-native-image-zoom-viewer": "^2.0.10",
22 "react-native-transformable-image": "0.0.18",
23 "rmc-picker": "^4.0.4"
24 },
25 "devDependencies": {
26 "@types/react": "^16.0.5",
27 "@types/react-native": "^0.47.9",
28 "babel-eslint": "^7.2.3",
29 "eslint": "^4.5.0",
30 "eslint-config-airbnb": "^15.1.0",
31 "eslint-plugin-import": "^2.7.0",
32 "eslint-plugin-jsx-a11y": "^5.1.1",
33 "eslint-plugin-react": "^7.2.1",
34 "react": "16.0.0-alpha.12",
35 "react-native": "^0.47.0",
36 "react-native-scripts": "1.3.1",
37 "react-test-renderer": "16.0.0-alpha.12",
38 "tslint": "^5.7.0",
39 "tslint-config-airbnb": "^5.2.1",
40 "tslint-react": "^3.2.0",
41 "typescript": "^2.4.2"
42 }
43}
\No newline at end of file